marty 2.5.4 → 2.5.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 53eaa6a1c747d6de4678a9cb296ed875b104248a
4
- data.tar.gz: c4802cc1fe02de8dbc8b815cff1f9bca82cd62d0
2
+ SHA256:
3
+ metadata.gz: 54ce27167526784919b7d2b32987037dfe16632ecc4bfa087b2f2a8626121a33
4
+ data.tar.gz: d54097a4c0ba9b458d1ca5d190e51bee5f5c447fa3495f4810268dfb4ac5e87c
5
5
  SHA512:
6
- metadata.gz: acae0b97b8e531aec9b83fe55017df4f8198623e6730bc20032727f748d3bf4ffcd096f6c99098cde698a75c502f26aa31a315d3c63974c956966376b4dc8f59
7
- data.tar.gz: 0bb663290959c749e9e8e5a37100fb77949c3b66231d979f149cc21b3f94b173d3f83ffc2d6a3e4235ca278ca2bc7ca770fe6f5092936d53e8d5a6abcb611f3b
6
+ metadata.gz: b2f560626abcc7bfb6e10f1a56e510805c7ba2aadfb19a74df0849caf362ccc5e118f3b1064490ce4ec69c07b41882e918b1f9d03ac90304c77f6ebc73262e01
7
+ data.tar.gz: 82837012e7e1b8a85e411e60cac752c23d9013e111a38f6d735ac7be1e51f769fec97573cc6b9bd0e57d8a8a4a76379d3ea94338be946c27b56e212d1b2e15a9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- marty (2.5.3)
4
+ marty (2.5.5)
5
5
  aws-sigv4 (~> 1.0, >= 1.0.2)
6
6
  axlsx (= 3.0.0pre)
7
7
  coderay
@@ -9,7 +9,7 @@ PATH
9
9
  delayed_job_active_record
10
10
  delorean_lang (~> 0.5.0)
11
11
  json-schema
12
- mcfly (= 0.0.20)
12
+ mcfly (~> 0.0.20)
13
13
  net-ldap (~> 0.16.1)
14
14
  netzke (= 6.5.0.0)
15
15
  pg (~> 0.21)
@@ -19,46 +19,46 @@ PATH
19
19
  GEM
20
20
  remote: http://rubygems.org/
21
21
  specs:
22
- actioncable (5.1.5)
23
- actionpack (= 5.1.5)
22
+ actioncable (5.1.6.1)
23
+ actionpack (= 5.1.6.1)
24
24
  nio4r (~> 2.0)
25
25
  websocket-driver (~> 0.6.1)
26
- actionmailer (5.1.5)
27
- actionpack (= 5.1.5)
28
- actionview (= 5.1.5)
29
- activejob (= 5.1.5)
26
+ actionmailer (5.1.6.1)
27
+ actionpack (= 5.1.6.1)
28
+ actionview (= 5.1.6.1)
29
+ activejob (= 5.1.6.1)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (5.1.5)
33
- actionview (= 5.1.5)
34
- activesupport (= 5.1.5)
32
+ actionpack (5.1.6.1)
33
+ actionview (= 5.1.6.1)
34
+ activesupport (= 5.1.6.1)
35
35
  rack (~> 2.0)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
39
- actionview (5.1.5)
40
- activesupport (= 5.1.5)
39
+ actionview (5.1.6.1)
40
+ activesupport (= 5.1.6.1)
41
41
  builder (~> 3.1)
42
42
  erubi (~> 1.4)
43
43
  rails-dom-testing (~> 2.0)
44
44
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
45
- activejob (5.1.5)
46
- activesupport (= 5.1.5)
45
+ activejob (5.1.6.1)
46
+ activesupport (= 5.1.6.1)
47
47
  globalid (>= 0.3.6)
48
- activemodel (5.1.5)
49
- activesupport (= 5.1.5)
50
- activerecord (5.1.5)
51
- activemodel (= 5.1.5)
52
- activesupport (= 5.1.5)
48
+ activemodel (5.1.6.1)
49
+ activesupport (= 5.1.6.1)
50
+ activerecord (5.1.6.1)
51
+ activemodel (= 5.1.6.1)
52
+ activesupport (= 5.1.6.1)
53
53
  arel (~> 8.0)
54
- activesupport (5.1.5)
54
+ activesupport (5.1.6.1)
55
55
  concurrent-ruby (~> 1.0, >= 1.0.2)
