Sha256: 5a5e849a53b6413fc7997bef4980ef23760470547f987e68ce7b59113b43d7d3

Contents?: true

Size: 1005 Bytes

Versions: 4

Compression:

Stored size: 1005 Bytes

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']
  spec.email         = ['ihara@bitjourney.com']

  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      = 'http://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.10'
  spec.add_development_dependency 'rake', '~> 10.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruboty-trello-0.1.3 ruboty-trello.gemspec
ruboty-trello-0.1.2 ruboty-trello.gemspec
ruboty-trello-0.1.1 ruboty-trello.gemspec
ruboty-trello-0.1.0 ruboty-trello.gemspec