hyper-spec 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-spec/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4209aef4c183e98d11afe53b6e538c12c4657068a5eb7925234b0fadc234424
|
4
|
+
data.tar.gz: c2f44dce8f1fb69caf7f3769a6f4d0f670a5a94c4976237f66de32d157e0c14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2801828b6130a260a2aa6b06fbc0cdc45dff5b8979925e5b9c84015152ea251a49d62fd7faa28576b238edef4d8b5825515cc22439560e20c184c69f82795fd9
|
7
|
+
data.tar.gz: f22ea2b0d569cc392ae3f1ba2ea4ec97b69c5164c366f6ca36cc042b91dead00b163fe3bb235ca7eb5e727033deaa5ec369fb5b7f50d1e5b04b419cca45691ce
|
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,14 +13,14 @@ PATH
|
|
13
13
|
PATH
|
14
14
|
remote: ../hyper-store
|
15
15
|
specs:
|
16
|
-
hyper-store (0.99.
|
17
|
-
hyperloop-config (= 0.99.
|
16
|
+
hyper-store (0.99.6)
|
17
|
+
hyperloop-config (= 0.99.6)
|
18
18
|
opal (>= 0.11.0, < 0.12.0)
|
19
19
|
|
20
20
|
PATH
|
21
21
|
remote: ../hyperloop-config
|
22
22
|
specs:
|
23
|
-
hyperloop-config (0.99.
|
23
|
+
hyperloop-config (0.99.6)
|
24
24
|
libv8 (~> 6.7.0)
|
25
25
|
mini_racer (~> 0.2.4)
|
26
26
|
opal (>= 0.11.0, < 0.12.0)
|
@@ -30,7 +30,7 @@ PATH
|
|
30
30
|
PATH
|
31
31
|
remote: .
|
32
32
|
specs:
|
33
|
-
hyper-spec (0.99.
|
33
|
+
hyper-spec (0.99.6)
|
34
34
|
capybara
|
35
35
|
chromedriver-helper (= 1.2.0)
|
36
36
|
libv8 (~> 6.7.0)
|
@@ -94,7 +94,7 @@ GEM
|
|
94
94
|
adamantium (0.2.0)
|
95
95
|
ice_nine (~> 0.11.0)
|
96
96
|
memoizable (~> 0.4.0)
|
97
|
-
addressable (2.
|
97
|
+
addressable (2.6.0)
|
98
98
|
public_suffix (>= 2.0.2, < 4.0)
|
99
99
|
archive-zip (0.11.0)
|
100
100
|
io-like (~> 0.3.0)
|
@@ -105,7 +105,7 @@ GEM
|
|
105
105
|
babel-source (>= 4.0, < 6)
|
106
106
|
execjs (~> 2.0)
|
107
107
|
builder (3.2.3)
|
108
|
-
capybara (3.
|
108
|
+
capybara (3.13.2)
|
109
109
|
addressable
|
110
110
|
mini_mime (>= 0.1.3)
|
111
111
|
nokogiri (~> 1.8)
|
@@ -255,7 +255,7 @@ GEM
|
|
255
255
|
rspec-mocks (3.8.0)
|
256
256
|
diff-lcs (>= 1.2.0, < 2.0)
|
257
257
|
rspec-support (~> 3.8.0)
|
258
|
-
rspec-rails (3.8.
|
258
|
+
rspec-rails (3.8.2)
|
259
259
|
actionpack (>= 3.0)
|
260
260
|
activesupport (>= 3.0)
|
261
261
|
railties (>= 3.0)
|
@@ -351,4 +351,4 @@ DEPENDENCIES
|
|
351
351
|
spring-commands-rspec
|
352
352
|
|
353
353
|
BUNDLED WITH
|
354
|
-
1.17.
|
354
|
+
1.17.3
|
data/lib/hyper-spec/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyper-spec
|
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
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2019-01-
|
13
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capybara
|
@@ -234,14 +234,14 @@ dependencies:
|
|
234
234
|
requirements:
|
235
235
|
- - '='
|
236
236
|
- !ruby/object:Gem::Version
|
237
|
-
version: 0.99.
|
237
|
+
version: 0.99.6
|
238
238
|
type: :development
|
239
239
|
prerelease: false
|
240
240
|
version_requirements: !ruby/object:Gem::Requirement
|
241
241
|
requirements:
|
242
242
|
- - '='
|
243
243
|
- !ruby/object:Gem::Version
|
244
|
-
version: 0.99.
|
244
|
+
version: 0.99.6
|
245
245
|
- !ruby/object:Gem::Dependency
|
246
246
|
name: opal-browser
|
247
247
|
requirement: !ruby/object:Gem::Requirement
|