hyper-operation 0.99.4 → 0.99.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
2
  SHA256:
3
- metadata.gz: 569a4312a20aef60c2a395059118f8993bcc0d0e94dde64451534c0fe8aec081
4
- data.tar.gz: b8e855648f4de8618c4b0e7e61cfc9c317a0c0ed227c488f4797b8d7006a2711
3
+ metadata.gz: 4ccc1f2d0930f19414cdfbe6a826569a1c75e6d2fd2da51c259281ea31486e60
4
+ data.tar.gz: fb1dc9334c259a31c331f70b497ebd86a7fbb42d3adc7a3209a9d178c811898e
5
5
  SHA512:
6
- metadata.gz: fca3b3f07ba69337272d6c4c2b5d76444a7e1476f80302b91e4e665e83774c7c4f6fa50a036ae24c0ba2e30ea194bf544f673475edfa09d86d7dcc66cbb93b66
7
- data.tar.gz: c1aa1e90812fd83607d38f4f58cf3ecd3feb49f7c1e52095e6e95f2152cca925079d11c50522ac4512f12d3a705a8903616971232d9d2213080d6390d6e79c68
6
+ metadata.gz: 5b58743f903323af0608598515f37275e3f5c7b52001fe820a9902a60cbc1bd28592e14f82cbd80879b497d3090ddd3fad0f43f127bc74bd05c59fb6abf7afbc
7
+ data.tar.gz: 44e3b233515cfcf245cb3e27fd875c35ac792db3d5d9edb3268dabf352b386cd3121096511a077be55f1d195d99c9ba0daf7734e070c437b8ed7421ef955733d
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ../hyper-component
3
3
  specs:
4
- hyper-component (0.99.4)
5
- hyper-store (= 0.99.4)
6
- hyperloop-config (= 0.99.4)
4
+ hyper-component (0.99.5)
5
+ hyper-store (= 0.99.5)
6
+ hyperloop-config (= 0.99.5)
7
7
  libv8 (~> 6.7.0)
8
8
  mini_racer (~> 0.2.4)
9
9
  opal (>= 0.11.0, < 0.12.0)
@@ -13,7 +13,7 @@ PATH
13
13
  PATH
14
14
  remote: ../hyper-spec
15
15
  specs:
16
- hyper-spec (0.99.4)
16
+ hyper-spec (0.99.5)
17
17
  capybara
18
18
  chromedriver-helper (= 1.2.0)
19
19
  libv8 (~> 6.7.0)
@@ -32,14 +32,14 @@ PATH
32
32
  PATH
33
33
  remote: ../hyper-store
34
34
  specs:
35
- hyper-store (0.99.4)
36
- hyperloop-config (= 0.99.4)
35
+ hyper-store (0.99.5)
36
+ hyperloop-config (= 0.99.5)
37
37
  opal (>= 0.11.0, < 0.12.0)
38
38
 
39
39
  PATH
40
40
  remote: ../hyperloop-config
41
41
  specs:
42
- hyperloop-config (0.99.4)
42
+ hyperloop-config (0.99.5)
43
43
  libv8 (~> 6.7.0)
44
44
  mini_racer (~> 0.2.4)
45
45
  opal (>= 0.11.0, < 0.12.0)
@@ -49,9 +49,9 @@ PATH
49
49
  PATH
50
50
  remote: .
51
51
  specs:
52
- hyper-operation (0.99.4)
52
+ hyper-operation (0.99.5)
53
53
  activerecord (>= 4.0.0)
54
- hyper-component (= 0.99.4)
54
+ hyper-component (= 0.99.5)
55
55
  mutations
56
56
  opal-activesupport (~> 0.3.1)
57
57
 
@@ -153,7 +153,7 @@ GEM
153
153
  erubi (1.7.1)
154
154
  eventmachine (1.2.7)
155
155
  execjs (2.7.0)
156
- ffi (1.9.25)
156
+ ffi (1.10.0)
157
157
  globalid (0.4.1)
158
158
  activesupport (>= 4.2.0)
159
159
  hike (1.2.3)
@@ -186,7 +186,7 @@ GEM
186
186
  libv8 (>= 6.3)
187
187
  minitest (5.11.3)
188
188
  multi_json (1.13.1)
189
- mutations (0.8.3)
189
+ mutations (0.9.0)
190
190
  activesupport
191
191
  mysql2 (0.5.2)
192
192
  net_http_ssl_fix (0.0.10)
@@ -332,7 +332,7 @@ GEM
332
332
  equalizer (~> 0.0.9)
333
333
  parser (>= 2.3.1.2, < 2.6)
334
334
  procto (~> 0.0.2)
335
- webdrivers (3.5.2)
335
+ webdrivers (3.6.0)
336
336
  net_http_ssl_fix
337
337
  nokogiri (~> 1.6)
338
338
  rubyzip (~> 1.0)
@@ -1,5 +1,5 @@
1
1
  module Hyperloop
2
2
  class Operation
3
- VERSION = '0.99.4'
3
+ VERSION = '0.99.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-operation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.4
4
+ version: 0.99.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch VanDuyn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-12-19 00:00:00.000000000 Z
12
+ date: 2019-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 0.99.4
34
+ version: 0.99.5
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 0.99.4
41
+ version: 0.99.5
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: mutations
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -115,14 +115,14 @@ dependencies:
115
115
  requirements:
116
116
  - - '='
117
117
  - !ruby/object:Gem::Version
118
- version: 0.99.4
118
+ version: 0.99.5
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - '='
124
124
  - !ruby/object:Gem::Version
125
- version: 0.99.4
125
+ version: 0.99.5
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: mysql2
128
128
  requirement: !ruby/object:Gem::Requirement
@@ -425,7 +425,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
425
425
  - !ruby/object:Gem::Version
426
426
  version: '0'
427
427
  requirements: []
428
- rubygems_version: 3.0.0
428
+ rubygems_version: 3.0.2
429
429
  signing_key:
430
430
  specification_version: 4
431
431
  summary: HyperOperations are the swiss army knife of the Hyperloop