mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo.
Patch by @voxik. [fix GH-1581] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83dc06601f
commit
82993d5c9c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "etc"
|
spec.name = "etc"
|
||||||
spec.version = "0.2.1"
|
spec.version = "0.2.1"
|
||||||
soec.date = '2017-02-27'
|
spec.date = '2017-02-27'
|
||||||
spec.authors = ["Yukihiro Matsumoto"]
|
spec.authors = ["Yukihiro Matsumoto"]
|
||||||
spec.email = ["matz@ruby-lang.org"]
|
spec.email = ["matz@ruby-lang.org"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue