Sha256: a1d998cf90ac0bbb95341f509a6437245e442d3a9e337d58b4dc86c70149ea13
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
Gem::Specification.new do |s| s.name = 'api_deploy' s.version = '0.1.0' s.licenses = ['MIT'] s.summary = "gem for yoox-nap api deployment" s.description = "can also be run as a server" s.authors = ["Felix Hawkins"] s.email = 'felix@whimsicaldoodles.com' s.homepage = 'https://rubygems.org/gems/example' s.require_paths = ['lib'] s.files = `git ls-files`.split("\n") %w{ require_all rspec github_api faraday artifactory logging thin hashie net-ldap pry}.each do |gem| s.add_runtime_dependency gem end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_deploy-0.1.0 | api_deploy.gemspec |