Sha256: e99e50552336906916a6bbf63f036d734e2271ffadfa2569aa11d7e17965c66f

Contents?: true

Size: 910 Bytes

Versions: 2

Compression:

Stored size: 910 Bytes

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ta910_helloworld/version"

Gem::Specification.new do |spec|
  spec.name          = "ta910_helloworld"
  spec.version       = Ta910Helloworld::VERSION
  spec.authors       = ["拓人馬場"]
  spec.email         = ["patashu0919@gmail.com"]

  spec.summary       = "my first gem"
  spec.description   = "longer description"
  spec.homepage      = "https://github.com/ta910"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.15"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ta910_helloworld-0.1.1 ta910_helloworld.gemspec
ta910_helloworld-0.1.0 ta910_helloworld.gemspec