Skip to content

Commit

Permalink
Removed explicitly date field in gemspec, it will assign by rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 30, 2020
1 parent 4c11a40 commit dc90bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Florian Frank".freeze]
s.date = "2020-06-25"
s.description = "This is a JSON implementation in pure Ruby.".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = ["README.md".freeze]
Expand Down

0 comments on commit dc90bcf

Please sign in to comment.