56
- i18n (~> 0.7)
56
+ i18n (>= 0.7, < 2)
57
57
  minitest (~> 5.1)
58
58
  tzinfo (~> 1.1)
59
- addressable (2.5.2)
59
+ addressable (2.6.0)
60
60
  public_suffix (>= 2.0.2, < 4.0)
61
- archive-zip (0.7.0)
61
+ archive-zip (0.11.0)
62
62
  io-like (~> 0.3.0)
63
63
  arel (8.0.0)
64
64
  ast (2.4.0)
@@ -69,28 +69,29 @@ GEM
69
69
  nokogiri (~> 1.8, >= 1.8.2)
70
70
  rubyzip (~> 1.2, >= 1.2.1)
71
71
  builder (3.2.3)
72
- capybara (2.18.0)
72
+ capybara (3.13.2)
73
73
  addressable
74
74
  mini_mime (>= 0.1.3)
75
- nokogiri (>= 1.3.3)
76
- rack (>= 1.0.0)
77
- rack-test (>= 0.5.4)
78
- xpath (>= 2.0, < 4.0)
79
- childprocess (0.8.0)
75
+ nokogiri (~> 1.8)
76
+ rack (>= 1.6.0)
77
+ rack-test (>= 0.6.3)
78
+ regexp_parser (~> 1.2)
79
+ xpath (~> 3.2)
80
+ childprocess (0.9.0)
80
81
  ffi (~> 1.0, >= 1.0.11)
81
- chromedriver-helper (1.1.0)
82
- archive-zip (~> 0.7.0)
83
- nokogiri (~> 1.6)
82
+ chromedriver-helper (2.1.0)
83
+ archive-zip (~> 0.10)
84
+ nokogiri (~> 1.8)
84
85
  coderay (1.1.2)
85
86
  coffee-script (2.4.1)
86
87
  coffee-script-source
87
88
  execjs
88
89
  coffee-script-source (1.12.2)
89
90
  concurrent-ruby (1.1.4)
90
- connection_pool (2.2.1)
91
- crass (1.0.3)
91
+ connection_pool (2.2.2)
92
+ crass (1.0.4)
92
93
  daemons (1.3.1)
93
- database_cleaner (1.6.2)
94
+ database_cleaner (1.7.0)
94
95
  delayed_job (4.1.5)
95
96
  activesupport (>= 3.0, < 5.3)
96
97
  delayed_job_active_record (4.1.3)
@@ -100,33 +101,33 @@ GEM
100
101
  activerecord (>= 3.2)
101
102
  treetop (~> 1.5)
102
103
  diff-lcs (1.3)
103
- erubi (1.7.1)
104
+ erubi (1.8.0)
104
105
  execjs (2.7.0)
105
- ffi (1.9.23)
106
- globalid (0.4.1)
106
+ ffi (1.10.0)
107
+ globalid (0.4.2)
107
108
  activesupport (>= 4.2.0)
108
109
  htmlentities (4.3.4)
109
- i18n (0.9.5)
110
+ i18n (1.5.3)
110
111
  concurrent-ruby (~> 1.0)
111
112
  io-like (0.3.0)
112
113
  jaro_winkler (1.5.2)
113
114
  json-schema (2.8.1)
114
115
  addressable (>= 2.4)
115
- loofah (2.2.2)
116
+ loofah (2.2.3)
116
117
  crass (~> 1.0.2)
117
118
  nokogiri (>= 1.5.9)
118
- mail (2.7.0)
119
+ mail (2.7.1)
119
120
  mini_mime (>= 0.1.1)
120
121
  marty_rspec (0.1)
121
122
  rspec-by
122
- mcfly (0.0.20)
123
- delorean_lang (~> 0.1)
123
+ mcfly (0.0.22)
124
+ delorean_lang
124
125
  pg (~> 0.17)
125
- method_source (0.9.0)
126
+ method_source (0.9.2)
126
127
  mime-types (2.99.3)
127
128
  mimemagic (0.3.3)
128
- mini_mime (1.0.0)
129
- mini_portile2 (2.3.0)
129
+ mini_mime (1.0.1)
130
+ mini_portile2 (2.4.0)
130
131
  minitest (5.11.3)
131
132
  net-ldap (0.16.1)
132
133
  netzke (6.5.0.0)
@@ -140,79 +141,80 @@ GEM
140
141
  uglifier
