administrate-field-state_machine 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 4bd1bcea996958cdb9170d258ad2a24eccd2b784
4
- data.tar.gz: aa9d7d076a48330971554a12ef0831c90e6974d2
3
+ metadata.gz: d3ee9bb5782ecae2f4d06f9214033d66e532005f
4
+ data.tar.gz: 655c9a9dfad485ff0acdb5bda1213ee3137534c6
5
5
  SHA512:
6
- metadata.gz: 68566227ffce2e2ce8356deb44c7dffe49a2e8db1d1bb038918e6d904e5750a05245e6ae45eba152770876ad5b2a7051d5d17fb15e517493216dc73b2df93f47
7
- data.tar.gz: ff058a87275c22cb562a6b5c5eade1572b3ac029f0c7a7b9a8e849d26b45535f2005889d02aabebd51a3d3bf3d2a5b545d0ca5cc40918958b685bcca62512ce1
6
+ metadata.gz: dd30c70a1dee4603ca80ef2742021bfb399def0bf40ad2bba044ef57987eff82db65494258e3d481f994023e0865683b30ffd5dfe36335005582f7be3709d122
7
+ data.tar.gz: 7d7b5775f88d0df5f37592e969bc5d87afc24fd47249c97cc09bc97633ac046cc2f572921e2708c775e2ce43fecff484ebff342136a07b39a9fa747c88153fb6
data/CHANGELOG.md CHANGED
@@ -1,24 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [v0.1.0](https://github.com/z-productions/administrate-field-state_machine/tree/v0.1.0) (2016-12-13)
4
- [Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.4...v0.1.0)
3
+ ## [v0.1.1](https://github.com/zooppa/administrate-field-state_machine/tree/v0.1.0) (2017-03-20)
4
+ [Full Changelog](https://github.com/zooppa/administrate-field-state_machine/compare/v0.1.0...v0.1.1)
5
+
6
+ * Bump up Administrate dependency
7
+
8
+ ## [v0.1.0](https://github.com/zooppa/administrate-field-state_machine/tree/v0.1.0) (2016-12-13)
9
+ [Full Changelog](https://github.com/zooppa/administrate-field-state_machine/compare/v0.0.4...v0.1.0)
5
10
 
6
11
  * Add current state in edit mode
7
12
 
8
- ## [v0.0.4](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.4) (2016-11-29)
9
- [Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.3...v0.0.4)
13
+ ## [v0.0.4](https://github.com/zooppa/administrate-field-state_machine/tree/v0.0.4) (2016-11-29)
14
+ [Full Changelog](https://github.com/zooppa/administrate-field-state_machine/compare/v0.0.3...v0.0.4)
10
15
 
11
16
  * Fix engine class declaration
12
17
 
13
- ## [v0.0.3](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.3) (2016-11-25)
14
- [Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.2...v0.0.3)
18
+ ## [v0.0.3](https://github.com/zooppa/administrate-field-state_machine/tree/v0.0.3) (2016-11-25)
19
+ [Full Changelog](https://github.com/zooppa/administrate-field-state_machine/compare/v0.0.2...v0.0.3)
15
20
 
16
21
  * Humanize state name
17
22
 
18
- ## [v0.0.2](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.2) (2016-11-25)
19
- [Full Changelog](https://github.com/z-productions/administrate-field-state_machine/compare/v0.0.1...v0.0.2)
23
+ ## [v0.0.2](https://github.com/zooppa/administrate-field-state_machine/tree/v0.0.2) (2016-11-25)
24
+ [Full Changelog](https://github.com/zooppa/administrate-field-state_machine/compare/v0.0.1...v0.0.2)
20
25
 
21
26
  * Switch to selecting transitions rather than states
22
27
 
23
- ## [v0.0.1](https://github.com/z-productions/administrate-field-state_machine/tree/v0.0.1) (2016-11-16)
28
+ ## [v0.0.1](https://github.com/zooppa/administrate-field-state_machine/tree/v0.0.1) (2016-11-16)
24
29
  First release
data/Gemfile.lock CHANGED
@@ -1,51 +1,51 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administrate-field-state_machine (0.1.0)
5
- administrate (~> 0.3.0)
4
+ administrate-field-state_machine (0.1.1)
5
+ administrate (~> 0.4.0)
6
6
  rails (>= 4.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.0.0.1)
12
- actionpack (= 5.0.0.1)
13
- nio4r (~> 1.2)
11
+ actioncable (5.0.2)
12
+ actionpack (= 5.0.2)
13
+ nio4r (>= 1.2, < 3.0)
14
14
  websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.0.1)
16
- actionpack (= 5.0.0.1)
17
- actionview (= 5.0.0.1)
18
- activejob (= 5.0.0.1)
15
+ actionmailer (5.0.2)
16
+ actionpack (= 5.0.2)
17
+ actionview (= 5.0.2)
18
+ activejob (= 5.0.2)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.0.1)
22
- actionview (= 5.0.0.1)
23
- activesupport (= 5.0.0.1)
21
+ actionpack (5.0.2)
22
+ actionview (= 5.0.2)
23
+ activesupport (= 5.0.2)
24
24
  rack (~> 2.0)
25
25
  rack-test (~> 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.0.1)
29
- activesupport (= 5.0.0.1)
28
+ actionview (5.0.2)
29
+ activesupport (= 5.0.2)
30
30
  builder (~> 3.1)
31
31
  erubis (~> 2.7.0)
32
32
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (5.0.0.1)
35
- activesupport (= 5.0.0.1)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.0.2)
35
+ activesupport (= 5.0.2)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.0.1)
38
- activesupport (= 5.0.0.1)
39
- activerecord (5.0.0.1)
40
- activemodel (= 5.0.0.1)
41
- activesupport (= 5.0.0.1)
37
+ activemodel (5.0.2)
38
+ activesupport (= 5.0.2)
39
+ activerecord (5.0.2)
40
+ activemodel (= 5.0.2)
41
+ activesupport (= 5.0.2)
42
42
  arel (~> 7.0)
43
- activesupport (5.0.0.1)
43
+ activesupport (5.0.2)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
45
  i18n (~> 0.7)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
- administrate (0.3.0)
48
+ administrate (0.4.0)
49
49
  autoprefixer-rails (~> 6.0)
50
50
  bourbon (~> 4.2)
51
51
  datetime_picker_rails (~> 0.0.7)
@@ -58,21 +58,21 @@ GEM
58
58
  sass-rails (~> 5.0)
59
59
  selectize-rails (~> 0.6)
60
60
  arel (7.1.4)
61
- autoprefixer-rails (6.5.3)
61
+ autoprefixer-rails (6.7.7)
62
62
  execjs
63
- bourbon (4.2.7)
63
+ bourbon (4.3.3)
64
64
  sass (~> 3.4)
65
65
  thor (~> 0.19)
66
- builder (3.2.2)
67
- concurrent-ruby (1.0.2)
66
+ builder (3.2.3)
67
+ concurrent-ruby (1.0.5)
68
68
  datetime_picker_rails (0.0.7)
69
69
  momentjs-rails (>= 2.8.1)
70
70
  erubis (2.7.0)
71
71
  execjs (2.7.0)
72
72
  globalid (0.3.7)
73
73
  activesupport (>= 4.1.0)
74
- i18n (0.7.0)
75
- jquery-rails (4.2.1)
74
+ i18n (0.8.1)
75
+ jquery-rails (4.2.2)
76
76
  rails-dom-testing (>= 1, < 3)
77
77
  railties (>= 4.2.0)
78
78
  thor (>= 0.14, < 2.0)
@@ -88,44 +88,44 @@ GEM
88
88
  mime-types-data (~> 3.2015)
89
89
  mime-types-data (3.2016.0521)
90
90
  mini_portile2 (2.1.0)
91
- minitest (5.9.1)
92
- momentjs-rails (2.15.1)
91
+ minitest (5.10.1)
92
+ momentjs-rails (2.17.1)
93
93
  railties (>= 3.1)
94
94
  neat (1.8.0)
95
95
  sass (>= 3.3)
96
96
  thor (~> 0.19)
97
- nio4r (1.2.1)
98
- nokogiri (1.6.8.1)
97
+ nio4r (2.0.0)
98
+ nokogiri (1.7.1)
99
99
  mini_portile2 (~> 2.1.0)
100
100
  normalize-rails (3.0.3)
101
101
  rack (2.0.1)
102
102
  rack-test (0.6.3)
103
103
  rack (>= 1.0)
104
- rails (5.0.0.1)
105
- actioncable (= 5.0.0.1)
106
- actionmailer (= 5.0.0.1)
107
- actionpack (= 5.0.0.1)
108
- actionview (= 5.0.0.1)
109
- activejob (= 5.0.0.1)
110
- activemodel (= 5.0.0.1)
111
- activerecord (= 5.0.0.1)
112
- activesupport (= 5.0.0.1)
104
+ rails (5.0.2)
105
+ actioncable (= 5.0.2)
106
+ actionmailer (= 5.0.2)
107
+ actionpack (= 5.0.2)
108
+ actionview (= 5.0.2)
109
+ activejob (= 5.0.2)
110
+ activemodel (= 5.0.2)
111
+ activerecord (= 5.0.2)
112
+ activesupport (= 5.0.2)
113
113
  bundler (>= 1.3.0, < 2.0)
114
- railties (= 5.0.0.1)
114
+ railties (= 5.0.2)
115
115
  sprockets-rails (>= 2.0.0)
116
- rails-dom-testing (2.0.1)
116
+ rails-dom-testing (2.0.2)
117
117
  activesupport (>= 4.2.0, < 6.0)
118
- nokogiri (~> 1.6.0)
118
+ nokogiri (~> 1.6)
119
119
  rails-html-sanitizer (1.0.3)
120
120
  loofah (~> 2.0)
121
- railties (5.0.0.1)
122
- actionpack (= 5.0.0.1)
123
- activesupport (= 5.0.0.1)
121
+ railties (5.0.2)
122
+ actionpack (= 5.0.2)
123
+ activesupport (= 5.0.2)
124
124
  method_source
125
125
  rake (>= 0.8.7)
126
126
  thor (>= 0.18.1, < 2.0)
127
- rake (11.3.0)
128
- sass (3.4.22)
127
+ rake (12.0.0)
128
+ sass (3.4.23)
129
129
  sass-rails (5.0.6)
130
130
  railties (>= 4.0.0, < 6)
131
131
  sass (~> 3.1)
@@ -133,19 +133,19 @@ GEM
133
133
  sprockets-rails (>= 2.0, < 4.0)
134
134
  tilt (>= 1.1, < 3)
135
135
  selectize-rails (0.12.4)
136
- sprockets (3.7.0)
136
+ sprockets (3.7.1)
137
137
  concurrent-ruby (~> 1.0)
138
138
  rack (> 1, < 3)
139
139
  sprockets-rails (3.2.0)
140
140
  actionpack (>= 4.0)
141
141
  activesupport (>= 4.0)
142
142
  sprockets (>= 3.0.0)
143
- thor (0.19.1)
144
- thread_safe (0.3.5)
145
- tilt (2.0.5)
143
+ thor (0.19.4)
144
+ thread_safe (0.3.6)
145
+ tilt (2.0.7)
146
146
  tzinfo (1.2.2)
147
147
  thread_safe (~> 0.1)
148
- websocket-driver (0.6.4)
148
+ websocket-driver (0.6.5)
149
149
  websocket-extensions (>= 0.1.0)
150
150
  websocket-extensions (0.1.2)
151
151
 
@@ -156,4 +156,4 @@ DEPENDENCIES
156
156
  administrate-field-state_machine!
157
157
 
158
158
  BUNDLED WITH
159
- 1.13.6
159
+ 1.14.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Administrate::Field::StateMachine
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/z-productions/administrate-field-state_machine/badges/gpa.svg)](https://codeclimate.com/github/z-productions/administrate-field-state_machine)
3
+ [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-state_machine/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-state_machine)
4
4
 
5
5
  A plugin to handle [state machine] attributes in [Administrate].
6
6
 
@@ -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.1.0'
18
+ gem 'administrate-field-state_machine', '~> 0.1.1'
19
19
  ```
20
20
 
21
21
  Run:
@@ -2,10 +2,10 @@ $:.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.1.0'
5
+ gem.version = '0.1.1'
6
6
  gem.authors = ['Michele Gerarduzzi']
7
7
  gem.email = ['michele.gerarduzzi@gmail.com']
8
- gem.homepage = 'https://github.com/z-productions/administrate-field-state_machine'
8
+ gem.homepage = 'https://github.com/zooppa/administrate-field-state_machine'
9
9
  gem.summary = 'A plugin to handle state machine attributes in Administrate'
10
10
  gem.description = gem.summary
11
11
  gem.license = 'MIT'
@@ -14,6 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.files = `git ls-files`.split("\n")
15
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
 
17
- gem.add_runtime_dependency 'administrate', '~> 0.3.0'
17
+ gem.add_runtime_dependency 'administrate', '~> 0.4.0'
18
18
  gem.add_runtime_dependency 'rails', '>= 4.2'
19
19
  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.1.0
4
+ version: 0.1.1
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-12-13 00:00:00.000000000 Z
11
+ date: 2017-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.3.0
19
+ version: 0.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.3.0
26
+ version: 0.4.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ files:
57
57
  - app/views/fields/state_machine/_index.html.erb
58
58
  - app/views/fields/state_machine/_show.html.erb
59
59
  - lib/administrate/field/state_machine.rb
60
- homepage: https://github.com/z-productions/administrate-field-state_machine
60
+ homepage: https://github.com/zooppa/administrate-field-state_machine
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  requirements: []
79
79
  rubyforge_project:
80
- rubygems_version: 2.5.2
80
+ rubygems_version: 2.6.8
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: A plugin to handle state machine attributes in Administrate