anjlab-bootstrap-rails 2.0.4.0 → 2.0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Twitter Bootstrap v2.0.3 for Rails 3
1
+ # Twitter Bootstrap v2.0.4 for Rails 3
2
2
  Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
3
3
  It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
4
4
 
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require "bundler/gem_tasks"
3
3
 
4
4
  namespace :twitter do
5
5
 
6
- desc "Pulls Twitter's Bootstrap SCSS"
6
+ desc "Pulls Twitter's Bootstrap Scss"
7
7
  task :pull do
8
8
  if !system "git pull -s subtree twitter twb2"
9
9
  abort "Have to add twitter scss remote `git remote add -f twitter git@github.com:yury/bootstrap.git`"
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.0.4.0"
3
+ VERSION = "2.0.4.1"
4
4
  end
5
5
  end
@@ -118,8 +118,7 @@ input[type="color"],
118
118
  border: 1px solid $inputBorder;
119
119
  @include border-radius($inputBorderRadius);
120
120
  @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
121
- $transition: border linear .2s, box-shadow linear .2s;
122
- @include transition($transition);
121
+ @include transition((border linear .2s, box-shadow linear .2s));
123
122
 
124
123
  // Focus state
125
124
  &:focus {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4.0
4
+ version: 2.0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-03 00:00:00.000000000 Z
12
+ date: 2012-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: -1818697517985896885
167
+ hash: -180401335449733843
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: -1818697517985896885
176
+ hash: -180401335449733843
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.22