minerva 0.1.28 → 0.1.29

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: 40eb4c38514cd8caa5351386acbcaf03654d0a0137cda312737cd680443510ae
4
- data.tar.gz: 1f85b632c330cde2b74b12493bc9efdf8a1780bc2249559c67b0ca1e059cc0d0
3
+ metadata.gz: 2a48f9c865e164a434769dd3bdcaacb16d2c9648e5a93ce46cab32d1c3ce81c7
4
+ data.tar.gz: 6072bbf2448ed8a863fcc28f4d7f9d08bbb9546739277143bc19989e99995355
5
5
  SHA512:
6
- metadata.gz: 17101a441a72938ab7e52097908dc99c8eb89e5e98954163da5bdc19a9fc68a122e5e2fa0429c87f37e9b4aed1adf7024cc57bd4129575818c702f04174097d6
7
- data.tar.gz: 8aa8dfb66a11dc21894a55e2dd9c3bbf8a655ace7adcaa78a20e1210f480d31b41a6ccf3f9d5a63034f28d92802d1f1e5da1162a2d3fb2a2cc05d781e6783599
6
+ metadata.gz: d874dee5d9014ff13ba0fb651fb629c56917808afdef529b9aaf26117c867ec495789e0d8ea5730c501210ce29d8820f1a5473d7b138c88e8ae1ced8887d6c3c
7
+ data.tar.gz: cf032b33fd094734e43c213f74c8a9c15c2b75b299461c233764cc0871336e63f5f96e09107fa8699c0680d2336d285b83b7f46836e15f3b91ff2e1a9627c76b
@@ -14,8 +14,8 @@ class CreateMinervaStates < ActiveRecord::Migration[5.2]
14
14
  add_index :minerva_states, :user_id
15
15
  add_index :minerva_states, :role_id
16
16
  add_index :minerva_states, :work_id
17
+ add_index :minerva_states, :interface_id
17
18
 
18
19
  add_foreign_key :minerva_states, :minerva_interfaces, column: :interface_id
19
- add_index :minerva_interfaces, :interface_id
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Minerva
2
- VERSION = '0.1.28'
2
+ VERSION = '0.1.29'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minerva
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.28
4
+ version: 0.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cliff