Sha256: a39590aeb28d493bc95d485ee9937d61cbc5079f4449bdca1de0cb32bc99542b

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "when_exe/version"

Gem::Specification.new do |s|
  s.name        = "when_exe"
  s.version     = When::VERSION
  s.authors     = ["Takashi SUGA"]
  s.email       = ["suchowan@box.email.ne.jp"]
  s.homepage    = "http://www.asahi-net.or.jp/~dd6t-sg/"
  s.summary     = %q{A multicultural and multilingualized calendar library based on ISO 8601, ISO 19108, RFC 5545 and RFC6350}
  s.description = %q{A multicultural and multilingualized calendar library based on ISO 8601, ISO 19108, RFC 5545 and RFC6350. This version is a beta version and in the evaluation stage. So, its APIs may be changed in future. Please refer to http://suchowan.at.webry.info/theme/a543700674.html for the recent history (Sorry only in Japanese).}

  s.rubyforge_project = "when_exe"

  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"]

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
when_exe-0.3.7 when_exe.gemspec
when_exe-0.3.6 when_exe.gemspec
when_exe-0.3.5 when_exe.gemspec