141
142
  netzke-testing (6.5.0.0)
142
143
  coffee-script
143
- nio4r (2.3.0)
144
- nokogiri (1.8.2)
145
- mini_portile2 (~> 2.3.0)
144
+ nio4r (2.3.1)
145
+ nokogiri (1.10.1)
146
+ mini_portile2 (~> 2.4.0)
146
147
  parallel (1.13.0)
147
148
  parser (2.6.0.0)
148
149
  ast (~> 2.4.0)
149
150
  pg (0.21.0)
150
151
  polyglot (0.3.5)
151
152
  powerpack (0.1.2)
152
- pry (0.11.3)
153
+ pry (0.12.2)
153
154
  coderay (~> 1.1.0)
154
155
  method_source (~> 0.9.0)
155
- pry-rails (0.3.6)
156
+ pry-rails (0.3.9)
156
157
  pry (>= 0.10.4)
157
- public_suffix (3.0.2)
158
- rack (2.0.4)
159
- rack-test (1.0.0)
158
+ public_suffix (3.0.3)
159
+ rack (2.0.6)
160
+ rack-test (1.1.0)
160
161
  rack (>= 1.0, < 3)
161
- rails (5.1.5)
162
- actioncable (= 5.1.5)
163
- actionmailer (= 5.1.5)
164
- actionpack (= 5.1.5)
165
- actionview (= 5.1.5)
166
- activejob (= 5.1.5)
167
- activemodel (= 5.1.5)
168
- activerecord (= 5.1.5)
169
- activesupport (= 5.1.5)
162
+ rails (5.1.6.1)
163
+ actioncable (= 5.1.6.1)
164
+ actionmailer (= 5.1.6.1)
165
+ actionpack (= 5.1.6.1)
166
+ actionview (= 5.1.6.1)
167
+ activejob (= 5.1.6.1)
168
+ activemodel (= 5.1.6.1)
169
+ activerecord (= 5.1.6.1)
170
+ activesupport (= 5.1.6.1)
170
171
  bundler (>= 1.3.0)
171
- railties (= 5.1.5)
172
+ railties (= 5.1.6.1)
172
173
  sprockets-rails (>= 2.0.0)
173
- rails-controller-testing (1.0.2)
174
- actionpack (~> 5.x, >= 5.0.1)
175
- actionview (~> 5.x, >= 5.0.1)
176
- activesupport (~> 5.x)
174
+ rails-controller-testing (1.0.4)
175
+ actionpack (>= 5.0.1.x)
176
+ actionview (>= 5.0.1.x)
177
+ activesupport (>= 5.0.1.x)
177
178
  rails-dom-testing (2.0.3)
178
179
  activesupport (>= 4.2.0)
179
180
  nokogiri (>= 1.6)
180
181
  rails-html-sanitizer (1.0.4)
181
182
  loofah (~> 2.2, >= 2.2.2)
182
- railties (5.1.5)
183
- actionpack (= 5.1.5)
184
- activesupport (= 5.1.5)
183
+ railties (5.1.6.1)
184
+ actionpack (= 5.1.6.1)
185
+ activesupport (= 5.1.6.1)
185
186
  method_source
186
187
  rake (>= 0.8.7)
187
188
  thor (>= 0.18.1, < 2.0)
188
189
  rainbow (3.0.0)
189
- rake (12.3.1)
190
- rspec (3.7.0)
191
- rspec-core (~> 3.7.0)
192
- rspec-expectations (~> 3.7.0)
193
- rspec-mocks (~> 3.7.0)
190
+ rake (12.3.2)
191
+ regexp_parser (1.3.0)
192
+ rspec (3.8.0)
193
+ rspec-core (~> 3.8.0)
194
+ rspec-expectations (~> 3.8.0)
195
+ rspec-mocks (~> 3.8.0)
194
196
  rspec-by (0.0.7)
195
197
  rspec-core (>= 3)
196
- rspec-core (3.7.1)
197
- rspec-support (~> 3.7.0)
198
- rspec-expectations (3.7.0)
198
+ rspec-core (3.8.0)
199
+ rspec-support (~> 3.8.0)
200
+ rspec-expectations (3.8.2)
199
201
  diff-lcs (>= 1.2.0, < 2.0)
200
- rspec-support (~> 3.7.0)
202
+ rspec-support (~> 3.8.0)
201
203
  rspec-instafail (1.0.0)
