Sha256: df121ba2942635328dc9830754eefa019fa769fa1bf2b65990f76b43ea44b437

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'gb_work_day'
  spec.version       = GBWorkDay::VERSION
  spec.authors       = ['Kacper Kawecki']
  spec.email         = ['kacper@geniebelt.com']
  spec.summary       = %q{Library extending Time and Date to do calculations for work days}
  spec.description   = %q{Library extending Time and Date to do calculations for work days. Unlike others libraries it operates on whole days, not hours.}
  spec.homepage      = 'https://github.com/GenieBelt/gb-works-day'
  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', '~> 10.0'
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'simplecov'
  spec.add_development_dependency 'activesupport'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gb_work_day-0.1.0 gb_work_day.gemspec
gb_work_day-0.0.6 gb_work_day.gemspec
gb_work_day-0.0.4 gb_work_day.gemspec
gb_work_day-0.0.3 gb_work_day.gemspec
gb_work_day-0.0.2 gb_work_day.gemspec
gb_work_day-0.0.1 gb_work_day.gemspec