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 +4 -4
- data/lib/time_distribution/version.rb +1 -1
- data/lib/time_distribution.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 359a6318e62d0116b9fa7979d0950845e5ed49bc
|
4
|
+
data.tar.gz: ee6e303aa081e38cbb15dd2193593176afb9f6e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4024ab51a8180144fcf47a7321dc31c08595115a98ae82c953addda3cacaeffd63915f819e84824da9a58b6e079e13dccb06ce24b54809a91744fa0ddb19db59
|
7
|
+
data.tar.gz: 9ee9ac813cd03ad9816d0cea0ad2bf6fb070f54560db8a0a2219f52b846ef42f4f524bfca7a4bc05118f0f85bf9f7ebae5aa2f98e0451d84154f677d3b372cb7
|
data/lib/time_distribution.rb
CHANGED
@@ -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
|