Sha256: f48c505b8298a6a97667ed238126f485c648770fbbfe34f27987127c1ce9f14c
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'ruby-grape-danger/version' Gem::Specification.new do |s| s.name = 'ruby-grape-danger' s.version = RubyGrapeDanger::VERSION s.authors = ['dblock'] s.email = ['dblock@dblock.org'] s.homepage = 'https://github.com/ruby-grape/danger' s.summary = 'Danger.systems conventions for ruby-grape projects.' s.description = 'Packages a Dangerfile to be used with Danger for projects within the Ruby Grape community.' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_runtime_dependency 'danger', '~> 3.2.0' s.add_runtime_dependency 'danger-changelog', '~> 0.1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-grape-danger-0.1.0 | ruby-grape-danger.gemspec |