less-rails-bootstrap 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +6 -0
- data/README.md +2 -3
- data/lib/less-rails-bootstrap.rb +1 -0
- data/lib/less/rails/bootstrap/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -17,11 +17,10 @@ This gem will directly track the semantic versioning releases of the Twitter Boo
|
|
17
17
|
|
18
18
|
## Installing
|
19
19
|
|
20
|
-
This library requires the less-rails gem to work.
|
20
|
+
This library requires the less-rails gem greater than 2.0.0 to work. Our gem spec will pull this and less in automatically. So all you need to do is bundle up less-rails-bootstrap in your Gemfle.
|
21
21
|
|
22
22
|
```ruby
|
23
|
-
gem 'less-rails
|
24
|
-
gem 'less-rails-bootstrap', '1.3.0'
|
23
|
+
gem 'less-rails-bootstrap'
|
25
24
|
```
|
26
25
|
|
27
26
|
|
data/lib/less-rails-bootstrap.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 2
|
10
|
+
version: 1.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ken Collins
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-09-
|
18
|
+
date: 2011-09-28 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|