Sha256: b3c49cb75a5a4d34d830c5162a056123dca54f7979b23682ec5c11f32a20c482

Contents?: true

Size: 858 Bytes

Versions: 9

Compression:

Stored size: 858 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = 'holiday_jp'
  s.version     = HolidayJp::VERSION
  s.authors     = ['Masaki Komagata']
  s.email       = ['komagata@gmail.com']
  s.homepage    = 'http://github.com/komagata/holiday_jp'
  s.summary     = 'Japanese Holidays.'
  s.description = 'Japanese Holidays from 1970 to 2050.'

  s.rubyforge_project = 'holiday_jp'

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

  s.add_development_dependency 'bundler', '~> 1.6'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'test-unit', '3.0.9'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
holiday_jp-0.7.1 holiday_jp.gemspec
holiday_jp-0.7.0 holiday_jp.gemspec
holiday_jp-0.6.1 holiday_jp.gemspec
holiday_jp-0.5.1 holiday_jp.gemspec
holiday_jp-0.5.0 holiday_jp.gemspec
holiday_jp-0.4.3 holiday_jp.gemspec
holiday_jp-0.4.2 holiday_jp.gemspec
holiday_jp-0.4.1 holiday_jp.gemspec
holiday_jp-0.4.0 holiday_jp.gemspec