Sha256: e3b5616f57117562da5bde50f1319f0288e2251ccc19dcb4cbe2a8fd595a687c
Contents?: true
Size: 971 Bytes
Versions: 3
Compression:
Stored size: 971 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ruboty/ragoon/version' Gem::Specification.new do |spec| spec.name = 'ruboty-ragoon' spec.version = Ruboty::Ragoon::VERSION spec.authors = ['SHIOYA, Hiromu'] spec.email = ['kwappa.856@gmail.com'] spec.summary = 'ruboty handlers to use ragoon' spec.description = spec.summary spec.homepage = 'http://github.com/kwappa/ruboty-ragoon' 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 'ragoon' spec.add_dependency 'tilt' spec.add_development_dependency 'bundler', '~> 1.10' spec.add_development_dependency 'rake', '~> 10.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruboty-ragoon-0.1.2 | ruboty-ragoon.gemspec |
ruboty-ragoon-0.1.1 | ruboty-ragoon.gemspec |
ruboty-ragoon-0.1.0 | ruboty-ragoon.gemspec |