time_distribution 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 012a184af7a05689a0630e43e9c313e0b113f760
4
- data.tar.gz: 3c317bb55c5975a74b533df95a9c41ae737ad20b
3
+ metadata.gz: 359a6318e62d0116b9fa7979d0950845e5ed49bc
4
+ data.tar.gz: ee6e303aa081e38cbb15dd2193593176afb9f6e8
5
5
  SHA512:
6
- metadata.gz: fb4e33e7f23e2f97e0c55c6df47d50282702dae2b1cda502e9717fb13c2d382c29147f806ce36d5505e69420a339509b4855568343dcc01f2a583aec703b9ff3
7
- data.tar.gz: 0c6553388a4124e172df1669db9d011ea460bb375f8134d0f61c08a6fdac2fb97dc64431f5ecfba8cd7195ce9853a9a713297f2a0d62e90633a0b6de21b18f6f
6
+ metadata.gz: 4024ab51a8180144fcf47a7321dc31c08595115a98ae82c953addda3cacaeffd63915f819e84824da9a58b6e079e13dccb06ce24b54809a91744fa0ddb19db59
7
+ data.tar.gz: 9ee9ac813cd03ad9816d0cea0ad2bf6fb070f54560db8a0a2219f52b846ef42f4f524bfca7a4bc05118f0f85bf9f7ebae5aa2f98e0451d84154f677d3b372cb7
@@ -1,3 +1,3 @@
1
1
  module TimeDistribution
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -4,7 +4,9 @@ require 'time_distribution/time'
4
4
 
5
5
  require 'time_distribution/smart_duration'
6
6
  require 'time_distribution/task'
7
+ require 'time_distribution/task_list'
7
8
  require 'time_distribution/work_day'
9
+ require 'time_distribution/work_day_collection'
8
10
 
9
11
  module TimeDistribution
10
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_distribution
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin