Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-09-01 20:06:54 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-09-01 20:06:54 +0400
commitecc988b5e87539e8fbe57b6bb2b1f6c27ff5cc9a (patch)
treed937959be0b8b7f7d89f1ab0784a750c46f11c44 /Gemfile
parentcca8b4c270db54d585c8cffcc01a37e35332aba0 (diff)
Add bundler for easy install of gem dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..896d547
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gemspec \ No newline at end of file