irbtools.gemspec in irbtools-0.1.0 vs irbtools.gemspec in irbtools-0.7.0
- old
+ new
@@ -3,16 +3,16 @@
# 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.1.0"
+ s.version = "0.7.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-06}
- s.description = %q{irbtools is a meta gem which installs some great irb gems and configures your irb. Simply put a require 'irbtools' in the .irbrc file in your home directory.}
+ 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"
]
@@ -36,17 +36,19 @@
"doc/fr_method_index.html",
"doc/index.html",
"doc/rdoc-style.css",
"irbtools.gemspec",
"lib/irbtools.rb",
- "lib/irbtools/configure.rb"
+ "lib/irbtools/configure.rb",
+ "screenshots/examples1.png",
+ "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.rubygems_version = %q{1.3.7}
- s.summary = %q{irbtools is a meta gem which installs some great irb gems and configures your irb.}
+ 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
s.specification_version = 3