riveter 0.0.12 → 0.0.13

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 +39 -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: 17b9a0c99cd4746d233dca30169b3760ee2b74e8
4
- data.tar.gz: 3fd6db4aef2d5b68753b4c336b1ba6e62f07d405
3
+ metadata.gz: 851fb4491897c26daca746559d7313165ab7b06b
4
+ data.tar.gz: 4fd6b53580a84bb20790a1b61b56fa7e85faf7e0
5
5
  SHA512:
6
- metadata.gz: aaaacc60744f458ccb35a396f7b6e399e733d04a2694968d51d428c577f2b7db6ddd37f42f230099d34a52623dd7773cffe11963fe2fef6401b106bbc77676ec
7
- data.tar.gz: d70e8a99d5c02c6d1174e3119adaf3c50432a82e8e98c93375a7766642febc33dfaf7aa14f6f5451298c09ec2aebb37c2978d17c09d7c4beb6d7fdd5c24839d5
6
+ metadata.gz: ac49966c732a9899d2076dd09f46a2892cc61980ec88acab22a920317a14b2ed0cb54ecf437ec9cf9ac5029b9194b86df37bd20a267c287ab0010db9182ddd74
7
+ data.tar.gz: cde92c26d519f249a303053e68d724e497c5897e728038c0980e451dfde2dc86f4aab15101626e0107805ca411bbad4d2714ed4c1b3ab767484843be9530f065
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- riveter (0.0.12)
4
+ riveter (0.0.13)
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.7)
16
- actionpack (= 4.1.7)
17
- actionview (= 4.1.7)
15
+ actionmailer (4.1.8)
16
+ actionpack (= 4.1.8)
17
+ actionview (= 4.1.8)
18
18
  mail (~> 2.5, >= 2.5.4)
19
- actionpack (4.1.7)
20
- actionview (= 4.1.7)
21
- activesupport (= 4.1.7)
19
+ actionpack (4.1.8)
20
+ actionview (= 4.1.8)
21
+ activesupport (= 4.1.8)
22
22
  rack (~> 1.5.2)
23
23
  rack-test (~> 0.6.2)
24
- actionview (4.1.7)
25
- activesupport (= 4.1.7)
24
+ actionview (4.1.8)
25
+ activesupport (= 4.1.8)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
- activemodel (4.1.7)
29
- activesupport (= 4.1.7)
28
+ activemodel (4.1.8)
29
+ activesupport (= 4.1.8)
30
30
  builder (~> 3.1)
31
- activerecord (4.1.7)
32
- activemodel (= 4.1.7)
33
- activesupport (= 4.1.7)
31
+ activerecord (4.1.8)
32
+ activemodel (= 4.1.8)
33
+ activesupport (= 4.1.8)
34
34
  arel (~> 5.0.0)
35
- activesupport (4.1.7)
35
+ activesupport (4.1.8)
36
36
  i18n (~> 0.6, >= 0.6.9)
37
37
  json (~> 1.7, >= 1.7.7)
38
38
  minitest (~> 5.1)
@@ -50,12 +50,12 @@ GEM
50
50
  slop (~> 3.6)
51
51
  coderay (1.1.0)
52
52
  columnize (0.8.9)
53
- coveralls (0.7.1)
53
+ coveralls (0.7.2)
54
54
  multi_json (~> 1.3)
55
- rest-client
55
+ rest-client (= 1.6.7)
56
56
  simplecov (>= 0.7)
57
- term-ansicolor
58
- thor
57
+ term-ansicolor (= 1.2.2)
58
+ thor (= 0.18.1)
59
59
  debugger-linecache (1.2.0)
60
60
  diff-lcs (1.2.5)
61
61
  docile (1.1.5)
@@ -74,9 +74,8 @@ GEM
74
74
  mime-types (>= 1.16, < 3)
75
75
  method_source (0.8.2)
76
76
  mime-types (2.4.3)
77
- minitest (5.4.2)
77
+ minitest (5.4.3)
78
78
  multi_json (1.10.1)
79
- netrc (0.8.0)
80
79
  pry (0.10.1)
81
80
  coderay (~> 1.1.0)
82
81
  method_source (~> 0.8.1)
@@ -87,25 +86,24 @@ GEM
87
86
  rack (1.5.2)
88
87
  rack-test (0.6.2)
89
88
  rack (>= 1.0)
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)
89
+ rails (4.1.8)
90
+ actionmailer (= 4.1.8)
91
+ actionpack (= 4.1.8)
92
+ actionview (= 4.1.8)
93
+ activemodel (= 4.1.8)
94
+ activerecord (= 4.1.8)
95
+ activesupport (= 4.1.8)
97
96
  bundler (>= 1.3.0, < 2.0)
98
- railties (= 4.1.7)
97
+ railties (= 4.1.8)
99
98
  sprockets-rails (~> 2.0)
100
- railties (4.1.7)
101
- actionpack (= 4.1.7)
102
- activesupport (= 4.1.7)
99
+ railties (4.1.8)
100
+ actionpack (= 4.1.8)
101
+ activesupport (= 4.1.8)
103
102
  rake (>= 0.8.7)
104
103
  thor (>= 0.18.1, < 2.0)
105
- rake (10.3.2)
106
- rest-client (1.7.2)
107
- mime-types (>= 1.16, < 3.0)
108
- netrc (~> 0.7)
104
+ rake (10.4.0)
105
+ rest-client (1.6.7)
106
+ mime-types (>= 1.16)
109
107
  rspec-core (3.1.7)
110
108
  rspec-support (~> 3.1.0)
111
109
  rspec-expectations (3.1.2)
@@ -135,17 +133,17 @@ GEM
135
133
  multi_json (~> 1.0)
136
134
  rack (~> 1.0)
137
135
  tilt (~> 1.1, != 1.3.0)
138
- sprockets-rails (2.2.0)
136
+ sprockets-rails (2.2.1)
139
137
  actionpack (>= 3.0)
140
138
  activesupport (>= 3.0)
141
139
  sprockets (>= 2.8, < 4.0)
142
- term-ansicolor (1.3.0)
143
- tins (~> 1.0)
144
- thor (0.19.1)
140
+ term-ansicolor (1.2.2)
141
+ tins (~> 0.8)
142
+ thor (0.18.1)
145
143
  thread_safe (0.3.4)
146
144
  tilt (1.4.1)
147
145
  timeliness (0.3.7)
148
- tins (1.3.3)
146
+ tins (0.13.2)
149
147
  tzinfo (1.2.2)
150
148
  thread_safe (~> 0.1)
151
149
  validates_timeliness (3.0.14)
@@ -1,3 +1,3 @@
1
1
  module Riveter
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
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.12
4
+ version: 0.0.13
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-11-04 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties