riveter 0.0.11 → 0.0.12

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +41 -41
  3. data/lib/riveter/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff84510e0ed69f178023c8c8bbf50deac82e014a
4
- data.tar.gz: f3a5b4c4b438be17bd8fc2bf43496eb3ddb4237e
3
+ metadata.gz: 17b9a0c99cd4746d233dca30169b3760ee2b74e8
4
+ data.tar.gz: 3fd6db4aef2d5b68753b4c336b1ba6e62f07d405
5
5
  SHA512:
6
- metadata.gz: 231d3efa49f3ab07f66bfdf2ac6fa2e6e83e4b33ff2068d1fced87e2501db53fbc23be7004ba68193dc638e0674bd79841d419ddeede6cc3b0264c3591b9d24a
7
- data.tar.gz: 07718de816679e697da1cc2f79ddf6f6615d9de0b32d7c2e3de24fa3a1acfef21939e27b82aed13198452dfba5e8dec0272355a30a24d3e49f43cbed4e9267cf
6
+ metadata.gz: aaaacc60744f458ccb35a396f7b6e399e733d04a2694968d51d428c577f2b7db6ddd37f42f230099d34a52623dd7773cffe11963fe2fef6401b106bbc77676ec
7
+ data.tar.gz: d70e8a99d5c02c6d1174e3119adaf3c50432a82e8e98c93375a7766642febc33dfaf7aa14f6f5451298c09ec2aebb37c2978d17c09d7c4beb6d7fdd5c24839d5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- riveter (0.0.11)
4
+ riveter (0.0.12)
5
5
  actionpack (>= 4.1.0)
6
6
  activemodel (>= 4.1.0)
7
7
  activerecord (>= 4.1.0)
@@ -12,27 +12,27 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- actionmailer (4.1.6)
16
- actionpack (= 4.1.6)
17
- actionview (= 4.1.6)
15
+ actionmailer (4.1.7)
16
+ actionpack (= 4.1.7)
17
+ actionview (= 4.1.7)
18
18
  mail (~> 2.5, >= 2.5.4)
19
- actionpack (4.1.6)
20
- actionview (= 4.1.6)
21
- activesupport (= 4.1.6)
19
+ actionpack (4.1.7)
20
+ actionview (= 4.1.7)
21
+ activesupport (= 4.1.7)
22
22
  rack (~> 1.5.2)
23
23
  rack-test (~> 0.6.2)
24
- actionview (4.1.6)
25
- activesupport (= 4.1.6)
24
+ actionview (4.1.7)
25
+ activesupport (= 4.1.7)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
- activemodel (4.1.6)
29
- activesupport (= 4.1.6)
28
+ activemodel (4.1.7)
29
+ activesupport (= 4.1.7)
30
30
  builder (~> 3.1)
31
- activerecord (4.1.6)
32
- activemodel (= 4.1.6)
33
- activesupport (= 4.1.6)
31
+ activerecord (4.1.7)
32
+ activemodel (= 4.1.7)
33
+ activesupport (= 4.1.7)
34
34
  arel (~> 5.0.0)
35
- activesupport (4.1.6)
35
+ activesupport (4.1.7)
36
36
  i18n (~> 0.6, >= 0.6.9)
37
37
  json (~> 1.7, >= 1.7.7)
38
38
  minitest (~> 5.1)
@@ -44,7 +44,7 @@ GEM
44
44
  rspec-rails (>= 2.2)
45
45
  arel (5.0.1.20140414130214)
46
46
  builder (3.2.2)
47
- byebug (3.4.0)
47
+ byebug (3.5.1)
48
48
  columnize (~> 0.8)
49
49
  debugger-linecache (~> 1.2)
50
50
  slop (~> 3.6)
@@ -70,13 +70,13 @@ GEM
70
70
  hike (1.2.3)
71
71
  i18n (0.6.11)
72
72
  json (1.8.1)
73
- mail (2.6.1)
73
+ mail (2.6.3)
74
74
  mime-types (>= 1.16, < 3)
75
75
  method_source (0.8.2)
76
- mime-types (2.3)
77
- minitest (5.4.1)
76
+ mime-types (2.4.3)
77
+ minitest (5.4.2)
78
78
  multi_json (1.10.1)
