Skip to content

Commit

Permalink
Fix bug that no files included in gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Feb 16, 2017
1 parent f437b11 commit fd9066d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
- Add `Rapa::Responses::SearchItemsResponse#has_error?`
- Add `Rapa::Responses::SearchItemsResponse#has_valid_request?`
- Use `"All"` as default SearchIndex parameter
- Fix bug that no files included in gem package

## 0.2.1

Expand Down
4 changes: 3 additions & 1 deletion rapa.gemspec
Expand Up @@ -11,8 +11,10 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/r7kamura/rapa"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3"

spec.add_dependency "faraday"
Expand Down

0 comments on commit fd9066d

Please sign in to comment.