twbs_less_rails 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 887df5706b3d226768495f56edd14da8e625145d
4
- data.tar.gz: 842d9c6a35309f68d94c18d3afef9692ff2e54c5
3
+ metadata.gz: 2d4a8c8ce4d544c30154681fc534f4c0cb0e9b6b
4
+ data.tar.gz: e3c289a8b3565d8d9b70aa191eecac79ffde903b
5
5
  SHA512:
6
- metadata.gz: 72a43d0a676731d0790e2da48fcf41f8d69a649d4582f2a55b0efb1b74da32bb6add593d11eb7882a60a2f035e86895ae4036857551601ab77a0e4c2b3d76334
7
- data.tar.gz: a77a46f2be4f25a0d81f75ce791636a6faf826a7bdb11740ce260a9cc55da21b577d86993d6d4728cc629769c7ef484131c98e57e5215a09d66006e82989408f
6
+ metadata.gz: 55724dc2da835566732be4fd44eed40aba31ddbc745673a5637300cd22b1172ca66774a8865bf84ef465165778bda02ecce4dd57f6de61e3e53de7efc309559c
7
+ data.tar.gz: 51f56d031bd9c7028dd6d387f0cccfa5d2a3d6f7a436dd05bc9f92712b27c3f78f3b10e8884a01256cf508a56c708c79f1add103820366bf660228f1a53ffdce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2.5.1
5
+ -----
6
+ * Rails 4.0.2
7
+ * Rails 3.2.16
8
+
4
9
  2.5.0
5
10
  -----
6
11
  * Bootstrap 3.0.2 @ [463343af63](https://github.com/twbs/bootstrap/tree/463343af63344dbbc3db04f40b0b804baa919b7e)
data/Gemfile.lock CHANGED
@@ -1,33 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_less_rails (2.5.0)
4
+ twbs_less_rails (2.5.1)
5
5
  less-rails
6
- rails (>= 3.2.15)
6
+ rails (>= 3.2.16)
7
7
  therubyracer
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.0.1)
13
- actionpack (= 4.0.1)
12
+ actionmailer (4.0.2)
13
+ actionpack (= 4.0.2)
14
14
  mail (~> 2.5.4)
15
- actionpack (4.0.1)
16
- activesupport (= 4.0.1)
15
+ actionpack (4.0.2)
16
+ activesupport (= 4.0.2)
17
17
  builder (~> 3.1.0)
18
18
  erubis (~> 2.7.0)
19
19
  rack (~> 1.5.2)
20
20
  rack-test (~> 0.6.2)
21
- activemodel (4.0.1)
22
- activesupport (= 4.0.1)
21
+ activemodel (4.0.2)
22
+ activesupport (= 4.0.2)
23
23
  builder (~> 3.1.0)
24
- activerecord (4.0.1)
25
- activemodel (= 4.0.1)
24
+ activerecord (4.0.2)
25
+ activemodel (= 4.0.2)
26
26
  activerecord-deprecated_finders (~> 1.0.2)
27
- activesupport (= 4.0.1)
27
+ activesupport (= 4.0.2)
28
28
  arel (~> 4.0.0)
29
29
  activerecord-deprecated_finders (1.0.3)
30
- activesupport (4.0.1)
30
+ activesupport (4.0.2)
31
31
  i18n (~> 0.6, >= 0.6.4)
32
32
  minitest (~> 4.2)
33
33
  multi_json (~> 1.3)
@@ -37,7 +37,7 @@ GEM
37
37
  arel (4.0.1)
38
38
  atomic (1.1.14)
39
39
  builder (3.1.4)
40
- capybara (2.1.0)
40
+ capybara (2.2.0)
41
41
  mime-types (>= 1.16)
42
42
  nokogiri (>= 1.3.3)
43
43
  rack (>= 1.0.0)
@@ -51,15 +51,16 @@ GEM
51
51
  simplecov (>= 0.7)
52
52
  term-ansicolor
53
53
  thor
54
- debugger (1.6.2)
54
+ debugger (1.6.3)
55
55
  columnize (>= 0.3.1)
56
56
  debugger-linecache (~> 1.2.0)
57
- debugger-ruby_core_source (~> 1.2.3)
57
+ debugger-ruby_core_source (~> 1.2.4)
58
58
  debugger-linecache (1.2.0)
59
- debugger-ruby_core_source (1.2.3)
59
+ debugger-ruby_core_source (1.2.4)
60
+ docile (1.1.1)
60
61
  erubis (2.7.0)
61
62
  hike (1.2.3)
62
- i18n (0.6.5)
63
+ i18n (0.6.9)
63
64
  less (2.4.0)
64
65
  commonjs (~> 0.2.7)
65
66
  less-rails (2.4.2)
@@ -69,7 +70,7 @@ GEM
69
70
  mail (2.5.4)
70
71
  mime-types (~> 1.16)
71
72
  treetop (~> 1.4.8)
72
- mime-types (1.25)
73
+ mime-types (1.25.1)
73
74
  mini_portile (0.5.2)
74
75
  minitest (4.7.5)
75
76
  multi_json (1.8.2)
@@ -79,28 +80,29 @@ GEM
79
80
  rack (1.5.2)
80
81
  rack-test (0.6.2)
81
82
  rack (>= 1.0)
82
- rails (4.0.1)
83
- actionmailer (= 4.0.1)
84
- actionpack (= 4.0.1)
85
- activerecord (= 4.0.1)
86
- activesupport (= 4.0.1)
83
+ rails (4.0.2)
84
+ actionmailer (= 4.0.2)
85
+ actionpack (= 4.0.2)
86
+ activerecord (= 4.0.2)
87
+ activesupport (= 4.0.2)
87
88
  bundler (>= 1.3.0, < 2.0)
88
- railties (= 4.0.1)
89
+ railties (= 4.0.2)
89
90
  sprockets-rails (~> 2.0.0)
90
- railties (4.0.1)
91
- actionpack (= 4.0.1)
92
- activesupport (= 4.0.1)
91
+ railties (4.0.2)
92
+ actionpack (= 4.0.2)
93
+ activesupport (= 4.0.2)
93
94
  rake (>= 0.8.7)
94
95
  thor (>= 0.18.1, < 2.0)
95
96
  rake (10.1.0)
96
97
  ref (1.0.5)
97
98
  rest-client (1.6.7)
98
99
  mime-types (>= 1.16)
99
- simplecov (0.7.1)
100
- multi_json (~> 1.0)
101
- simplecov-html (~> 0.7.1)
102
- simplecov-html (0.7.1)
103
- sprockets (2.10.0)
100
+ simplecov (0.8.2)
101
+ docile (~> 1.1.0)
102
+ multi_json
103
+ simplecov-html (~> 0.8.0)
104
+ simplecov-html (0.8.0)
105
+ sprockets (2.10.1)
104
106
  hike (~> 1.2)
105
107
  multi_json (~> 1.0)
106
108
  rack (~> 1.0)
@@ -119,7 +121,7 @@ GEM
119
121
  thread_safe (0.1.3)
120
122
  atomic
121
123
  tilt (1.4.1)
122
- tins (0.12.0)
124
+ tins (0.13.1)
123
125
  treetop (1.4.15)
124
126
  polyglot
125
127
  polyglot (>= 0.3.1)
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '3.2.15'
6
+ gem 'rails', '3.2.16'
7
7
  gem 'therubyracer'
8
8
  gem 'less-rails'
9
9
  gem 'uglifier'
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '4.0.0'
6
+ gem 'rails', '4.0.2'
7
7
  gem 'therubyracer'
8
8
  gem 'less-rails'
9
9
  gem 'uglifier'
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.1"
3
3
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ['lib']
21
21
 
22
- s.add_runtime_dependency 'rails', '>= 3.2.15'
22
+ s.add_runtime_dependency 'rails', '>= 3.2.16'
23
23
  s.add_runtime_dependency 'therubyracer'
24
24
  s.add_runtime_dependency 'less-rails'
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_less_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-07 00:00:00.000000000 Z
11
+ date: 2013-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.15
19
+ version: 3.2.16
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: 3.2.15
26
+ version: 3.2.16
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: therubyracer
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -337,7 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
337
337
  version: '0'
338
338
  requirements: []
339
339
  rubyforge_project:
340
- rubygems_version: 2.0.6
340
+ rubygems_version: 2.1.11
341
341
  signing_key:
342
342
  specification_version: 4
343
343
  summary: Bootstrap and FontAwesome assets in Rails applications