air18n 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Air18n
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/make_gem CHANGED
@@ -1,5 +1,5 @@
1
1
  # Run this to push the new version of the gem to rubygems!
2
- v=0.1.5
2
+ v=0.1.6
3
3
  gem build air18n.gemspec
4
4
  gem push air18n-${v}.gem
5
5
 
@@ -29,7 +29,8 @@ describe Air18n::PhraseTranslation do
29
29
  validated.should == true
30
30
  translation.value = 'too looooong'
31
31
  translation.save.should be_false
32
- translation.errors.should == { :value => ["Translation has 12 characters; maximum length 10 characters."] }
32
+ translation.errors.should include :value
33
+ translation.errors[:value].should include "Translation has 12 characters; maximum length 10 characters."
33
34
  end
34
35
  end
35
36
 
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: