GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Ambitious ActiveRecord adapter, for Ambition.
Clone URL: git://github.com/defunkt/ambitious_activerecord.git
update version
defunkt (author)
Sat Apr 26 03:13:42 -0700 2008
commit  91215b694e8c1f748a93952ce35dfeb41ae5a7f7
tree    498b7c89baf1bc707935c459eea3a874b24d61ca
parent  a6d9092cc52e582a37ae46663479516ce9d776e2
...
1
2
3
 
4
5
6
...
9
10
11
12
 
13
14
15
...
18
19
20
21
 
22
23
24
...
1
2
 
3
4
5
6
...
9
10
11
 
12
13
14
15
...
18
19
20
 
21
22
23
24
0
@@ -1,6 +1,6 @@
0
 require 'rake'
0
 
0
-Version = '0.1.2'
0
+Version = '0.1.3'
0
 
0
 begin
0
   require 'rubygems'
0
@@ -9,7 +9,7 @@ begin
0
   require 'echoe'
0
 
0
   Echoe.new('ambitious-activerecord') do |p|
0
- p.dependencies << 'activerecord >=1.15.0'
0
+ p.dependencies << 'activerecord >=1.15.6'
0
     p.summary = "An ambitious adapter for ActiveRecord"
0
     p.author = 'Chris Wanstrath'
0
     p.email = "chris@ozmm.org"
0
@@ -18,7 +18,7 @@ begin
0
     p.url = "http://ambition.rubyforge.org/"
0
     p.test_pattern = 'test/*_test.rb'
0
     p.version = Version
0
- p.dependencies << 'ambition >=0.5.1'
0
+ p.dependencies << 'ambition >=0.5.3'
0
   end
0
 
0
 rescue LoadError
...
1
2
 
3
4
5
6
7
 
8
9
10
...
24
25
26
27
28
 
 
29
30
31
...
33
34
35
36
 
37
38
39
...
42
43
44
45
 
46
47
48
...
51
52
53
54
 
55
56
57
...
1
 
2
3
4
5
6
 
7
8
9
10
...
24
25
26
 
 
27
28
29
30
31
...
33
34
35
 
36
37
38
39
...
42
43
44
 
45
46
47
48
...
51
52
53
 
54
55
56
57
0
@@ -1,10 +1,10 @@
0
 
0
-# Gem::Specification for Ambitious-activerecord-0.1.2
0
+# Gem::Specification for Ambitious-activerecord-0.1.3
0
 # Originally generated by Echoe
0
 
0
 Gem::Specification.new do |s|
0
   s.name = %q{ambitious-activerecord}
0
- s.version = "0.1.2"
0
+ s.version = "0.1.3"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
0
@@ -24,8 +24,8 @@ Gem::Specification.new do |s|
0
   s.summary = %q{An ambitious adapter for ActiveRecord}
0
   s.test_files = ["test/chaining_test.rb", "test/count_test.rb", "test/enumerable_test.rb", "test/join_test.rb", "test/ruby_test.rb", "test/select_test.rb", "test/slice_test.rb", "test/sort_test.rb", "test/source_test.rb", "test/types_test.rb"]
0
 
0
- s.add_dependency(%q<activerecord>, [">= 1.15.0"])
0
- s.add_dependency(%q<ambition>, [">= 0.5.1"])
0
+ s.add_dependency(%q<activerecord>, [">= 1.15.6"])
0
+ s.add_dependency(%q<ambition>, [">= 0.5.3"])
0
 end
0
 
0
 
0
@@ -33,7 +33,7 @@ end
0
 #
0
 # require 'rake'
0
 #
0
-# Version = '0.1.2'
0
+# Version = '0.1.3'
0
 #
0
 # begin
0
 # require 'rubygems'
0
@@ -42,7 +42,7 @@ end
0
 # require 'echoe'
0
 #
0
 # Echoe.new('ambitious-activerecord') do |p|
0
-# p.dependencies << 'activerecord >=1.15.0'
0
+# p.dependencies << 'activerecord >=1.15.6'
0
 # p.summary = "An ambitious adapter for ActiveRecord"
0
 # p.author = 'Chris Wanstrath'
0
 # p.email = "chris@ozmm.org"
0
@@ -51,7 +51,7 @@ end
0
 # p.url = "http://ambition.rubyforge.org/"
0
 # p.test_pattern = 'test/*_test.rb'
0
 # p.version = Version
0
-# p.dependencies << 'ambition >=0.5.1'
0
+# p.dependencies << 'ambition >=0.5.3'
0
 # end
0
 #
0
 # rescue LoadError

Comments

    No one has commented yet.