corn_starch 1.1.12 → 1.1.13
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/app/controllers/corn_starch/corn_starch_controller.rb +1 -1
- data/config/locales/en.yml +4 -2
- data/config/locales/fr.yml +3 -1
- 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: ad3bca5c0c4307bd8d652a2147afc80613b50328
|
|
4
|
+
data.tar.gz: ebdf3c7d3bbe9e18f7e9218231e24e9e60015a97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a4dbdef621d52a34a7be1466130a8650f1aa71b1e3be5d679d56914be1196dbd77de7875a85071ff528cadb7aa03442e5cded16a5386ece39e69b31f9d19f28
|
|
7
|
+
data.tar.gz: 5d32d735c883f9aafa69e8611b78a2f342fc3fe6de88b46464e23452468505e28a410ab4985b1eb5c63af5296ea2a0ba678da122309bbc0638974c577621e776
|
data/config/locales/en.yml
CHANGED
|
@@ -21,7 +21,7 @@ en:
|
|
|
21
21
|
body: "You have successfully logged in as %{name}"
|
|
22
22
|
fail:
|
|
23
23
|
head: "Login failed"
|
|
24
|
-
body: "Invalid
|
|
24
|
+
body: "Invalid user ID / password"
|
|
25
25
|
|
|
26
26
|
# Logout
|
|
27
27
|
logout:
|
|
@@ -52,4 +52,6 @@ en:
|
|
|
52
52
|
body: "%{model} [%{name}] was successfully destroyed"
|
|
53
53
|
|
|
54
54
|
# Unknown Action
|
|
55
|
-
unknown_action:
|
|
55
|
+
unknown_action:
|
|
56
|
+
head: "Error"
|
|
57
|
+
body: "Unknown action [%{action}]"
|
data/config/locales/fr.yml
CHANGED
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.1.
|
|
4
|
+
version: 1.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eresse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|