Sha256: 110f7a4659c835f7e10d8be7ff093797eec3e95ef0b52c6a7bd5542a63ea2c3d
Contents?: true
Size: 983 Bytes
Versions: 4
Compression:
Stored size: 983 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', '~> 0.4.1' spec.add_dependency 'tilt' 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-ragoon-0.3.1 | ruboty-ragoon.gemspec |
ruboty-ragoon-0.3.0 | ruboty-ragoon.gemspec |
ruboty-ragoon-0.2.1 | ruboty-ragoon.gemspec |
ruboty-ragoon-0.2.0 | ruboty-ragoon.gemspec |