Sha256: 85b0a7714d6ffc9c5d3656044a439cd2c0407fc725306b44b23feacdbbd093c4
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ruboty/trello/version' Gem::Specification.new do |spec| spec.name = 'ruboty-trello' spec.version = Ruboty::Trello::VERSION spec.authors = ['Masahiro Ihara', 'Takaya Deguchi'] spec.email = ['ihara@bitjourney.com', 'dex1t@degoo.org'] spec.summary = %q{Ruboty plugin for adding a new card to Trello} spec.description = %q{Ruboty plugin for adding a new card to Trello} spec.homepage = 'https://github.com/bitjourney/ruboty-trello' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency 'ruboty' spec.add_dependency 'ruby-trello' spec.add_development_dependency 'bundler', '~> 1.11' spec.add_development_dependency 'rake', '~> 11.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-trello-0.1.6 | ruboty-trello.gemspec |