mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Removing versioning from gemspec file: just plain "pry.gemspec" now
This commit is contained in:
parent
2cbd300e88
commit
4bba687b1f
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -55,7 +55,7 @@ namespace :ruby do
|
|||
|
||||
desc "Generate gemspec file"
|
||||
task :gemspec do
|
||||
File.open("#{spec.name}-#{spec.version}.gemspec", "w") do |f|
|
||||
File.open("#{spec.name}.gemspec", "w") do |f|
|
||||
f << spec.to_ruby
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue