muck-engine 0.2.24 → 0.2.25

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.24
1
+ 0.2.25
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "0.2.24"
8
+ s.version = "0.2.25"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
@@ -88,7 +88,7 @@ es-CO:
88
88
  other: "{{model}} no pudo guardarse debido a {{count}} errores"
89
89
  body: "Revise que los siguientes campos sean válidos:"
90
90
  messages:
91
- record_invalid:"Falla de validación: {{errors}}"
91
+ record_invalid: "Falla de validación: {{errors}}"
92
92
  inclusion: "no está incluído en la lista"
93
93
  exclusion: "está reservado"
94
94
  invalid: "es inválido"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball