mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump version to csv-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c6a0d1043
commit
283bb70fe0
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "csv"
|
||||
spec.version = "0.1.0"
|
||||
spec.date = "2017-09-12"
|
||||
spec.version = "1.0.0"
|
||||
spec.date = "2017-12-13"
|
||||
spec.authors = ["James Edward Gray II"]
|
||||
spec.email = [nil]
|
||||
|
||||
|
@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.files = ["lib/csv.rb"]
|
||||
spec.require_paths = ["lib"]
|
||||
spec.required_ruby_version = ">= 2.5.0dev"
|
||||
spec.required_ruby_version = ">= 2.4.0"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.14"
|
||||
spec.add_development_dependency "rake", "~> 12"
|
||||
|
|
Loading…
Reference in a new issue