Sha256: 96563d9f09fd863b1e15115172130a322a0b734efc4068f0444e13f3064390d7

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

# frozen_string_literal: true

lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "russian_workdays"
  spec.version       = "2.0.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-2.0.0 russian_workdays.gemspec