mj-suspenders 0.0.6 → 0.0.7

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: ae79b9e2495249849f8970554c5ebeb15a976bdf
4
- data.tar.gz: 0034bc94fdb5d48eaadc5dd96e2fa753484bb87b
3
+ metadata.gz: 010107e642701974deff8096e6c52eae616a585d
4
+ data.tar.gz: 65050d708ad0bc6207e2a7bc9162e20ab9118e00
5
5
  SHA512:
6
- metadata.gz: d2ce83580ff52bb3426b43b4d41de9ab3f043f13b210c930cae5cd9139b92536dd25d62011e82703e631aec952015355fe5fe51021cebbbe1d721305a2e35b54
7
- data.tar.gz: 4a0464d5af30502c30c848071bf6fe65b9db47010441e74619a83749118f9fc7bb06c4bcad161ebd40f46d3f65e27f0e69bc802f22f30750c0bd29d17988c385
6
+ metadata.gz: ed5258f3379bf3178d579e8664fd07bc82936d73a20699383f80f48d066deb631e251056638e4564455615874067a95eabdd84c6f7f44170447afd49a00790fb
7
+ data.tar.gz: 06c52592d210680f14409c50887c6d4f4865cc308b1f40b09549690516b5023cfe2b7e19eafdaf1a42c63544ef2451c01d10ab6a82760496eebe6796b0646960
data/Gemfile.lock CHANGED
@@ -1,40 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mj-suspenders (0.0.6)
4
+ mj-suspenders (0.0.7)
5
5
  bundler (~> 1.6)
6
- rails (= 4.1.0)
6
+ rails (= 4.1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.1.0)
12
- actionpack (= 4.1.0)
13
- actionview (= 4.1.0)
11
+ actionmailer (4.1.1)
12
+ actionpack (= 4.1.1)
13
+ actionview (= 4.1.1)
14
14
  mail (~> 2.5.4)
15
- actionpack (4.1.0)
16
- actionview (= 4.1.0)
17
- activesupport (= 4.1.0)
15
+ actionpack (4.1.1)
16
+ actionview (= 4.1.1)
17
+ activesupport (= 4.1.1)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- actionview (4.1.0)
21
- activesupport (= 4.1.0)
20
+ actionview (4.1.1)
21
+ activesupport (= 4.1.1)
22
22
  builder (~> 3.1)
23
23
  erubis (~> 2.7.0)
24
- activemodel (4.1.0)
25
- activesupport (= 4.1.0)
24
+ activemodel (4.1.1)
25
+ activesupport (= 4.1.1)
26
26
  builder (~> 3.1)
27
- activerecord (4.1.0)
28
- activemodel (= 4.1.0)
29
- activesupport (= 4.1.0)
27
+ activerecord (4.1.1)
28
+ activemodel (= 4.1.1)
29
+ activesupport (= 4.1.1)
30
30
  arel (~> 5.0.0)
31
- activesupport (4.1.0)
31
+ activesupport (4.1.1)
32
32
  i18n (~> 0.6, >= 0.6.9)
33
33
  json (~> 1.7, >= 1.7.7)
34
34
  minitest (~> 5.1)
35
35
  thread_safe (~> 0.1)
36
36
  tzinfo (~> 1.1)
37
- arel (5.0.0)
37
+ arel (5.0.1.20140414130214)
38
38
  aruba (0.5.4)
39
39
  childprocess (>= 0.3.6)
40
40
  cucumber (>= 1.1.1)
@@ -67,7 +67,7 @@ GEM
67
67
  treetop (~> 1.4.8)
68
68
  mime-types (1.25.1)
69
69
  mini_portile (0.5.3)
70
- minitest (5.3.2)
70
+ minitest (5.3.3)
71
71
  multi_json (1.9.2)
72
72
  multi_test (0.1.1)
73
73
  nokogiri (1.6.1)
@@ -76,22 +76,22 @@ GEM
76
76
  rack (1.5.2)
77
77
  rack-test (0.6.2)
78
78
  rack (>= 1.0)
79
- rails (4.1.0)
80
- actionmailer (= 4.1.0)
81
- actionpack (= 4.1.0)
82
- actionview (= 4.1.0)
83
- activemodel (= 4.1.0)
84
- activerecord (= 4.1.0)
85
- activesupport (= 4.1.0)
79
+ rails (4.1.1)
80
+ actionmailer (= 4.1.1)
81
+ actionpack (= 4.1.1)
82
+ actionview (= 4.1.1)
83
+ activemodel (= 4.1.1)
84
+ activerecord (= 4.1.1)
85
+ activesupport (= 4.1.1)
86
86
  bundler (>= 1.3.0, < 2.0)
87
- railties (= 4.1.0)
87
+ railties (= 4.1.1)
88
88
  sprockets-rails (~> 2.0)
89
- railties (4.1.0)
90
- actionpack (= 4.1.0)
91
- activesupport (= 4.1.0)
89
+ railties (4.1.1)
90
+ actionpack (= 4.1.1)
91
+ activesupport (= 4.1.1)
92
92
  rake (>= 0.8.7)
93
93
  thor (>= 0.18.1, < 2.0)
94
- rake (10.2.2)
94
+ rake (10.3.1)
95
95
  rspec (2.14.1)
96
96
  rspec-core (~> 2.14.0)
97
97
  rspec-expectations (~> 2.14.0)
@@ -104,12 +104,12 @@ GEM
104
104
  multi_json (~> 1.0)
105
105
  simplecov-html (~> 0.7.1)
106
106
  simplecov-html (0.7.1)
107
- sprockets (2.12.0)
107
+ sprockets (2.12.1)
108
108
  hike (~> 1.2)
109
109
  multi_json (~> 1.0)
110
110
  rack (~> 1.0)
111
111
  tilt (~> 1.1, != 1.3.0)
112
- sprockets-rails (2.1.1)
112
+ sprockets-rails (2.1.3)
113
113
  actionpack (>= 3.0)
114
114
  activesupport (>= 3.0)
115
115
  sprockets (~> 2.8)
@@ -1,3 +1,3 @@
1
1
  module Suspenders
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
@@ -6,7 +6,7 @@ require 'date'
6
6
  Gem::Specification.new do |s|
7
7
  s.required_ruby_version = '>= 1.9.2'
8
8
  s.add_dependency 'bundler', '~> 1.6'
9
- s.add_dependency 'rails', '4.1.0'
9
+ s.add_dependency 'rails', '4.1.1'
10
10
  s.add_development_dependency 'aruba', '~> 0.5.2'
11
11
  s.add_development_dependency 'cucumber', '~> 1.2'
12
12
  s.authors = ['thoughtbot', 'Marcelo Jacobus']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mj-suspenders
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-14 00:00:00.000000000 Z
12
+ date: 2014-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 4.1.0
34
+ version: 4.1.1
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 4.1.0
41
+ version: 4.1.1
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: aruba
44
44
  requirement: !ruby/object:Gem::Requirement