daily_affirmation 0.7.1 → 0.8.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 311e00301c5ac2fc0ef7137531472997e5f9668b
4
- data.tar.gz: 6df1cba1e7c2560e5d2853dfc5600ce3bd74a0aa
3
+ metadata.gz: d766f64d1435a59c56df5c6489d514e55cab8d47
4
+ data.tar.gz: d8f51880cf871808565da82a18c6d11ae01dc1b3
5
5
  SHA512:
6
- metadata.gz: 135d36905bc518d3a39e1504d9d2ff4d2a42cc9055b8d206ef84abeb164fe7d78db17efe81e5db39bc5346008f9292a7acae1553b87cad1695504cdaf31e4085
7
- data.tar.gz: 67c1b7f3a369dfb7732d97391b824b3d4290127a867f35db5ebdb5fe07f795fa75c7bd6689da7162699435c7b7b8b86a34776b77ee16cafc0ac6b07aa6916ac5
6
+ metadata.gz: e962fa0992158c6e097c9d068bf4ec8ea6416a3fa322e14309af8e3d706c471f2056df712a4fef83b02974567b4e2f69282ce9b63935076652fcd12227e2be3f
7
+ data.tar.gz: 487c7955a1c1e158ac1c7f25c47c16b413fcdcd6b67566dfa153ceffee1183ff87a30703c6be475bf2168018804bafce13fb90e8df0021e7f8c946df31ad3a87
@@ -28,7 +28,7 @@ module DailyAffirmation
28
28
  args = opts.merge(
29
29
  {
30
30
  :default => [
31
- :"daily_affirmation.errors.messages.#{type}", default
31
+ :"daily_affirmation.errors.messages.#{type}.default", default
32
32
  ],
33
33
  :attribute => attribute,
34
34
  :value => value
@@ -1,3 +1,3 @@
1
1
  module DailyAffirmation
2
- VERSION = "0.7.1"
2
+ VERSION = "0.8.0"
3
3
  end
@@ -2,4 +2,5 @@ en:
2
2
  daily_affirmation:
3
3
  errors:
4
4
  messages:
5
- none: "egads man, you must have %{attribute} (%{range}, %{value})"
5
+ none:
6
+ default: "egads man, you must have %{attribute} (%{range}, %{value})"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daily_affirmation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-12 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler