rails_admin_state 1.6.1 → 1.6.2

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
- SHA1:
3
- metadata.gz: 0a322d3d439f3fffc296833861b3502c4485c762
4
- data.tar.gz: e316c2b691f9518fa129ae043085b9061ca20c71
2
+ SHA256:
3
+ metadata.gz: c3bd861e03c61582cf8332e0f43de009998ddd2cb17ae610d28f0cef471232b8
4
+ data.tar.gz: 984dad7bd37df4de260a81189c44330b034ace5fd8fdac438552a6acba40198a
5
5
  SHA512:
6
- metadata.gz: d66a59ce5c2694f7c74f759a0c34e4ca6fd8873ba579a067bdccecb114ab8ab7a74a76f5e72ce5a251e533eef15b12ff76c3ce756e435163c6286f5fc43b6b60
7
- data.tar.gz: 0c03e9c67b564e28be60cd98f47fd7fede08f3158cdbd918dbb949d08ddcd1f91275913d8cecfd70f5ad07b3ca34781fb4a00d416cec5241d821250ea549951c
6
+ metadata.gz: 0e90994431e5924d0a0f8308bba41eb0edecc65880ccdc9ec13aee39c2f47680e86002afd6eaf1b61641a5568ee440d932d0d31d0479987b52a24dc98b67fab2
7
+ data.tar.gz: 616398eda1a7e761db1dcceabf73666301714dddd37c36fec1dee4024f7c9c408e725df1419021c7984063c7ea6ddaefde04a99a80921d383c484f2c6935371f
data/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # Rails Admin State Machine
2
+
3
+ Master repository has moved to gitlab, all new code will be there:
4
+
5
+ https://gitlab.com/rocket-science/rails_admin_state
6
+
2
7
  ### Properly manage [state_machines](https://github.com/state-machines/state_machines) states from rails_admin
3
8
 
4
9
  Allows easily sending state_machine events to a model from Rails Admin, including support for
@@ -1,3 +1,3 @@
1
1
  module RailsAdminState
2
- VERSION = "1.6.1"
2
+ VERSION = "1.6.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["glebtv@gmail.com"]
11
11
  spec.description = %q{Manage model's state with state_machine and rails_admin}
12
12
  spec.summary = %q{Manage model's state with state_machine and rails_admin}
13
- spec.homepage = "https://github.com/rs-pro/rails_admin_state"
13
+ spec.homepage = "https://gitlab.com/rocket-science/rails_admin_state"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
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.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-28 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails_admin
@@ -77,7 +77,7 @@ files:
77
77
  - lib/rails_admin_state/model.rb
78
78
  - lib/rails_admin_state/version.rb
79
79
  - rails_admin_state.gemspec
80
- homepage: https://github.com/rs-pro/rails_admin_state
80
+ homepage: https://gitlab.com/rocket-science/rails_admin_state
81
81
  licenses:
82
82
  - MIT
83
83
  metadata: {}
@@ -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.6.11
100
+ rubygems_version: 2.7.7
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Manage model's state with state_machine and rails_admin