base58.gemspec in base58-0.1.0 vs base58.gemspec in base58-0.2.0
- old
+ new
@@ -1,48 +1,34 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: base58 0.2.0 ruby lib
Gem::Specification.new do |s|
- s.name = %q{base58}
- s.version = "0.1.0"
+ s.name = "base58".freeze
+ s.version = "0.2.0"
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Douglas F Shearer"]
- 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.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib".freeze]
+ s.authors = ["Douglas F Shearer".freeze]
+ s.date = "2018-01-05"
+ s.description = "Base58 is a Ruby library for converting ints or binaries to and from base58.".freeze
+ s.email = "dougal.s@gmail.com".freeze
s.extra_rdoc_files = [
- "README.rdoc"
+ "README.md"
]
s.files = [
- ".gitignore",
- "CHANGELOG",
- "MIT-LICENSE",
- "README.rdoc",
- "Rakefile",
- "VERSION",
- "base58.gemspec",
- "lib/base58.rb",
- "test/test_base58.rb"
- ]
- s.homepage = %q{http://github.com/dougal/base58}
- s.rdoc_options = ["--charset=UTF-8"]
- s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
- s.summary = %q{Base58 is a Ruby library for converting ints to and from base58.}
- s.test_files = [
+ "CHANGELOG",
+ "MIT-LICENSE",
+ "README.md",
+ "Rakefile",
+ "VERSION",
+ "base58.gemspec",
+ "lib/base58.rb",
"test/test_base58.rb"
]
-
- if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
- s.specification_version = 3
-
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- else
- end
- else
- end
+ s.homepage = "http://github.com/dougal/base58".freeze
+ s.rubygems_version = "2.7.3".freeze
+ s.summary = "Base58 is a Ruby library for converting ints or binaries to and from base58.".freeze
end