riveter 0.8.0 → 0.8.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
- SHA1:
3
- metadata.gz: 8bf2256c702ed136d3bf45a1f7ca8e11f3cab253
4
- data.tar.gz: f60db7eaf72e24e6ca5ac5b7232717056e36b705
2
+ SHA256:
3
+ metadata.gz: 8ddd7f15601bf47c703615c8f60e8fffb9515140d52ac12a559a44146d3673de
4
+ data.tar.gz: b0c0e6e399084344108cf3083f14d244e36a7fa6a4ca9d639c78beb5fea85c4f
5
5
  SHA512:
6
- metadata.gz: e060a033306241945023c1bd2237ad645a484a5c26d88571bf8a3c1eafda6343fcca3597a1dec3bb70a1cbfb8e0ae2218c43631499fcc32a9d4373a201169d09
7
- data.tar.gz: 3a812c1f599ca6f4f07aa0703f44eda43170f0a0261a029b6e9186be359382ce51927c30f339311a0afd6649042720342ccc46703af6a75f0dae7135d5abf4a5
6
+ metadata.gz: 532b306c4a0fbb758f5f4520a935a0a1931e62306747f80cd593df58ed616ebb83fd66cb99c42e9fab898dc13f5c409d4b3d2e820ff48a80adb723402e8be297
7
+ data.tar.gz: 6b73577ff1be50c301f9805bad68acc0b70076577e4375f020edfb1660d9b0292c0fbc12e0c53c056b9d17f9714ca3e4ece3a4bc19eb3fe6dee32fcd96ba2291
@@ -1 +1 @@
1
- ruby-2.4.2
1
+ ruby-2.5.1
@@ -2,9 +2,12 @@ language: ruby
2
2
  cache: bundler
3
3
 
4
4
  rvm:
5
- - 2.2.8
6
- - 2.3.5
7
- - 2.4.2
5
+ - 2.0.0
6
+ - 2.1.10
7
+ - 2.2.10
8
+ - 2.3.7
9
+ - 2.4.4
10
+ - 2.5.1
8
11
 
9
12
  script: 'bundle exec rake spec'
10
13
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- riveter (0.8.0)
4
+ riveter (0.8.1)
5
5
  activemodel (>= 4.0.0)
6
6
  railties (>= 4.0.0)
7
7
  validates_timeliness (>= 3.0.0)
@@ -9,36 +9,36 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.9)
13
- actionpack (= 4.2.9)
14
- actionview (= 4.2.9)
15
- activejob (= 4.2.9)
12
+ actionmailer (4.2.10)
13
+ actionpack (= 4.2.10)
14
+ actionview (= 4.2.10)
15
+ activejob (= 4.2.10)
16
16
  mail (~> 2.5, >= 2.5.4)
17
17
  rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.9)
19
- actionview (= 4.2.9)
20
- activesupport (= 4.2.9)
18
+ actionpack (4.2.10)
19
+ actionview (= 4.2.10)
20
+ activesupport (= 4.2.10)
21
21
  rack (~> 1.6)
22
22
  rack-test (~> 0.6.2)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.9)
26
- activesupport (= 4.2.9)
25
+ actionview (4.2.10)
26
+ activesupport (= 4.2.10)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
31
- activejob (4.2.9)
32
- activesupport (= 4.2.9)
31
+ activejob (4.2.10)
32
+ activesupport (= 4.2.10)
33
33
  globalid (>= 0.3.0)
34
- activemodel (4.2.9)
35
- activesupport (= 4.2.9)
34
+ activemodel (4.2.10)
35
+ activesupport (= 4.2.10)
36
36
  builder (~> 3.1)
37
- activerecord (4.2.9)
38
- activemodel (= 4.2.9)
39
- activesupport (= 4.2.9)
37
+ activerecord (4.2.10)
38
+ activemodel (= 4.2.10)
39
+ activesupport (= 4.2.10)
40
40
  arel (~> 6.0)
41
- activesupport (4.2.9)
41
+ activesupport (4.2.10)
42
42
  i18n (~> 0.7)
43
43
  minitest (~> 5.1)
44
44
  thread_safe (~> 0.3, >= 0.3.4)
@@ -54,19 +54,19 @@ GEM
54
54
  coderay (1.1.2)
55
55
  columnize (0.9.0)
56
56
  concurrent-ruby (1.0.5)
57
- coveralls (0.8.21)
57
+ coveralls (0.8.22)
58
58
  json (>= 1.8, < 3)
59
- simplecov (~> 0.14.1)
59
+ simplecov (~> 0.16.1)
60
60
  term-ansicolor (~> 1.3)
61
61
  thor (~> 0.19.4)
62
62
  tins (~> 1.6)
63
- crass (1.0.2)
63
+ crass (1.0.4)
64
64
  diff-lcs (1.3)
65
- docile (1.1.5)
65
+ docile (1.3.1)
66
66
  erubis (2.7.0)
67
- globalid (0.4.0)
67
+ globalid (0.4.1)
68
68
  activesupport (>= 4.2.0)
69
- haml (5.0.3)
69
+ haml (5.0.4)
70
70
  temple (>= 0.8.0)
71
71
  tilt
72
72
  haml-rails (1.0.0)
@@ -80,20 +80,19 @@ GEM
80
80
  haml (>= 4.0, < 6)
81
81
  nokogiri (>= 1.6.0)
82
82
  ruby_parser (~> 3.5)
