--- !ruby/object:Gem::Specification name: working_hours version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - Adrien Jarthon - Intrepidd autorequire: bindir: bin cert_chain: [] date: 2020-04-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: tzinfo requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: timecop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: A modern ruby gem allowing to do time calculation with working hours. email: - me@adrienjarthon.com - adrien@siami.fr executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - gemfiles/Gemfile.activesupport-4.x - gemfiles/Gemfile.activesupport-5.x - gemfiles/Gemfile.activesupport-6.x - gemfiles/Gemfile.activesupport-edge - lib/working_hours.rb - lib/working_hours/computation.rb - lib/working_hours/config.rb - lib/working_hours/core_ext/date_and_time.rb - lib/working_hours/core_ext/integer.rb - lib/working_hours/duration.rb - lib/working_hours/duration_proxy.rb - lib/working_hours/module.rb - lib/working_hours/version.rb - spec/spec_helper.rb - spec/working_hours/computation_spec.rb - spec/working_hours/config_spec.rb - spec/working_hours/core_ext/date_and_time_spec.rb - spec/working_hours/core_ext/integer_spec.rb - spec/working_hours/duration_proxy_spec.rb - spec/working_hours/duration_spec.rb - spec/working_hours_spec.rb - working_hours.gemspec homepage: https://github.com/intrepidd/working_hours licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.8 signing_key: specification_version: 4 summary: time calculation with working hours test_files: - spec/spec_helper.rb - spec/working_hours/computation_spec.rb - spec/working_hours/config_spec.rb - spec/working_hours/core_ext/date_and_time_spec.rb - spec/working_hours/core_ext/integer_spec.rb - spec/working_hours/duration_proxy_spec.rb - spec/working_hours/duration_spec.rb - spec/working_hours_spec.rb