air18n 0.0.1 → 0.0.2

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.
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ["Jason Katz-Brown", "Nick Grandy", "Naseem Hakim", "Horace Ko", "Matt Baker"]
6
6
  gem.email = ["jason@airbnb.com", "nick@airbnb.com", "naseem@airbnb.com", "horace@airbnb.com", "matt.baker@airbnb.com"]
7
7
  gem.summary = %q{Dynamic I18n backend}
8
- gem.description = %q{Rails plugin with dyanmic I18n backend for amazing internationalization.}
8
+ gem.description = %q{Rails plugin with dyanmic I18n backend for good internationalization.}
9
9
  gem.homepage = "http://www.github.com/airbnb/air18n"
10
10
 
11
11
  gem.add_runtime_dependency 'i18n', '>= 0.5.0'
@@ -1,5 +1,7 @@
1
1
  require "i18n"
2
2
 
3
+ require 'active_record'
4
+
3
5
  require 'air18n/class_methods'
4
6
  require 'air18n/backend'
5
7
  require 'air18n/priority'
@@ -1,3 +1,3 @@
1
1
  module Air18n
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: air18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2012-05-08 00:00:00.000000000 Z
16
+ date: 2012-05-09 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: i18n
@@ -127,7 +127,7 @@ dependencies:
127
127
  - - ~>
128
128
  - !ruby/object:Gem::Version
129
129
  version: '3.0'
130
- description: Rails plugin with dyanmic I18n backend for amazing internationalization.
130
+ description: Rails plugin with dyanmic I18n backend for good internationalization.
131
131
  email:
132
132
  - jason@airbnb.com
133
133
  - nick@airbnb.com