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>2012-09-30 16:24:26 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-09-30 16:24:26 +0400
commit2a7c21d40692b512c02deb730fe8caefe1e474da (patch)
tree3cf865e8659c3063a5b7c1204394014ee4424964
parenta922eb2baf4e3df3a5e19544b65125e87b006d67 (diff)
2.1.0.1v2.1.0.1
Various bugfix release.
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md8
-rw-r--r--bootstrap-sass.gemspec2
3 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7db2456b..c346e318 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+# 2.1.0.1
+* [#219] Fix expected a color. Got: transparent.
+* [#207] Add missing warning style for table row highlighting
+* [#208] Use grid-input-span for input spans
+
## 2.1.0.0
* Updated to Bootstrap 2.1
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
diff --git a/README.md b/README.md
index 214983bf..bb7cffc0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Enjoy.
In your Gemfile:
gem 'sass-rails', '~> 3.1'
- gem 'bootstrap-sass', '~> 2.1.0.0'
+ gem 'bootstrap-sass', '~> 2.1.0.1'
#### CSS
@@ -92,12 +92,12 @@ Bootstrap [claims](https://github.com/twitter/bootstrap#versioning) to use SemVe
### Bundler?
- gem 'bootstrap-sass', '~> 2.1.0.0'
+ gem 'bootstrap-sass', '~> 2.1.0.1'
-Don't use the standard `~> 2.1.x` please. Your apps may break.
+Don't use the standard `~> 2.1.x`. Your apps may break.
## Who
bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).
## You're in good company
-bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know through Twitter. \ No newline at end of file
+bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know. \ No newline at end of file
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 0ca57914..e4c87039 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '2.1.0.0'
+ s.version = '2.1.0.1'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"