Sha256: 5fa8fe7c61c277fefa90560746108b61ac97ed70f3215e6b05cb0fedb5de9de6
Contents?: true
Size: 682 Bytes
Versions: 2
Compression:
Stored size: 682 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gyomu_ruby/version" Gem::Specification.new do |s| s.name = "gyomu_ruby" s.version = GyomuRuby::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Eiwa System Management, Inc."] s.email = ["rubyagile@qwik.tky.esm.co.jp"] s.homepage = "http://www.esm.co.jp/" s.summary = %q{GyomuRuby} s.description = %q{GyomuRuby} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gyomu_ruby-0.0.2 | gyomu_ruby.gemspec |
gyomu_ruby-0.0.1 | gyomu_ruby.gemspec |