irbtools.gemspec in irbtools-0.7.4 vs irbtools.gemspec in irbtools-0.8.0

- 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{irbtools} - s.version = "0.7.4" + s.version = "0.8.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jan Lelis"] - s.date = %q{2010-10-09} + s.date = %q{2010-10-12} s.description = %q{irbtools is a meta gem which installs some useful irb gems and configures your irb. Simply put a require 'irbtools' in the .irbrc file in your home directory.} s.email = %q{mail@janlelis.de} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -34,10 +34,10 @@ "screenshots/examples2.png" ] s.homepage = %q{http://github.com/janlelis/irbtools} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.requirements = ["You need to add http://merbi.st to your gem sources (irb_rocket)"] + s.requirements = ["It's recommended to use the irb_rocket gem: gem install irb_rocket --source http://merbi.st"] s.rubygems_version = %q{1.3.7} s.summary = %q{irbtools is a meta gem which installs some useful irb gems and configures your irb.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION