Remove Nameable dependancy and return API data directly

This commit is contained in:
Dan Milne
2019-10-25 15:05:55 +11:00
parent 1ad818b4d7
commit 50c3df89ba
5 changed files with 23 additions and 7 deletions

View File

@@ -33,5 +33,4 @@ Gem::Specification.new do |spec|
spec.add_dependency 'http', '~> 4'
spec.add_dependency 'aws-sigv4', '~> 1'
spec.add_dependency 'nameable', '~> 1'
end