Sha256: a48f2f8c6cff77f7f283fab9f494340d8ec68f97f41827e36f25f2915e1744bf

Contents?: true

Size: 893 Bytes

Versions: 1

Compression:

Stored size: 893 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'russian_workdays'
  spec.version       = '1.2.0'
  spec.authors       = ['heckfy']
  spec.email         = ['heckfyoz@gmail.com']
  spec.summary       = 'Russian workdays'
  spec.description   = 'Производственный календарь РФ'
  spec.homepage      = 'https://github.com/heckfy/russian_workdays'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.6'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
russian_workdays-1.2.0 russian_workdays.gemspec