base58.gemspec in base58-0.0.4 vs base58.gemspec in base58-0.1.0

- old
+ new

@@ -3,14 +3,14 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{base58} - s.version = "0.0.4" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Douglas F Shearer"] - s.date = %q{2009-11-27} + s.date = %q{2010-02-05} s.description = %q{Base58 is a Ruby library for converting ints to and from base58.} s.email = %q{dougal.s@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ]