Skip to content

Commit

Permalink
Remove VERSION file from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Sep 28, 2014
1 parent 87d0541 commit 74d42e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
["data/shift_jis_text.txt"] +
["Rakefile", "prawn.gemspec", "Gemfile",
"COPYING", "LICENSE", "GPLv2", "GPLv3",
"VERSION", ".yardopts"]
".yardopts"]
spec.require_path = "lib"
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = ">= 1.3.6"
Expand Down

0 comments on commit 74d42e0

Please sign in to comment.