hyper-operation 0.99.5 → 0.99.6
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 +4 -4
- data/Gemfile.lock +11 -11
- data/lib/hyper-operation/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f350e75cd35f593f0ea3db95d8c8daaa6bbb78795b713a534ccd878cd7f9937c
|
4
|
+
data.tar.gz: b4acbd8583028114c78a04d6030dfa1ea7ea5d43b87d003d4700da2cdffa5ef7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17a8d9cbef6b3a385d3b4c7a73fe8144b7f8d6426cdb048a69268773d32871a5b8627f063ab166dee48da3f7d40fd83ba49b0e22907d9445e0153bd849253e34
|
7
|
+
data.tar.gz: 0b43040b9fc9de87f9ad675af9ede0173df4bb76f242b13ba84d9ada65d044711c4dc0b23d117850f2266ff83fc33ab7662633f6f4a95345a91c0d0e772f1942
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../hyper-component
|
3
3
|
specs:
|
4
|
-
hyper-component (0.99.
|
5
|
-
hyper-store (= 0.99.
|
6
|
-
hyperloop-config (= 0.99.
|
4
|
+
hyper-component (0.99.6)
|
5
|
+
hyper-store (= 0.99.6)
|
6
|
+
hyperloop-config (= 0.99.6)
|
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.
|
16
|
+
hyper-spec (0.99.6)
|
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.
|
36
|
-
hyperloop-config (= 0.99.
|
35
|
+
hyper-store (0.99.6)
|
36
|
+
hyperloop-config (= 0.99.6)
|
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.
|
42
|
+
hyperloop-config (0.99.6)
|
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.
|
52
|
+
hyper-operation (0.99.6)
|
53
53
|
activerecord (>= 4.0.0)
|
54
|
-
hyper-component (= 0.99.
|
54
|
+
hyper-component (= 0.99.6)
|
55
55
|
mutations
|
56
56
|
opal-activesupport (~> 0.3.1)
|
57
57
|
|
@@ -114,7 +114,7 @@ GEM
|
|
114
114
|
babel-source (>= 4.0, < 6)
|
115
115
|
execjs (~> 2.0)
|
116
116
|
builder (3.2.3)
|
117
|
-
capybara (3.
|
117
|
+
capybara (3.13.2)
|
118
118
|
addressable
|
119
119
|
mini_mime (>= 0.1.3)
|
120
120
|
nokogiri (~> 1.8)
|
@@ -373,4 +373,4 @@ DEPENDENCIES
|
|
373
373
|
timecop (~> 0.8.1)
|
374
374
|
|
375
375
|
BUNDLED WITH
|
376
|
-
1.17.
|
376
|
+
1.17.3
|
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
|
+
version: 0.99.6
|
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: 2019-01-
|
12
|
+
date: 2019-01-30 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.
|
34
|
+
version: 0.99.6
|
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.
|
41
|
+
version: 0.99.6
|
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.
|
118
|
+
version: 0.99.6
|
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.
|
125
|
+
version: 0.99.6
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
127
|
name: mysql2
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|