remarkable_activemodel 4.0.0.alpha3 → 4.0.0.alpha4

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ module Remarkable
51
51
  end
52
52
 
53
53
  def only_integer?
54
- assert_bad_or_good_if_key(:only_integer, valid_value_for_test.to_f, default_message_for(:not_a_number))
54
+ assert_bad_or_good_if_key(:only_integer, valid_value_for_test.to_f, default_message_for(:not_an_integer))
55
55
  end
56
56
 
57
57
  # In ActiveModel, when we supply :even, does not matter the value, it
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{remarkable_activemodel}
8
- s.version = "4.0.0.alpha3"
8
+ s.version = "4.0.0.alpha4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ho-Sheng Hsiao", "Carlos Brando", "Jos\303\251 Valim", "Diego Carrion"]
12
- s.date = %q{2010-06-08}
12
+ s.date = %q{2010-06-11}
13
13
  s.description = %q{Remarkable ActiveModel: collection of matchers and macros with I18n for ActiveModel}
14
14
  s.email = ["hosh@sparkfly.com", "eduardobrando@gmail.com", "jose.valim@gmail.com", "dc.rec1@gmail.com"]
15
15
  s.extra_rdoc_files = [
@@ -48,14 +48,14 @@ Gem::Specification.new do |s|
48
48
 
49
49
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
50
  s.add_runtime_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
51
- s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
51
+ s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
52
52
  else
53
53
  s.add_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
54
- s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
54
+ s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
55
55
  end
56
56
  else
57
57
  s.add_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
58
- s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
58
+ s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
59
59
  end
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remarkable_activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1710980495
4
+ hash: -1710980466
5
5
  prerelease: true
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
9
  - 0
10
- - alpha3
11
- version: 4.0.0.alpha3
10
+ - alpha4
11
+ version: 4.0.0.alpha4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Ho-Sheng Hsiao
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2010-06-08 00:00:00 -04:00
22
+ date: 2010-06-11 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
@@ -47,13 +47,13 @@ dependencies:
47
47
  requirements:
48
48
  - - ~>
49
49
  - !ruby/object:Gem::Version
50
- hash: -1710980495
50
+ hash: -1710980466
51
51
  segments:
52
52
  - 4
53
53
  - 0
54
54
  - 0
55
- - alpha3
56
- version: 4.0.0.alpha3
55
+ - alpha4
56
+ version: 4.0.0.alpha4
57
57
  type: :runtime
58
58
  version_requirements: *id002
59
59
  description: "Remarkable ActiveModel: collection of matchers and macros with I18n for ActiveModel"