twbs_sass_rails 0.6.2 → 0.6.3

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: b2ac081579fa7783d754940fdc1b24e33d19478e
4
- data.tar.gz: eb0695ab8394b5cc9f58cce9ba1102a9dba910ae
3
+ metadata.gz: cef8cd004385df56773b9a9f787269a75e254327
4
+ data.tar.gz: 433a33735a5c1de6e7f24d43f96d734415b8b9cb
5
5
  SHA512:
6
- metadata.gz: aad1bb9b26118e39c4aeae06dda15f3d6de6f8cb37867dc045adde3d9a711ed709a4bd17e2fb616482804830c31f54c11fd332f2bf13c5b9b41cd502bbeea916
7
- data.tar.gz: 4f73b35013d81017a0a3c62910625589e52034f7a3503a05c14d4ca607a3b558cc46100c9c3de7986a5c3a81ae4bbcda0d99516b1e87c6da499197230f180392
6
+ metadata.gz: 6856f4272aded6254107cd2ae7637e236242ac5c58d1da3c855d8d6d52ee0b35a3c803d07f3f710b18019e0a5a0c71f691bd79ff1c89cc58d8dc0915bdbbc46e
7
+ data.tar.gz: dafe9fa913c6954b66e2fbed8881be2fbeff969f70fbe2c8dca2eea3989bc24dbb4abc8b64d7939e3742411fdb79d5476dfef7fa4ae10a288fdf99b01ef97498
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.3
4
+
5
+ * Updated Rails dependencies
6
+
3
7
  ## 0.6.2
4
8
 
5
9
  * Fixed generator for Rails 4. Please check that `twbs.scss` is required before `require_tree .` in your `application.css`
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_sass_rails (0.6.0)
5
- rails (>= 3.2.17)
4
+ twbs_sass_rails (0.6.3)
5
+ rails (>= 3.2.18)
6
6
  sass-rails (>= 3.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.0.4)
12
- actionpack (= 4.0.4)
11
+ actionmailer (4.0.5)
12
+ actionpack (= 4.0.5)
13
13
  mail (~> 2.5.4)
14
- actionpack (4.0.4)
15
- activesupport (= 4.0.4)
14
+ actionpack (4.0.5)
15
+ activesupport (= 4.0.5)
16
16
  builder (~> 3.1.0)
17
17
  erubis (~> 2.7.0)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- activemodel (4.0.4)
21
- activesupport (= 4.0.4)
20
+ activemodel (4.0.5)
21
+ activesupport (= 4.0.5)
22
22
  builder (~> 3.1.0)
23
- activerecord (4.0.4)
24
- activemodel (= 4.0.4)
23
+ activerecord (4.0.5)
24
+ activemodel (= 4.0.5)
25
25
  activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.4)
26
+ activesupport (= 4.0.5)
27
27
  arel (~> 4.0.0)
28
28
  activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.4)
29
+ activesupport (4.0.5)
30
30
  i18n (~> 0.6, >= 0.6.9)
31
31
  minitest (~> 4.2)
32
32
  multi_json (~> 1.3)
@@ -56,30 +56,30 @@ GEM
56
56
  mime-types (1.25.1)
57
57
  mini_portile (0.5.3)
58
58
  minitest (4.7.5)
59
- multi_json (1.9.2)
59
+ multi_json (1.10.0)
60
60
  nokogiri (1.6.1)
61
61
  mini_portile (~> 0.5.0)
62
62
  polyglot (0.3.4)
63
63
  rack (1.5.2)
64
64
  rack-test (0.6.2)
65
65
  rack (>= 1.0)
66
- rails (4.0.4)
67
- actionmailer (= 4.0.4)
68
- actionpack (= 4.0.4)
69
- activerecord (= 4.0.4)
70
- activesupport (= 4.0.4)
66
+ rails (4.0.5)
67
+ actionmailer (= 4.0.5)
68
+ actionpack (= 4.0.5)
69
+ activerecord (= 4.0.5)
70
+ activesupport (= 4.0.5)
71
71
  bundler (>= 1.3.0, < 2.0)
72
- railties (= 4.0.4)
72
+ railties (= 4.0.5)
73
73
  sprockets-rails (~> 2.0.0)
74
- railties (4.0.4)
75
- actionpack (= 4.0.4)
76
- activesupport (= 4.0.4)
74
+ railties (4.0.5)
75
+ actionpack (= 4.0.5)
76
+ activesupport (= 4.0.5)
77
77
  rake (>= 0.8.7)
78
78
  thor (>= 0.18.1, < 2.0)
79
- rake (10.2.2)
79
+ rake (10.3.1)
80
80
  rest-client (1.6.7)
81
81
  mime-types (>= 1.16)
82
- sass (3.3.4)
82
+ sass (3.3.7)
83
83
  sass-rails (4.0.1)
84
84
  railties (>= 4.0.0, < 5.0)
85
85
  sass (>= 3.1.10)
@@ -89,7 +89,7 @@ GEM
89
89
  multi_json
90
90
  simplecov-html (~> 0.8.0)
91
91
  simplecov-html (0.8.0)
92
- sprockets (2.12.0)
92
+ sprockets (2.12.1)
93
93
  hike (~> 1.2)
94
94
  multi_json (~> 1.0)
95
95
  rack (~> 1.0)
@@ -101,9 +101,9 @@ GEM
101
101
  term-ansicolor (1.3.0)
102
102
  tins (~> 1.0)
103
103
  thor (0.19.1)
104
- thread_safe (0.3.2)
104
+ thread_safe (0.3.3)
105
105
  tilt (1.4.1)
106
- tins (1.0.1)
106
+ tins (1.1.0)
107
107
  treetop (1.4.15)
108
108
  polyglot
109
109
  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.17'
6
+ gem 'rails', '3.2.18'
7
7
  gem 'uglifier'
8
8
  gem 'sass-rails', '~> 3.2.3'
9
- gem 'minitest', '~> 4'
9
+ gem 'minitest', '~> 4'
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '4.0.4'
6
+ gem 'rails', '4.0.5'
7
7
  gem 'uglifier'
8
8
  gem 'sass-rails', '~> 4.0.0'
9
9
  gem 'minitest', '~> 4'
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '4.1.0.rc2'
6
+ gem 'rails', '4.1.1'
7
7
  gem 'uglifier'
8
8
  gem 'sass-rails', '~> 4.0.0'
9
9
  gem 'minitest', '~> 5'
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
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.17'
22
+ s.add_runtime_dependency 'rails', '>= 3.2.18'
23
23
  s.add_runtime_dependency 'sass-rails', '>= 3.2'
24
24
 
25
25
  s.add_development_dependency 'capybara'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_sass_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-01 00:00:00.000000000 Z
11
+ date: 2014-05-07 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.17
19
+ version: 3.2.18
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.17
26
+ version: 3.2.18
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass-rails
29
29
  requirement: !ruby/object:Gem::Requirement