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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 287545256a7008a5efd1e5f593ff870b5bfaf01b
4
- data.tar.gz: 220c53bfab2493e28aa49ca7fe8e5c7b2ce3719a
3
+ metadata.gz: 5104f6a81f8d126bb507180f972922ce4b1bdf36
4
+ data.tar.gz: 623dd9b2016fd42686aa87fac13bf5fffcff54f9
5
5
  SHA512:
6
- metadata.gz: 89d4e3c381c09068c60c431a43f682400ad05ed4c90a8d4cd7d4c8b185fe1b4e2e1fd5606973718697a0f12257f1ec16b66df054c5586f2a30213f29b044ff4f
7
- data.tar.gz: c96a8829f0df82eba6e375ea2777c5575088db231e9583af52c354cf805ddc1e652bbc4377d92a6920fff1dfc7c049cb2ba26f951f69a9c8bb06ce2817203beb
6
+ metadata.gz: 5558a44c213a0b8ef0ffbf0305e0c59e401a28312a545e1682c3284036682c6fc56519c56dc287e090ff0694b4d2db4662bbb0da7de7d0cf243cc0f5550c62af
7
+ data.tar.gz: 1d53b1dc6d4472e8cc675306486d9090388843f3ed7352713fcf8127405385ff1064c4b0aae21f3a26731657fe5e950a255757dfea13c517c62947492d805332
@@ -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
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administrate-field-state_machine (0.0.3)
4
+ administrate-field-state_machine (0.0.4)
5
5
  administrate (~> 0.3.0)
6
6
  rails (>= 4.2)
7
7
 
data/README.md CHANGED
@@ -15,7 +15,7 @@ so you will have to fork and [patch it](https://git.io/vXhCo) yourself.
15
15
  Add it to your `Gemfile`:
16
16
 
17
17
  ```ruby
18
- gem 'administrate-field-state_machine', '~> 0.0.3'
18
+ gem 'administrate-field-state_machine', '~> 0.0.4'
19
19
  ```
20
20
 
21
21
  Run:
@@ -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.3'
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'
@@ -3,10 +3,9 @@ require 'rails'
3
3
 
4
4
  module Administrate
5
5
  module Field
6
- class Engine < ::Rails::Engine
7
- end
8
-
9
6
  class StateMachine < Administrate::Field::Base
7
+ class Engine < ::Rails::Engine; end
8
+
10
9
  def self.searchable?
11
10
  true
12
11
  end
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.3
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-25 00:00:00.000000000 Z
11
+ date: 2016-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate