Skip to content

Commit

Permalink
Duff gemspec metadata (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger authored May 20, 2017
1 parent cf37b0b commit 6f172e6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions enhanced_marc.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Gem::Specification.new do |s|
s.name = %q{enhanced_marc}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ross Singer"]
s.date = %q{2010-09-24}
s.description = %q{A set of enhancements to ruby-marc to make parsing MARC data easier}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand All @@ -15,11 +14,8 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rsinger/enhanced-marc/tree}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{2.0.0}
s.summary = %q{A DSL for MARC data}
s.test_files = [
"test/ts_enhanced_marc.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit 6f172e6

Please sign in to comment.