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 CHANGED
@@ -1,6 +1,12 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.3.2 (Sept 28, 2011)
5
+ ---------------------
6
+
7
+ * Require less-rails properly. Thanks Benoit Bénézech (bbenezech).
8
+
9
+
4
10
  1.3.1 (Sept 26, 2011)
5
11
  ---------------------
6
12
 
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. Unfortunately, I have yet to publish my gem in the abandoned less-rails space on rubygems.org. Till then, please bundle less-rails using the git repo.
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', :git => 'git://github.com/metaskills/less-rails.git'
24
- gem 'less-rails-bootstrap', '1.3.0'
23
+ gem 'less-rails-bootstrap'
25
24
  ```
26
25
 
27
26
 
@@ -5,4 +5,5 @@ module Less
5
5
  end
6
6
  end
7
7
 
8
+ require 'less/rails'
8
9
  require "less/rails/bootstrap"
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "1.3.1"
4
+ VERSION = "1.3.2"
5
5
  end
6
6
  end
7
7
  end
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: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
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-26 00:00:00 -04:00
18
+ date: 2011-09-28 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency