Skip to content

Commit

Permalink
Add missing files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2016
1 parent b785943 commit 19b8222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groonga-client-rails.gemspec
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.license = "LGPLv2.1+"
spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
spec.files += [".yardopts"]
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("lib/**/*.{rb,rake}")
spec.files += Dir.glob("doc/text/*")
spec.test_files += Dir.glob("test/**/*")

Expand Down

0 comments on commit 19b8222

Please sign in to comment.