remarkable_activerecord 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.
Files changed (2) hide show
  1. data/remarkable_activerecord.gemspec +8 -8
  2. metadata +10 -10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{remarkable_activerecord}
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 ActiveRecord: collection of matchers and macros with I18n for ActiveRecord}
14
14
  s.email = ["hosh@sparkfly.com", "eduardobrando@gmail.com", "jose.valim@gmail.com", "dc.rec1@gmail.com"]
15
15
  s.extra_rdoc_files = [
@@ -49,17 +49,17 @@ Gem::Specification.new do |s|
49
49
 
50
50
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
51
51
  s.add_runtime_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
52
- s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
53
- s.add_runtime_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha3"])
52
+ s.add_runtime_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
53
+ s.add_runtime_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha4"])
54
54
  else
55
55
  s.add_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
56
- s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
57
- s.add_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha3"])
56
+ s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
57
+ s.add_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha4"])
58
58
  end
59
59
  else
60
60
  s.add_dependency(%q<rspec>, [">= 2.0.0.alpha11"])
61
- s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha3"])
62
- s.add_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha3"])
61
+ s.add_dependency(%q<remarkable>, ["~> 4.0.0.alpha4"])
62
+ s.add_dependency(%q<remarkable_activemodel>, ["~> 4.0.0.alpha4"])
63
63
  end
64
64
  end
65
65
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remarkable_activerecord
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
  - !ruby/object:Gem::Dependency
@@ -64,13 +64,13 @@ dependencies:
64
64
  requirements:
65
65
  - - ~>
66
66
  - !ruby/object:Gem::Version
67
- hash: -1710980495
67
+ hash: -1710980466
68
68
  segments:
69
69
  - 4
70
70
  - 0
71
71
  - 0
72
- - alpha3
73
- version: 4.0.0.alpha3
72
+ - alpha4
73
+ version: 4.0.0.alpha4
74
74
  type: :runtime
75
75
  version_requirements: *id003
76
76
  description: "Remarkable ActiveRecord: collection of matchers and macros with I18n for ActiveRecord"