localeapp 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
- if defined? I18n::MissingTranslation
2
- Localeapp::I18nMissingTranslationException = I18n::MissingTranslation
3
- else
4
- Localeapp::I18nMissingTranslationException = I18n::MissingTranslationData
5
- end
1
+ module Localeapp
2
+ if defined? I18n::MissingTranslation
3
+ I18nMissingTranslationException = I18n::MissingTranslation
4
+ else
5
+ I18nMissingTranslationException = I18n::MissingTranslationData
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module Localeapp
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localeapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christopher Dell