202
204
  rspec
203
- rspec-mocks (3.7.0)
205
+ rspec-mocks (3.8.0)
204
206
  diff-lcs (>= 1.2.0, < 2.0)
205
- rspec-support (~> 3.7.0)
206
- rspec-rails (3.7.2)
207
+ rspec-support (~> 3.8.0)
208
+ rspec-rails (3.8.2)
207
209
  actionpack (>= 3.0)
208
210
  activesupport (>= 3.0)
209
211
  railties (>= 3.0)
210
- rspec-core (~> 3.7.0)
211
- rspec-expectations (~> 3.7.0)
212
- rspec-mocks (~> 3.7.0)
213
- rspec-support (~> 3.7.0)
214
- rspec-support (3.7.1)
215
- rubocop (0.63.1)
212
+ rspec-core (~> 3.8.0)
213
+ rspec-expectations (~> 3.8.0)
214
+ rspec-mocks (~> 3.8.0)
215
+ rspec-support (~> 3.8.0)
216
+ rspec-support (3.8.0)
217
+ rubocop (0.64.0)
216
218
  jaro_winkler (~> 1.5.1)
217
219
  parallel (~> 1.10)
218
220
  parser (>= 2.5, != 2.5.1.1)
@@ -221,32 +223,32 @@ GEM
221
223
  ruby-progressbar (~> 1.7)
222
224
  unicode-display_width (~> 1.4.0)
223
225
  ruby-progressbar (1.10.0)
224
- rubyzip (1.2.1)
225
- selenium-webdriver (3.8.0)
226
+ rubyzip (1.2.2)
227
+ selenium-webdriver (3.141.0)
226
228
  childprocess (~> 0.5)
227
- rubyzip (~> 1.0)
228
- sprockets (3.7.1)
229
+ rubyzip (~> 1.2, >= 1.2.2)
230
+ sprockets (3.7.2)
229
231
  concurrent-ruby (~> 1.0)
230
232
  rack (> 1, < 3)
231
233
  sprockets-rails (3.2.1)
232
234
  actionpack (>= 4.0)
233
235
  activesupport (>= 4.0)
234
236
  sprockets (>= 3.0.0)
235
- sqlite3 (1.3.13)
236
- thor (0.20.0)
237
+ sqlite3 (1.4.0)
238
+ thor (0.20.3)
237
239
  thread_safe (0.3.6)
238
240
  timecop (0.9.1)
239
241
  treetop (1.6.10)
240
242
  polyglot (~> 0.3)
241
243
  tzinfo (1.2.5)
242
244
  thread_safe (~> 0.1)
243
- uglifier (4.1.6)
245
+ uglifier (4.1.20)
244
246
  execjs (>= 0.3.0, < 3)
245
247
  unicode-display_width (1.4.1)
246
248
  websocket-driver (0.6.5)
247
249
  websocket-extensions (>= 0.1.0)
248
250
  websocket-extensions (0.1.3)
249
- xpath (3.0.0)
251
+ xpath (3.2.0)
250
252
  nokogiri (~> 1.8)
251
253
 
252
254
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module Marty
2
- VERSION = '2.5.4'
2
+ VERSION = '2.5.5'
3
3
  end
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  s.add_dependency 'axlsx', '3.0.0pre'
34
34
 
35
35
  s.add_dependency 'delorean_lang', '~> 0.5.0'
36
- s.add_dependency 'mcfly', '0.0.20'
36
+ s.add_dependency 'mcfly', '~> 0.0.20'
37
37
 
38
38
  s.add_dependency 'coderay'
39
39
  s.add_dependency 'json-schema'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marty
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.4
4
+ version: 2.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arman Bostani
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2019-02-08 00:00:00.000000000 Z
17
+ date: 2019-02-12 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: pg
@@ -76,14 +76,14 @@ dependencies:
76
76
  name: mcfly
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - '='
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
81
  version: 0.0.20
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - '='
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: 0.0.20
89
89
  - !ruby/object:Gem::Dependency
@@ -1630,7 +1630,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1630
1630
  version: '0'
1631
1631
  requirements: []
1632
1632
  rubyforge_project:
1633
- rubygems_version: 2.6.14
1633
+ rubygems_version: 2.7.8
1634
1634
  signing_key:
1635
1635
  specification_version: 4
1636
1636
  summary: A framework for working with versioned data