air18n 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@ require 'air18n/screenshot'
6
6
 
7
7
  module Air18n
8
8
  module Reflection
9
- MODELS = [Phrase, PhraseScreenshot, PhraseTranslation, Screenshot]
9
+ MODELS = [Phrase, PhraseRevision, PhraseScreenshot, PhraseTranslation, Screenshot]
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Air18n
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
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.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -169,7 +169,6 @@ files:
169
169
  - lib/air18n/xss_detector.rb
170
170
  - lib/generators/air18n/migration/migration_generator.rb
171
171
  - lib/generators/air18n/migration/templates/active_record/migration.rb
172
- - make_gem
173
172
  - spec/database.yml
174
173
  - spec/factories.rb
175
174
  - spec/lib/air18n/air18n_spec.rb
data/make_gem DELETED
@@ -1,8 +0,0 @@
1
- # Run this to push the new version of the gem to rubygems!
2
- v=0.1.11
3
- gem build air18n.gemspec
4
- gem push air18n-${v}.gem
5
-
6
- # To add new owners, get an existing owner to add you as an owner. They'll run
7
- # for example:
8
- # gem owner --add ocelot@gmail.com air18n