gettext_i18n_rails 1.0.4 → 1.0.5
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/lib/gettext_i18n_rails/tasks.rb +1 -1
- data/lib/gettext_i18n_rails/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: ee6ca48822567ec594dff359cef609c586969d6d
|
4
|
+
data.tar.gz: 8ddcac7c2b6de2a43802f3c9d9c73460e7d22bb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 636d830a8b41cea70d2efcf7420aa59109eb96e456da0cd529f5ac057b97d1ffaf1b7f8ba98b9b8fd4941fb4e8f602e24370f562751594ddd7ccff05a36504d2
|
7
|
+
data.tar.gz: 9310ffcba6ecced574c722068f93708512626412fd656bc4125dc29342fdd01a80f6a759a9a09234f741b1781b4383f78f9f274cd1bb07a465ac6ff25f4cbe19
|
@@ -9,7 +9,7 @@ namespace :gettext do
|
|
9
9
|
|
10
10
|
def text_domain
|
11
11
|
# if your textdomain is not 'app': require the environment before calling e.g. gettext:find OR add TEXTDOMAIN=my_domain
|
12
|
-
|
12
|
+
(FastGettext.text_domain rescue nil) || ENV['TEXTDOMAIN'] || "app"
|
13
13
|
end
|
14
14
|
|
15
15
|
# do not rename, gettext_i18n_rails_js overwrites this to inject coffee + js
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gettext_i18n_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Grosser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_gettext
|