rails_admin_state 1.5.0 → 1.6.0

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
  SHA1:
3
- metadata.gz: f20d3e07ff3d8c970ddaf76c901b52dfb13146da
4
- data.tar.gz: d5cda2420ed4e07fc683f4322490a3c308b9a720
3
+ metadata.gz: 5f992883d40555a35b7ae7ced230ddda4f2b504e
4
+ data.tar.gz: 8ff8cb096742e861a2ca15dc80a29ebd7051e03c
5
5
  SHA512:
6
- metadata.gz: fbf712ba02f9ee462f48d7c4152ae0a98aa82b4accc25f4b90d5c26de9e973a93488fea9cdc7f2823748c8020efe444280352297f4bf5f465bbd27278078465f
7
- data.tar.gz: e7d726614906b1239af6d8799fe9b21ef9c928d559b9c39739da8fbe82bda2773eca824d1c025beb4899659b7a070c741919d831ad7b3d3688ca398cb93d13ef
6
+ metadata.gz: dc7e6ddd06b9eb03b9eb725099abb6774ef6675261a5c61eef39cb1c68d40c653a504df92b07201669b91bf7bb70a4333f9971121a135d1cfb9258163ad642bd
7
+ data.tar.gz: 3f56d0d5d6aa8701c50cf63b0e109adeb0c53c924a4e081561ed08d1cb0bb8d01cd67f3b6573967d963e7e8da284fc446790738282fbf461ef0436d786404e30
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Rails Admin State Machine
2
- ### Properly manage state_machine states from rails_admin
2
+ ### Properly manage [state_machines](https://github.com/state-machines/state_machines) states from rails_admin
3
3
 
4
4
  Allows easily sending state_machine events to a model from Rails Admin, including support for
5
5
  ActiveRecord \ Mongoid and custom state field name and multiple state machines per model.
@@ -1,3 +1,3 @@
1
1
  module RailsAdminState
2
- VERSION = "1.5.0"
2
+ VERSION = "1.6.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_state
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-01 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails_admin
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.4.5
100
+ rubygems_version: 2.6.11
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Manage model's state with state_machine and rails_admin