translations_ennder 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog +8 -0
- data/lib/translations_ennder.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: daf0c5e2e3367a811ee7c1a84df777760e29ffb9
|
4
|
+
data.tar.gz: b2176a99430f41d2e552395bc1d8efdd7e14464f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49963f9db2240414db6c7a8e8f806c84b88a843ea5803cf16ee79c389ae438a5a1a2743e3941efd508cae5a20aef5cb23f716864f1138f73c501c740b98bc2b3
|
7
|
+
data.tar.gz: 33300549d4acfac61fe7a07bea2b07461eea7fce642644802074cfa2b37a9f473ee8ae0ee889b03f1185e6be519f2f224642bbc762cd7f19ff7e9428f72432bc
|
data/Changelog
CHANGED
data/lib/translations_ennder.rb
CHANGED
@@ -9,7 +9,7 @@ module TranslationsEnnder
|
|
9
9
|
# Returns the version string for the library.
|
10
10
|
#
|
11
11
|
def self.version
|
12
|
-
@version ||=
|
12
|
+
@version ||= Gem::Specification::load("translations_ennder.gemspec")
|
13
13
|
end
|
14
14
|
|
15
15
|
# Returns the library path for the module. If any arguments are given,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translations_ennder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ennder
|
@@ -32,7 +32,7 @@ files:
|
|
32
32
|
- lib/translations_ennder/locales_rails2/fr.yml
|
33
33
|
- lib/translations_ennder/rails.rb
|
34
34
|
- test/integration/translations_ennder_test.rb
|
35
|
-
homepage: https://github.com/ennder/
|
35
|
+
homepage: https://github.com/ennder/translations_ennder
|
36
36
|
licenses:
|
37
37
|
- MIT
|
38
38
|
metadata: {}
|