tryouts.gemspec in tryouts-0.6.2 vs tryouts.gemspec in tryouts-0.6.3
- old
+ new
@@ -1,9 +1,9 @@
@spec = Gem::Specification.new do |s|
s.name = "tryouts"
s.rubyforge_project = "tryouts"
- s.version = "0.6.2"
+ s.version = "0.6.3"
s.summary = "Tryouts are high-level tests for your Ruby code. May all your dreams come true!"
s.description = s.summary
s.author = "Delano Mandelbaum"
s.email = "tryouts@solutious.com"
s.homepage = "http://github.com/delano/tryouts"
@@ -22,12 +22,12 @@
# Update --main to reflect the default page to display
s.rdoc_options = ["--line-numbers", "--title", "Tryouts: #{s.summary}", "--main", "README.rdoc"]
# = DEPENDENCIES =
# Add all gem dependencies
- s.add_dependency 'drydock', '>= 0.6.5'
s.add_dependency 'rye', '>= 0.8.2'
+ s.add_dependency 'drydock', '>= 0.6.6'
s.add_dependency 'sysinfo', '>= 0.5.1'
# = MANIFEST =
# The complete list of files to be included in the release. When GitHub packages your gem,
# it doesn't allow you to run any command that accesses the filesystem. You will get an
@@ -62,14 +62,14 @@
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<RedCloth>, [">= 4.0.4"])
+ #s.add_runtime_dependency(%q<RedCloth>, [">= 4.0.4"])
else
- s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
+ #s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
end
else
- s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
+ #s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
end
end
\ No newline at end of file