twbs_sass_rails 0.5.0 → 0.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: 7f253bcdfd5bf866567a4b673e1f769126002a13
4
- data.tar.gz: fd13cd3cf80b20f66f132c7f83d15e95144f2737
3
+ metadata.gz: 1658fb076f60827bfdf8f7d28a50c2b155ebffa2
4
+ data.tar.gz: 99ebce65270c5e5479f91414ee3a9f4a19b61dd4
5
5
  SHA512:
6
- metadata.gz: 69dc56688df4f6dae3b3a9b5c26b771380188b781f8ed3b853b519665a21d358adb012342d9e58f1f336f07c867055058b6b5e8beab932b87a1a5d151e998029
7
- data.tar.gz: d6ea4436bce749080ca77de15c4ae1bfd8d3e5c24a129c0521bf7e06cea6cd711845aceea915445714e5c3f0720fd9c116856a4dcf38a6a3233195405afa8d66
6
+ metadata.gz: ed433572d56c5d81b28348287bace38c07cf14dfa929714a2e303e7a3b90e496824e31f7d5e4677fc428200a0089912cf1c94917dd7395fb62d93ea1debb5760
7
+ data.tar.gz: a3c4d9a55cd41f9313407aa7b0f50841044aef1586e2987ea2163fc19597e930ec410e627f8629b9d8806e5115a3f1eaab86338d553d1e0adc1780755804925d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.1
4
+
5
+ * Updated Rails dependency to 3.2.17
6
+
3
7
  ## 0.5.0
4
8
 
5
9
  * bootstrap-sass v3.1.1
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_sass_rails (0.5.0)
5
- rails (>= 3.2.16)
4
+ twbs_sass_rails (0.5.1)
5
+ rails (>= 3.2.17)
6
6
  sass-rails (>= 3.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.0.2)
12
- actionpack (= 4.0.2)
11
+ actionmailer (4.0.3)
12
+ actionpack (= 4.0.3)
13
13
  mail (~> 2.5.4)
14
- actionpack (4.0.2)
15
- activesupport (= 4.0.2)
14
+ actionpack (4.0.3)
15
+ activesupport (= 4.0.3)
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.2)
21
- activesupport (= 4.0.2)
20
+ activemodel (4.0.3)
21
+ activesupport (= 4.0.3)
22
22
  builder (~> 3.1.0)
23
- activerecord (4.0.2)
24
- activemodel (= 4.0.2)
23
+ activerecord (4.0.3)
24
+ activemodel (= 4.0.3)
25
25
  activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.2)
26
+ activesupport (= 4.0.3)
27
27
  arel (~> 4.0.0)
28
28
  activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.2)
29
+ activesupport (4.0.3)
30
30
  i18n (~> 0.6, >= 0.6.4)
31
31
  minitest (~> 4.2)
32
32
  multi_json (~> 1.3)
@@ -48,7 +48,7 @@ GEM
48
48
  simplecov (>= 0.7)
49
49
  term-ansicolor
50
50
  thor
51
- docile (1.1.2)
51
+ docile (1.1.3)
52
52
  erubis (2.7.0)
53
53
  hike (1.2.3)
54
54
  i18n (0.6.9)
@@ -61,21 +61,21 @@ GEM
61
61
  multi_json (1.8.4)
62
62
  nokogiri (1.6.1)
63
63
  mini_portile (~> 0.5.0)
64
- polyglot (0.3.3)
64
+ polyglot (0.3.4)
65
65
  rack (1.5.2)
66
66
  rack-test (0.6.2)
67
67
  rack (>= 1.0)
68
- rails (4.0.2)
69
- actionmailer (= 4.0.2)
70
- actionpack (= 4.0.2)
71
- activerecord (= 4.0.2)
72
- activesupport (= 4.0.2)
68
+ rails (4.0.3)
69
+ actionmailer (= 4.0.3)
70
+ actionpack (= 4.0.3)
71
+ activerecord (= 4.0.3)
72
+ activesupport (= 4.0.3)
73
73
  bundler (>= 1.3.0, < 2.0)
74
- railties (= 4.0.2)
74
+ railties (= 4.0.3)
75
75
  sprockets-rails (~> 2.0.0)
76
- railties (4.0.2)
77
- actionpack (= 4.0.2)
78
- activesupport (= 4.0.2)
76
+ railties (4.0.3)
77
+ actionpack (= 4.0.3)
78
+ activesupport (= 4.0.3)
79
79
  rake (>= 0.8.7)
80
80
  thor (>= 0.18.1, < 2.0)
81
81
  rake (10.1.1)
@@ -100,13 +100,13 @@ GEM
100
100
  actionpack (>= 3.0)
101
101
  activesupport (>= 3.0)
102
102
  sprockets (~> 2.8)
103
- term-ansicolor (1.2.2)
104
- tins (~> 0.8)
103
+ term-ansicolor (1.3.0)
104
+ tins (~> 1.0)
105
105
  thor (0.18.1)
106
106
  thread_safe (0.1.3)
107
107
  atomic
108
108
  tilt (1.4.1)
109
- tins (0.13.1)
109
+ tins (1.0.0)
110
110
  treetop (1.4.15)
111
111
  polyglot
112
112
  polyglot (>= 0.3.1)
@@ -3,6 +3,6 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '3.2.16'
6
+ gem 'rails', '3.2.17'
7
7
  gem 'uglifier'
8
8
  gem 'sass-rails', '~> 3.2.3'
@@ -3,6 +3,6 @@ source "https://rubygems.org"
3
3
  gemspec path: '../'
4
4
 
5
5
  # Dummy application dependencies
6
- gem 'rails', '4.0.2'
6
+ gem 'rails', '4.0.3'
7
7
  gem 'uglifier'
8
8
  gem 'sass-rails', '~> 4.0.0'
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "0.5.0"
2
+ VERSION = "0.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.16'
22
+ s.add_runtime_dependency 'rails', '>= 3.2.17'
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.5.0
4
+ version: 0.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: 2014-02-14 00:00:00.000000000 Z
11
+ date: 2014-02-19 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.16
19
+ version: 3.2.17
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.16
26
+ version: 3.2.17
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass-rails
29
29
  requirement: !ruby/object:Gem::Requirement