evt-entity_projection-fixtures 0.0.0.1 → 0.0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eadac8b371d8b9b14a76d346cc71ed287fdd93c3c688449535edbcfdfcd40d6d
4
- data.tar.gz: 9aeca4bc99ea35a32e7d739a478d09db694ffed614d6ef6513bd20eadb9b202a
3
+ metadata.gz: c847e2e21c4a306e270c8fd1f16678c7d7e3d1c7a44155e7966898e8eefa1ae3
4
+ data.tar.gz: 5b912786c48038a3832b00f02cb578ba871280717a8127c360aee01d26a43c59
5
5
  SHA512:
6
- metadata.gz: b1c12582935814efc392a8c7f9828a6c9a6715e1342530c283ff1e0fd8aeb334f5f4a6b6a602cf08b6765969684e648df551f24ba2575d92e2dc1438b2e5b7f9
7
- data.tar.gz: fe6e19130648c20d60d8ea3c6571053f7a310e4577a315169248bc3b02b0fdd039636f6f13e32b0d4cbbefc42ec954ef635f314831997177fc5b8db51cdf8db3
6
+ metadata.gz: 1f487b3378750491e4228cb5bd8204460875255fb3e68c8c21389c34f0c41f53b46e5c1b239992126b8a2f423c2eb3f3168e32410d67fdb8db7fb0a8c76a5e65
7
+ data.tar.gz: b9a17f76dd29b77919eea2236cd768e30cb92c985452c7eba5f135886155333732fc73ac0ab29bb12d2c23e084cb150c81a03024ad801ea352c80020f2ddcb28
@@ -2,4 +2,4 @@ require 'schema/fixtures'
2
2
 
3
3
  require 'entity_projection'
4
4
 
5
- require 'entity_projection/fixtures/fixture'
5
+ require 'entity_projection/fixtures/projection'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-entity_projection-fixtures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.1
4
+ version: 0.0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project
@@ -65,7 +65,7 @@ files:
65
65
  - lib/entity_projection/fixtures/controls/id.rb
66
66
  - lib/entity_projection/fixtures/controls/projection.rb
67
67
  - lib/entity_projection/fixtures/controls/time.rb
68
- - lib/entity_projection/fixtures/fixture.rb
68
+ - lib/entity_projection/fixtures/projection.rb
69
69
  homepage: https://github.com/eventide-project/entity-projection-fixtures
70
70
  licenses:
71
71
  - MIT