79
- netrc (0.7.7)
79
+ netrc (0.8.0)
80
80
  pry (0.10.1)
81
81
  coderay (~> 1.1.0)
82
82
  method_source (~> 0.8.1)
@@ -87,31 +87,31 @@ GEM
87
87
  rack (1.5.2)
88
88
  rack-test (0.6.2)
89
89
  rack (>= 1.0)
90
- rails (4.1.6)
91
- actionmailer (= 4.1.6)
92
- actionpack (= 4.1.6)
93
- actionview (= 4.1.6)
94
- activemodel (= 4.1.6)
95
- activerecord (= 4.1.6)
96
- activesupport (= 4.1.6)
90
+ rails (4.1.7)
91
+ actionmailer (= 4.1.7)
92
+ actionpack (= 4.1.7)
93
+ actionview (= 4.1.7)
94
+ activemodel (= 4.1.7)
95
+ activerecord (= 4.1.7)
96
+ activesupport (= 4.1.7)
97
97
  bundler (>= 1.3.0, < 2.0)
98
- railties (= 4.1.6)
98
+ railties (= 4.1.7)
99
99
  sprockets-rails (~> 2.0)
100
- railties (4.1.6)
101
- actionpack (= 4.1.6)
102
- activesupport (= 4.1.6)
100
+ railties (4.1.7)
101
+ actionpack (= 4.1.7)
102
+ activesupport (= 4.1.7)
103
103
  rake (>= 0.8.7)
104
104
  thor (>= 0.18.1, < 2.0)
105
105
  rake (10.3.2)
106
106
  rest-client (1.7.2)
107
107
  mime-types (>= 1.16, < 3.0)
108
108
  netrc (~> 0.7)
109
- rspec-core (3.1.3)
109
+ rspec-core (3.1.7)
110
110
  rspec-support (~> 3.1.0)
111
- rspec-expectations (3.1.1)
111
+ rspec-expectations (3.1.2)
112
112
  diff-lcs (>= 1.2.0, < 2.0)
113
113
  rspec-support (~> 3.1.0)
114
- rspec-mocks (3.1.0)
114
+ rspec-mocks (3.1.3)
115
115
  rspec-support (~> 3.1.0)
116
116
  rspec-rails (3.1.0)
117
117
  actionpack (>= 3.0)
@@ -121,31 +121,31 @@ GEM
121
121
  rspec-expectations (~> 3.1.0)
122
122
  rspec-mocks (~> 3.1.0)
123
123
  rspec-support (~> 3.1.0)
124
- rspec-support (3.1.0)
124
+ rspec-support (3.1.2)
125
125
  shoulda-matchers (2.7.0)
126
126
  activesupport (>= 3.0.0)
127
- simplecov (0.9.0)
127
+ simplecov (0.9.1)
128
128
  docile (~> 1.1.0)
129
- multi_json
129
+ multi_json (~> 1.0)
130
130
  simplecov-html (~> 0.8.0)
131
131
  simplecov-html (0.8.0)
132
132
  slop (3.6.0)
133
- sprockets (2.12.2)
133
+ sprockets (2.12.3)
134
134
  hike (~> 1.2)
135
135
  multi_json (~> 1.0)
136
136
  rack (~> 1.0)
137
137
  tilt (~> 1.1, != 1.3.0)
138
- sprockets-rails (2.1.4)
138
+ sprockets-rails (2.2.0)
139
139
  actionpack (>= 3.0)
140
140
  activesupport (>= 3.0)
141
- sprockets (~> 2.8)
141
+ sprockets (>= 2.8, < 4.0)
142
142
  term-ansicolor (1.3.0)
143
143
  tins (~> 1.0)
144
144
  thor (0.19.1)
145
145
  thread_safe (0.3.4)
146
146
  tilt (1.4.1)
147
147
  timeliness (0.3.7)
148
- tins (1.3.2)
148
+ tins (1.3.3)
149
149
  tzinfo (1.2.2)
150
150
  thread_safe (~> 0.1)
151
151
  validates_timeliness (3.0.14)
@@ -1,3 +1,3 @@
1
1
  module Riveter
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riveter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Stefano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties