corn_starch 1.9.41 → 1.9.42
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.
- checksums.yaml +4 -4
- data/config/locales/en.yml +2 -2
- data/lib/corn_starch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02689fe9854bf96022cfb91677f15fe682eb95d8
|
|
4
|
+
data.tar.gz: a16ec07a093f17b75991f867eed282c07a3bfb3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3e1b26804d93ee3cbb086f24035d03ca319de525603e1e585611caa479b15462ba634b081f1630cabdd23a7925402c088fa26f59ce06d00d1da29baf5138c7a
|
|
7
|
+
data.tar.gz: 771816c6f3947bdc0e8d7411a09152ab69a569b189fe237b23ece85ab367122c14211f29c84b11e321dbdb019998b857c618fec5571c1a713843e03f9de9230b
|
data/config/locales/en.yml
CHANGED
|
@@ -35,7 +35,7 @@ en:
|
|
|
35
35
|
body: "%{model} [%{name}] was successfully created"
|
|
36
36
|
fail:
|
|
37
37
|
head: "%{model} creation failed"
|
|
38
|
-
body: "Invalid information
|
|
38
|
+
body: "Invalid information: %{errors}"
|
|
39
39
|
|
|
40
40
|
# Update
|
|
41
41
|
update:
|
|
@@ -44,7 +44,7 @@ en:
|
|
|
44
44
|
body: "%{model} [%{name}] was successfully updated"
|
|
45
45
|
fail:
|
|
46
46
|
head: "%{model} update failed"
|
|
47
|
-
body: "Invalid information
|
|
47
|
+
body: "Invalid information: %{errors}"
|
|
48
48
|
|
|
49
49
|
# Destroy
|
|
50
50
|
destroy:
|
data/lib/corn_starch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corn_starch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eresse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|