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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d365502c2589118326d281c7cedd12cb327bace1baee85087359ece2e92c893
4
- data.tar.gz: f6a28a286f71893b3fdfc005682c7111ac03c463877da310e807deb69eab110e
3
+ metadata.gz: a3b45a0fd9887bd419ffa6fc89e6a7a566878fbfc8c60f4c34c3e5717659087c
4
+ data.tar.gz: 57b418edcb7d1403b7e57b5fb1f5665e3cf8fc4b2e68612d56c17627ff16cece
5
5
  SHA512:
6
- metadata.gz: f6d0928cf94853df33a935e1635db3d1468dfda8394df71c7b518282eb4f80e67c86fcc9e3c79a844c953ce6d86eb274057f98dc70d566eb9b4c87a8bb5f6ffe
7
- data.tar.gz: 29c8463d69deec0b205928e20c9a6c6a2b86e7e154f9b2b871d87139f637cf889806fb11e9f4cef6272013dc5b5672077b6e4385ceb9d4065605ffda2432faf8
6
+ metadata.gz: 9bbdc97653a0d9087808667b1a26c28f7e2a6f8a2088f315bebad7da575ef31f2cb73e62858cf77875c562496a185e9668984f272c8e2de422cc16de272b86ce
7
+ data.tar.gz: b69e6e85fc0937e3a9437f747d590ed9f532677b6004f15946c3f2fae6573728a530ada4d1827e15777b4f3a4063d941a5170f9bc83f9070246a6ca39000a3ad
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2012-2020 thomas morgan
1
+ Copyright 2012-2021 thomas morgan
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -0,0 +1,5 @@
1
+ es:
2
+ errors:
3
+ messages:
4
+ invalid_state: "no está en un estado conocido"
5
+ invalid_transition: "tiene una transición no válida de %{from} a %{to}"
@@ -1,3 +1,3 @@
1
1
  module CanHasState
2
- VERSION = '0.5.2'
2
+ VERSION = '0.6.0'
3
3
  end
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.5.2
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: 2020-12-29 00:00:00.000000000 Z
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: []