mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the version of published gemspec.
* It couldn't use `English` because `english` is already reserved. * Bump version to 0.7.0 because versions < 0.7 are reserved.
This commit is contained in:
parent
9e6e39c351
commit
393789f320
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |spec|
|
||||
spec.name = "English"
|
||||
spec.version = "0.1.0"
|
||||
spec.name = "english"
|
||||
spec.version = "0.7.0"
|
||||
spec.authors = ["Yukihiro Matsumoto"]
|
||||
spec.email = ["matz@ruby-lang.org"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue