gettext_simple_rails 0.0.12 → 0.0.13

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
  SHA1:
3
- metadata.gz: 437253d9347f11dd342a98323d1a2c49b1d39fca
4
- data.tar.gz: c2886228b1d17cf03000dc0ddc020b47d9290ecd
3
+ metadata.gz: 2cd25754884360826b579966f7fb55e7a53340a0
4
+ data.tar.gz: ad3e9c987c87c3307a8af9a5a946ee2272142d5a
5
5
  SHA512:
6
- metadata.gz: e7c56ce25d770ae12bd8f82d3d19d5bdc301b0382e09ec448ce9ea089922e17de6ba2f1888a5c10b83d2d96fcba18e4caf042eea1b2ccd628cd64528ea90389e
7
- data.tar.gz: 3b0ecfa49a687f76d9a4dd4fcf96a190d58ec0e09a7b551f605534877f7d3f5963facbd3d657611da2bea784f01f5f213ec3209df548f3391feb399848a5ad72
6
+ metadata.gz: 098773f77eb17750c83a82ff82fc5435e45ae613a22c2e30513c2bdee02d18d0dec276dde4dabb0f0c51884a1aaa44c4ed38aa8b9d563477abe6eed05f9057d4
7
+ data.tar.gz: ef7927170f91a27b40b08d392955bf83509324bfffece85d810c2de38142de04fa56250689583249bbc1751365e84376df82cd3ef85237323d722b37b8b003c1
@@ -14,7 +14,8 @@ class GettextSimpleRails::Translators::DateTranslator
14
14
  "day_names" => [0, 1, 2, 3, 4, 5, 6],
15
15
  "abbr_day_names" => [0, 1, 2, 3, 4, 5, 6],
16
16
  "month_names" => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
17
- "abbr_month_names" => [0 , 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
17
+ "abbr_month_names" => [0 , 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
18
+ "order" => [0, 1, 2]
18
19
  },
19
20
  "time" => {
20
21
  "formats" => {
@@ -1,3 +1,3 @@
1
1
  module GettextSimpleRails
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext_simple_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kasper Johansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-21 00:00:00.000000000 Z
11
+ date: 2014-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails