can_has_state 0.5.2 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/can_has_state/locale/es.yml +5 -0
- data/lib/can_has_state/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3b45a0fd9887bd419ffa6fc89e6a7a566878fbfc8c60f4c34c3e5717659087c
|
4
|
+
data.tar.gz: 57b418edcb7d1403b7e57b5fb1f5665e3cf8fc4b2e68612d56c17627ff16cece
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bbdc97653a0d9087808667b1a26c28f7e2a6f8a2088f315bebad7da575ef31f2cb73e62858cf77875c562496a185e9668984f272c8e2de422cc16de272b86ce
|
7
|
+
data.tar.gz: b69e6e85fc0937e3a9437f747d590ed9f532677b6004f15946c3f2fae6573728a530ada4d1827e15777b4f3a4063d941a5170f9bc83f9070246a6ca39000a3ad
|
data/MIT-LICENSE
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: can_has_state
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- thomas morgan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -74,6 +74,7 @@ files:
|
|
74
74
|
- lib/can_has_state/definition.rb
|
75
75
|
- lib/can_has_state/dirty_helper.rb
|
76
76
|
- lib/can_has_state/locale/en.yml
|
77
|
+
- lib/can_has_state/locale/es.yml
|
77
78
|
- lib/can_has_state/machine.rb
|
78
79
|
- lib/can_has_state/railtie.rb
|
79
80
|
- lib/can_has_state/version.rb
|
@@ -81,7 +82,8 @@ files:
|
|
81
82
|
- test/can_has_state_test.rb
|
82
83
|
- test/test_helper.rb
|
83
84
|
homepage: https://github.com/zarqman/can_has_state
|
84
|
-
licenses:
|
85
|
+
licenses:
|
86
|
+
- MIT
|
85
87
|
metadata: {}
|
86
88
|
post_install_message:
|
87
89
|
rdoc_options: []
|