ChangeLog in schedulability-0.1.0 vs ChangeLog in schedulability-0.2.0
- old
+ new
@@ -1,10 +1,49 @@
+2016-07-14 Jason Rogers <jacaetevha@gmail.com>
+
+ * lib/schedulability/parser.rb, spec/schedulability/schedule_spec.rb:
+ [PATCH] bug fixes for the 0th second or minute, and the 59th second
+ From bc2864a832fa60bc39958b9aaa26e6f546936539 Mon Sep 17 00:00:00
+ 2001 or minute
+ --- lib/schedulability/parser.rb | 8 +++---
+ spec/schedulability/schedule_spec.rb | 52
+ ++++++++++++++++++++++++++++++++++++ 2 files changed, 57
+ insertions(+), 3 deletions(-)
+ [0f59486cf040] [github/master, tip]
+
+2016-07-15 Michael Granger <ged@FaerieMUD.org>
+
+ * README.md, Rakefile, lib/schedulability/schedule.rb,
+ schedulability.gemspec, spec/schedulability/schedule_spec.rb:
+ Fix some README discrepancies and implement some missing stuff
+ [b99801aa4e3f]
+
+ * lib/schedulability.rb, lib/schedulability/mixins.rb,
+ lib/schedulability/parser.rb, lib/schedulability/schedule.rb,
+ spec/schedulability/mixins_spec.rb,
+ spec/schedulability/parser_spec.rb,
+ spec/schedulability/schedule_spec.rb:
+ Implement a simplistic Schedule#to_s, add some missing specs.
+ [eda686d951b7]
+
2015-12-30 Michael Granger <ged@FaerieMUD.org>
* .hgtags:
+ Added tag v0.1.0 for changeset 45f35fbd585b
+ [3e26b7e59243]
+
+ * .hgsigs:
+ Added signature for changeset 0f46dc0d8056
+ [45f35fbd585b] [v0.1.0]
+
+ * cert/ged.pem, cert/mahlon.pem:
+ Add gem certs.
+ [0f46dc0d8056]
+
+ * .hgtags:
Backed out tag for v0.1.0; trying again
- [342ac3d0b6db] [tip]
+ [342ac3d0b6db]
* Rakefile, schedulability.gemspec:
Explicitly set urls in the Hoespec, since Hoe can't read Markdown.
[19eb06e85937]
@@ -36,10 +75,10 @@
* README.md, lib/schedulability/parser.rb,
lib/schedulability/schedule.rb,
spec/schedulability/schedule_spec.rb:
Implement negated periods; invert the meaning of empty schedule.
- [9a401a820265] [github/master]
+ [9a401a820265]
* lib/schedulability/parser.rb, lib/schedulability/schedule.rb,
spec/schedulability/schedule_spec.rb:
Implement boolean operations for the Schedule object.
[aaa0d5f6ed3f]