administrate-field-state_machine 0.0.3 → 0.0.4
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/administrate-field-state_machine.gemspec +1 -1
- data/lib/administrate/field/state_machine.rb +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5104f6a81f8d126bb507180f972922ce4b1bdf36
|
|
4
|
+
data.tar.gz: 623dd9b2016fd42686aa87fac13bf5fffcff54f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5558a44c213a0b8ef0ffbf0305e0c59e401a28312a545e1682c3284036682c6fc56519c56dc287e090ff0694b4d2db4662bbb0da7de7d0cf243cc0f5550c62af
|
|
7
|
+
data.tar.gz: 1d53b1dc6d4472e8cc675306486d9090388843f3ed7352713fcf8127405385ff1064c4b0aae21f3a26731657fe5e950a255757dfea13c517c62947492d805332
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.0.4](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.4) (2016-11-29)
|
|
4
|
+
[Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.3...v0.0.4)
|
|
5
|
+
|
|
6
|
+
* Fix engine class declaration
|
|
7
|
+
|
|
3
8
|
## [v0.0.3](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.3) (2016-11-25)
|
|
4
9
|
[Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.2...v0.0.3)
|
|
5
10
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = 'administrate-field-state_machine'
|
|
5
|
-
gem.version = '0.0.
|
|
5
|
+
gem.version = '0.0.4'
|
|
6
6
|
gem.authors = ['Michele Gerarduzzi']
|
|
7
7
|
gem.email = ['michele.gerarduzzi@gmail.com']
|
|
8
8
|
gem.homepage = 'https://github.com/z-productions/administrate-field-state_machine'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: administrate-field-state_machine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michele Gerarduzzi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: administrate
|