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

public
Fork of freelancing-god/active-matchers
Description: Helpful rspec matchers for testing validations and associations.
Homepage: http://am.freelancing-gods.com
Clone URL: git://github.com/Narnach/active-matchers.git
0.3.0!
chrislloyd (author)
Tue Jul 01 22:17:11 -0700 2008
commit  b5e957ad4304895832151e28b6b12d0d255c1939
tree    894a7ac056b32d9d31180ccfca6c410530371050
parent  70088f2fb7592aef1fef44f006077955585d6c98
...
18
19
20
 
21
22
23
...
29
30
31
32
33
34
35
...
18
19
20
21
22
23
24
...
30
31
32
 
33
34
35
0
@@ -18,6 +18,7 @@ spec = Gem::Specification.new do |s|
0
   s.name = GEM
0
   s.version = GEM_VERSION
0
   s.platform = Gem::Platform::RUBY
0
+ s.rubyforge_project = GEM
0
   s.has_rdoc = true
0
   s.extra_rdoc_files = ['README','LICENSE']
0
   s.summary = SUMMARY
0
@@ -29,7 +30,6 @@ spec = Gem::Specification.new do |s|
0
   s.add_dependency 'activerecord'
0
   
0
   s.require_path = 'lib'
0
- s.autorequire = GEM
0
   s.files = %w(README LICENSE Rakefile init.rb) + Dir.glob("{lib,specs}/**/*")
0
 end
0
 
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ ActiveRecord::Reflection::AssociationReflection.send(:include,
0
 module ActiveMatchers
0
   module Version #:nodoc:
0
     MAJOR = 0
0
- MINOR = 2
0
+ MINOR = 3
0
     TINY = 0
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.').freeze

Comments

    No one has commented yet.