rspactor.gemspec in rspactor-0.6.3 vs rspactor.gemspec in rspactor-0.6.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rspactor}
- s.version = "0.6.3"
+ s.version = "0.6.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mislav Marohni\304\207", "Andreas Wolff", "Pelle Braendgaard", "Thibaud Guillaume-Gentil"]
- s.date = %q{2010-02-04}
+ s.date = %q{2010-06-04}
s.default_executable = %q{rspactor}
s.description = %q{RSpactor is a command line tool to automatically run your changed specs & cucumber features (much like autotest).}
s.email = %q{thibaud@thibaud.me}
s.executables = ["rspactor"]
s.extra_rdoc_files = [
@@ -44,10 +44,10 @@
"spec/runner_spec.rb"
]
s.homepage = %q{http://github.com/thibaudgg/rspactor}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{RSpactor is a command line tool to automatically run your changed specs & cucumber features.}
s.test_files = [
"spec/inspector_spec.rb",
"spec/listener_spec.rb",
"spec/runner_spec.rb"