83
- i18n (0.8.6)
83
+ i18n (0.9.5)
84
+ concurrent-ruby (~> 1.0)
84
85
  json (2.1.0)
85
- loofah (2.1.1)
86
+ loofah (2.2.2)
86
87
  crass (~> 1.0.2)
87
88
  nokogiri (>= 1.5.9)
88
- mail (2.6.6)
89
- mime-types (>= 1.16, < 4)
89
+ mail (2.7.0)
90
+ mini_mime (>= 0.1.1)
90
91
  method_source (0.8.2)
91
- mime-types (3.1)
92
- mime-types-data (~> 3.2015)
93
- mime-types-data (3.2016.0521)
92
+ mini_mime (1.0.0)
94
93
  mini_portile2 (2.3.0)
95
- minitest (5.10.3)
96
- nokogiri (1.8.1)
94
+ minitest (5.11.3)
95
+ nokogiri (1.8.4)
97
96
  mini_portile2 (~> 2.3.0)
98
97
  pry (0.10.4)
99
98
  coderay (~> 1.1.0)
@@ -102,31 +101,31 @@ GEM
102
101
  pry-byebug (3.1.0)
103
102
  byebug (~> 4.0)
104
103
  pry (~> 0.10)
105
- rack (1.6.8)
104
+ rack (1.6.10)
106
105
  rack-test (0.6.3)
107
106
  rack (>= 1.0)
108
- rails (4.2.9)
109
- actionmailer (= 4.2.9)
110
- actionpack (= 4.2.9)
111
- actionview (= 4.2.9)
112
- activejob (= 4.2.9)
113
- activemodel (= 4.2.9)
114
- activerecord (= 4.2.9)
115
- activesupport (= 4.2.9)
107
+ rails (4.2.10)
108
+ actionmailer (= 4.2.10)
109
+ actionpack (= 4.2.10)
110
+ actionview (= 4.2.10)
111
+ activejob (= 4.2.10)
112
+ activemodel (= 4.2.10)
113
+ activerecord (= 4.2.10)
114
+ activesupport (= 4.2.10)
116
115
  bundler (>= 1.3.0, < 2.0)
117
- railties (= 4.2.9)
116
+ railties (= 4.2.10)
118
117
  sprockets-rails
119
118
  rails-deprecated_sanitizer (1.0.3)
120
119
  activesupport (>= 4.2.0.alpha)
121
- rails-dom-testing (1.0.8)
122
- activesupport (>= 4.2.0.beta, < 5.0)
120
+ rails-dom-testing (1.0.9)
121
+ activesupport (>= 4.2.0, < 5.0)
123
122
  nokogiri (~> 1.6)
124
123
  rails-deprecated_sanitizer (>= 1.0.1)
125
- rails-html-sanitizer (1.0.3)
126
- loofah (~> 2.0)
127
- railties (4.2.9)
128
- actionpack (= 4.2.9)
129
- activesupport (= 4.2.9)
124
+ rails-html-sanitizer (1.0.4)
125
+ loofah (~> 2.2, >= 2.2.2)
126
+ railties (4.2.10)
127
+ actionpack (= 4.2.10)
128
+ activesupport (= 4.2.10)
130
129
  rake (>= 0.8.7)
131
130
  thor (>= 0.18.1, < 2.0)
132
131
  rake (10.4.2)
@@ -147,18 +146,18 @@ GEM
147
146
  rspec-mocks (~> 3.2.0)
148
147
  rspec-support (~> 3.2.0)
149
148
  rspec-support (3.2.2)
150
- ruby_parser (3.10.1)
149
+ ruby_parser (3.11.0)
151
150
  sexp_processor (~> 4.9)
152
- sexp_processor (4.10.0)
151
+ sexp_processor (4.11.0)
153
152
  shoulda-matchers (2.8.0)
154
153
  activesupport (>= 3.0.0)
155
- simplecov (0.14.1)
156
- docile (~> 1.1.0)
154
+ simplecov (0.16.1)
155
+ docile (~> 1.1)
157
156
  json (>= 1.8, < 3)
158
157
  simplecov-html (~> 0.10.0)
159
158
  simplecov-html (0.10.2)
160
159
  slop (3.6.0)
161
- sprockets (3.7.1)
160
+ sprockets (3.7.2)
162
161
  concurrent-ruby (~> 1.0)
163
162
  rack (> 1, < 3)
164
163
  sprockets-rails (3.2.1)
@@ -172,8 +171,8 @@ GEM
172
171
  thread_safe (0.3.6)
173
172
  tilt (2.0.8)
174
173
  timeliness (0.3.8)
175
- tins (1.15.0)
176
- tzinfo (1.2.3)
174
+ tins (1.16.3)
175
+ tzinfo (1.2.5)
177
176
  thread_safe (~> 0.1)
178
177
  validates_timeliness (4.0.2)
179
178
  timeliness (~> 0.3.7)
@@ -195,4 +194,4 @@ DEPENDENCIES
195
194
  shoulda-matchers (~> 2.8.0)
196
195
 
197
196
  BUNDLED WITH
198
- 1.15.4
197
+ 1.16.2
@@ -1,3 +1,3 @@
1
1
  module Riveter
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Stefano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -407,7 +407,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
407
407
  version: '0'
408
408
  requirements: []
409
409
  rubyforge_project:
410
- rubygems_version: 2.6.13
410
+ rubygems_version: 2.7.6
411
411
  signing_key:
412
412
  specification_version: 4
413
413
  summary: Provides several useful patterns, packaged in a gem, for use in Rails.