less-rails-bootstrap 3.1.1.0 → 3.1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2962fa84ada07068b1ca68180249315449ae9b51
4
- data.tar.gz: b9bea2677e60d3d53a8a44667ce18f3cacf0942d
3
+ metadata.gz: e7b30e6b1eb49a533cc6ad1b469861a2fcf12ff9
4
+ data.tar.gz: 48a4dcd44b4ca54a8d8ec2319aa631fafd088c17
5
5
  SHA512:
6
- metadata.gz: 71e60bc6b86083a8b57945f8701df6c208838ebc1980193ebd9c11850370ee8111ee9a3b58d363df9b66b43319e986d99f6eafd5e4cd4400f9f53eb9dc90eaf7
7
- data.tar.gz: d265a631b8bdb4a3ae99305a801c661487c5e612cd6a9835e28f8dfdcb4bc4944bd0ae783154816ed34cc9ac70de793f69898fbeab81c10da0607a34dfce568d
6
+ metadata.gz: bacfed9b0bbaa19a99bdd7fa2441542583700cd376785c61f3e8e4cc453dda81d5f0f72fc4855e4c6f92b1006f09707a656fca0f7660b68f138f515d202d97a2
7
+ data.tar.gz: 933e0dc9fa02c647f62ce13f597547151b8c30d86521244f3d5dfe1aa42bd45dab1bbc4b51cb59577dccd9d2e320ab073f372653bcf7e2a64786fc464ae5b130
@@ -1,3 +1,7 @@
1
+ # 3.1.1.1 - 2014-03-19
2
+
3
+ * Update to less-rails ~> 2.5.0
4
+
1
5
  # 3.1.1.0 - 2014-02-15
2
6
 
3
7
  * Update to Twitter Bootstrap 3.1.1
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  gem.require_paths = ['lib']
18
- gem.add_runtime_dependency 'less-rails', '~> 2.4.2'
18
+ gem.add_runtime_dependency 'less-rails', '~> 2.5.0'
19
19
  gem.add_development_dependency 'minitest', '~> 4.0'
20
20
  gem.add_development_dependency 'guard-minitest'
21
21
  gem.add_development_dependency 'rails', ['>= 3.1', '< 4.1']
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "3.1.1.0"
4
+ VERSION = "3.1.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -15,7 +15,7 @@ class CustomBootstrapGeneratorTest < Rails::Generators::TestCase
15
15
  test "content of custom_bootstrap.less was changed" do
16
16
  md5 = Digest::MD5.file(destination_root.join("app/assets/stylesheets/custom_bootstrap/custom_bootstrap.less")).hexdigest
17
17
  assert_equal '4e87e1db9ef280b02cee47634f975ca1', md5,
18
- 'Looks like content of custom_bootstrap.less was changed. Please, investigate the reason of this and fix test if these changes is appropriate.'
18
+ 'Looks like content of custom_bootstrap.less was changed. Please, investigate the reason of this and fix test if these changes are appropriate.'
19
19
  end
20
20
 
21
21
  test "custom_bootstrap.less is generated" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: less-rails-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.0
4
+ version: 3.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Collins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-19 00:00:00.000000000 Z
11
+ date: 2014-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: less-rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 2.4.2
19
+ version: 2.5.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 2.4.2
26
+ version: 2.5.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement