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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2011-09-07 02:38:04 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2011-09-07 02:38:04 +0400
commita69cddf6de2117b48a421d9c70240e94e22b0549 (patch)
tree78d0eb6c70965ec92cadcfe2dc593c16104c546c
parentc303d86d57e2fc8b5b9b4e812bc6820649941c71 (diff)
bootstrap-rails was taken, lets try bootstrap-sass instead!v1.2.0
-rw-r--r--README.md4
-rw-r--r--bootstrap-sass.gemspec (renamed from bootstrap-rails.gemspec)7
-rw-r--r--lib/bootstrap-sass.rb (renamed from lib/bootstrap-rails.rb)0
3 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index c693daf1..75abfbd7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Bootstrap for Rails
-`bootstrap-rails` is an SASS-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your asset-pipeline powered Rails applications.
+`bootstrap-sass` is an SASS-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your asset-pipeline powered Rails applications.
Enjoy.
@@ -8,7 +8,7 @@ Enjoy.
In your gemfile:
- gem 'bootstrap-rails', '1.2.0'
+ gem 'bootstrap-sass', '1.2.0'
In your css file of choice:
diff --git a/bootstrap-rails.gemspec b/bootstrap-sass.gemspec
index 90441e0b..9545a687 100644
--- a/bootstrap-rails.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,14 +1,13 @@
Gem::Specification.new do |s|
- s.name = "bootstrap-rails"
+ s.name = "bootstrap-sass"
s.version = '1.2.0'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
- s.homepage = "http://github.com/thomas-mcdonald/bootstrap-rails"
+ s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
s.add_dependency 'sass-rails'
- s.files = Dir["vendor/**/*.css.scss"] + ["README.md", "LICENSE", "lib/bootstrap-rails.rb"]
+ s.files = Dir["vendor/**/*.css.scss"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
end
-
diff --git a/lib/bootstrap-rails.rb b/lib/bootstrap-sass.rb
index 5b75a44f..5b75a44f 100644
--- a/lib/bootstrap-rails.rb
+++ b/lib/bootstrap-sass.rb