Skip to content

Commit

Permalink
Merge pull request #27 from colby-swandale/colby/gemspec-remove-files
Browse files Browse the repository at this point in the history
Remove development files in gem releases
  • Loading branch information
hsbt authored Dec 18, 2018
2 parents d8c665c + 1aae36f commit a28c8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileutils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "Several file utility methods for copying, moving, removing, etc."

s.require_path = %w{lib}
s.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "fileutils.gemspec", "lib/fileutils.rb", "lib/fileutils/version.rb"]
s.files = ["LICENSE.txt", "README.md", "Rakefile", "fileutils.gemspec", "lib/fileutils.rb", "lib/fileutils/version.rb"]
s.required_ruby_version = ">= 2.3.0"

s.authors = ["Minero Aoki"]
Expand Down

0 comments on commit a28c8e9

Please sign in to comment.