riveter 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +44 -49
  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: d1cc317e1db7298bd8e1565d4211ee934e7e233e
4
- data.tar.gz: a1bf00732647d16fbd24adc6086d536636cd2b9e
3
+ metadata.gz: ff84510e0ed69f178023c8c8bbf50deac82e014a
4
+ data.tar.gz: f3a5b4c4b438be17bd8fc2bf43496eb3ddb4237e
5
5
  SHA512:
6
- metadata.gz: a0540de528cf81af43047d05403fed4ff3ccb8eb14b113c8bd80eea840dc85a148b24c9aa7516bc74ad630e859505afe2c63fc24956d0cae6bf30025027beb44
7
- data.tar.gz: 3971d6af53569df04c016f63e20930242a67b50a6000ad7ba973dec1aff490b75eea8d4b2a87cc8ba05feafd7352ace269fa0d47c80865aad4a860ffc3889b0a
6
+ metadata.gz: 231d3efa49f3ab07f66bfdf2ac6fa2e6e83e4b33ff2068d1fced87e2501db53fbc23be7004ba68193dc638e0674bd79841d419ddeede6cc3b0264c3591b9d24a
7
+ data.tar.gz: 07718de816679e697da1cc2f79ddf6f6615d9de0b32d7c2e3de24fa3a1acfef21939e27b82aed13198452dfba5e8dec0272355a30a24d3e49f43cbed4e9267cf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- riveter (0.0.10)
4
+ riveter (0.0.11)
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.5)
16
- actionpack (= 4.1.5)
17
- actionview (= 4.1.5)
18
- mail (~> 2.5.4)
19
- actionpack (4.1.5)
20
- actionview (= 4.1.5)
21
- activesupport (= 4.1.5)
15
+ actionmailer (4.1.6)
16
+ actionpack (= 4.1.6)
17
+ actionview (= 4.1.6)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ actionpack (4.1.6)
20
+ actionview (= 4.1.6)
21
+ activesupport (= 4.1.6)
22
22
  rack (~> 1.5.2)
23
23
  rack-test (~> 0.6.2)
24
- actionview (4.1.5)
25
- activesupport (= 4.1.5)
24
+ actionview (4.1.6)
25
+ activesupport (= 4.1.6)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
- activemodel (4.1.5)
29
- activesupport (= 4.1.5)
28
+ activemodel (4.1.6)
29
+ activesupport (= 4.1.6)
30
30
  builder (~> 3.1)
31
- activerecord (4.1.5)
32
- activemodel (= 4.1.5)
33
- activesupport (= 4.1.5)
31
+ activerecord (4.1.6)
32
+ activemodel (= 4.1.6)
33
+ activesupport (= 4.1.6)
34
34
  arel (~> 5.0.0)
35
- activesupport (4.1.5)
35
+ activesupport (4.1.6)
36
36
  i18n (~> 0.6, >= 0.6.9)
37
37
  json (~> 1.7, >= 1.7.7)
38
38
  minitest (~> 5.1)
@@ -70,15 +70,13 @@ GEM
70
70
  hike (1.2.3)
71
71
  i18n (0.6.11)
72
72
  json (1.8.1)
73
- mail (2.5.4)
74
- mime-types (~> 1.16)
75
- treetop (~> 1.4.8)
73
+ mail (2.6.1)
74
+ mime-types (>= 1.16, < 3)
76
75
  method_source (0.8.2)
77
- mime-types (1.25.1)
76
+ mime-types (2.3)
78
77
  minitest (5.4.1)
79
78
  multi_json (1.10.1)
80
79
  netrc (0.7.7)
81
- polyglot (0.3.5)
82
80
  pry (0.10.1)
83
81
  coderay (~> 1.1.0)
84
82
  method_source (~> 0.8.1)
@@ -89,42 +87,42 @@ GEM
89
87
  rack (1.5.2)
90
88
  rack-test (0.6.2)
91
89
  rack (>= 1.0)
92
- rails (4.1.5)
93
- actionmailer (= 4.1.5)
94
- actionpack (= 4.1.5)
95
- actionview (= 4.1.5)
96
- activemodel (= 4.1.5)
97
- activerecord (= 4.1.5)
98
- activesupport (= 4.1.5)
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)
99
97
  bundler (>= 1.3.0, < 2.0)
100
- railties (= 4.1.5)
98
+ railties (= 4.1.6)
101
99
  sprockets-rails (~> 2.0)
102
- railties (4.1.5)
103
- actionpack (= 4.1.5)
104
- activesupport (= 4.1.5)
100
+ railties (4.1.6)
101
+ actionpack (= 4.1.6)
102
+ activesupport (= 4.1.6)
105
103
  rake (>= 0.8.7)
106
104
  thor (>= 0.18.1, < 2.0)
107
105
  rake (10.3.2)
108
106
  rest-client (1.7.2)
109
107
  mime-types (>= 1.16, < 3.0)
110
108
  netrc (~> 0.7)
111
- rspec-core (3.0.4)
112
- rspec-support (~> 3.0.0)
113
- rspec-expectations (3.0.4)
109
+ rspec-core (3.1.3)
110
+ rspec-support (~> 3.1.0)
111
+ rspec-expectations (3.1.1)
114
112
  diff-lcs (>= 1.2.0, < 2.0)
115
- rspec-support (~> 3.0.0)
116
- rspec-mocks (3.0.4)
117
- rspec-support (~> 3.0.0)
118
- rspec-rails (3.0.2)
113
+ rspec-support (~> 3.1.0)
114
+ rspec-mocks (3.1.0)
115
+ rspec-support (~> 3.1.0)
116
+ rspec-rails (3.1.0)
119
117
  actionpack (>= 3.0)
120
118
  activesupport (>= 3.0)
121
119
  railties (>= 3.0)
122
- rspec-core (~> 3.0.0)
123
- rspec-expectations (~> 3.0.0)
124
- rspec-mocks (~> 3.0.0)
125
- rspec-support (~> 3.0.0)
126
- rspec-support (3.0.4)
127
- shoulda-matchers (2.6.2)
120
+ rspec-core (~> 3.1.0)
121
+ rspec-expectations (~> 3.1.0)
122
+ rspec-mocks (~> 3.1.0)
123
+ rspec-support (~> 3.1.0)
124
+ rspec-support (3.1.0)
125
+ shoulda-matchers (2.7.0)
128
126
  activesupport (>= 3.0.0)
129
127
  simplecov (0.9.0)
130
128
  docile (~> 1.1.0)
@@ -132,7 +130,7 @@ GEM
132
130
  simplecov-html (~> 0.8.0)
133
131
  simplecov-html (0.8.0)
134
132
  slop (3.6.0)
135
- sprockets (2.12.1)
133
+ sprockets (2.12.2)
136
134
  hike (~> 1.2)
137
135
  multi_json (~> 1.0)
138
136
  rack (~> 1.0)
@@ -148,9 +146,6 @@ GEM
148
146
  tilt (1.4.1)
149
147
  timeliness (0.3.7)
150
148
  tins (1.3.2)
151
- treetop (1.4.15)
152
- polyglot
153
- polyglot (>= 0.3.1)
154
149
  tzinfo (1.2.2)
155
150
  thread_safe (~> 0.1)
156
151
  validates_timeliness (3.0.14)
@@ -1,3 +1,3 @@
1
1
  module Riveter
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
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.10
4
+ version: 0.0.11
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-02 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties