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
parentcca8b4c270db54d585c8cffcc01a37e35332aba0 (diff)
Add bundler for easy install of gem dependencies
-rw-r--r--.gitignore3
-rw-r--r--Gemfile3
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d6cfb46..94f3476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.gem
.sass-cache
bootstrap.css
-bootstrap-responsive.css \ No newline at end of file
+bootstrap-responsive.css
+Gemfile.lock \ No newline at end of file
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