Rakefile in aub-machine-1.0.1 vs Rakefile in aub-machine-1.0.2
- old
+ new
@@ -24,10 +24,10 @@
rdoc.rdoc_files.include('lib/**/*.rb')
end
spec = Gem::Specification.new do |s|
s.name = %q{machine}
- s.version = "1.0.1"
+ s.version = "1.0.2"
s.summary = %q{machine defines a factory system for creating model objects to replace fixtures in Ruby apps.}
s.description = %q{machine defines a factory system for creating model objects to replace fixtures in Ruby apps.}
s.files = FileList['[A-Z]*', 'lib/**/*.rb', 'test/**/*.rb']
s.require_path = 'lib'