hyper-model 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3968052c9c001320eafaccb19ebeaadaf0fe15cabea2db7907da0242e2c51e8e
4
- data.tar.gz: 3dc623d3452a3671371baeeacaa42978969c9e129c946e3be6d0f29a9547dbd0
3
+ metadata.gz: f6c137cd71251420f2573740c2000a141f53a02b9e6d81831996e7a8e0f4cead
4
+ data.tar.gz: ac62850afab0e8ecd071dc778acd3c721fe7e63d5a928184d50db408d4a6081b
5
5
  SHA512:
6
- metadata.gz: cbdc4ce10a99066944ac7a477d67a1104026688b1e6b09a3d7469465cba3151c07aa7106d3eae85f5cbc165fc7a5376d5e67a11a432805ebb8eb44038988ef89
7
- data.tar.gz: a6c9923de66a83ef39f2bb611aa3689c7f14a7525b723783b900ec46e8cfabc7fcbc4331da5d4fd1777c6b398b475e348c941e0464b32036efa337b7c0f40731
6
+ metadata.gz: 95a19207110f44eaad41e07477bc2bf3efd0922175feb04d6f65a6351f7ec406e31fb8409c1b4c4cb10cdfea6331d3d83ca17f9c37a402a639e9e5c8f8cafb89
7
+ data.tar.gz: 41871531a11a6dcea8a8a3a690ad96d6ff5c490aec454d7512acd7d5cbe422e763e787c322ff747399ed4fb2d044a128f27a9a5de2ffec0d396a64ca42ea4132
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ../hyper-component
3
3
  specs:
4
- hyper-component (0.99.5)
5
- hyper-store (= 0.99.5)
6
- hyperloop-config (= 0.99.5)
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,23 +13,23 @@ PATH
13
13
  PATH
14
14
  remote: ../hyper-operation
15
15
  specs:
16
- hyper-operation (0.99.5)
16
+ hyper-operation (0.99.6)
17
17
  activerecord (>= 4.0.0)
18
- hyper-component (= 0.99.5)
18
+ hyper-component (= 0.99.6)
19
19
  mutations
20
20
  opal-activesupport (~> 0.3.1)
21
21
 
22
22
  PATH
23
23
  remote: ../hyper-store
24
24
  specs:
25
- hyper-store (0.99.5)
26
- hyperloop-config (= 0.99.5)
25
+ hyper-store (0.99.6)
26
+ hyperloop-config (= 0.99.6)
27
27
  opal (>= 0.11.0, < 0.12.0)
28
28
 
29
29
  PATH
30
30
  remote: ../hyperloop-config
31
31
  specs:
32
- hyperloop-config (0.99.5)
32
+ hyperloop-config (0.99.6)
33
33
  libv8 (~> 6.7.0)
34
34
  mini_racer (~> 0.2.4)
35
35
  opal (>= 0.11.0, < 0.12.0)
@@ -39,11 +39,11 @@ PATH
39
39
  PATH
40
40
  remote: .
41
41
  specs:
42
- hyper-model (0.99.5)
42
+ hyper-model (0.99.6)
43
43
  activemodel
44
44
  activerecord (>= 4.0.0)
45
- hyper-component (= 0.99.5)
46
- hyper-operation (= 0.99.5)
45
+ hyper-component (= 0.99.6)
46
+ hyper-operation (= 0.99.6)
47
47
 
48
48
  GEM
49
49
  remote: https://rubygems.org/
@@ -407,4 +407,4 @@ DEPENDENCIES
407
407
  unparser (~> 0.3.0)
408
408
 
409
409
  BUNDLED WITH
410
- 1.17.2
410
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module HyperModel
2
- VERSION = '0.99.5'
2
+ VERSION = '0.99.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.5
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: bin
11
11
  cert_chain: []
12
- date: 2019-01-10 00:00:00.000000000 Z
12
+ date: 2019-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -45,28 +45,28 @@ dependencies:
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 0.99.5
48
+ version: 0.99.6
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 0.99.5
55
+ version: 0.99.6
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: hyper-operation
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - '='
61
61
  - !ruby/object:Gem::Version
62
- version: 0.99.5
62
+ version: 0.99.6
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: 0.99.5
69
+ version: 0.99.6
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: bundler
72
72
  requirement: !ruby/object:Gem::Requirement