temporal_object 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -1,9 +1,11 @@
1
1
  Temporal Object
2
2
  ===============
3
3
 
4
- This is a first stab at creating a RubyGem to implement Martin Fowler's "Temporal Objects" paradigm.
4
+ Most of the temporal aspects for Temporal Object are delegated to TimeSpan. The Temporal Object just has any number of
5
+ TimeSpan statuses.
5
6
 
6
- So far there are time comparators. TemporalObject::RelativeTime just inherits from DateTime (for now).
7
-
8
- IT IS NOT YET READY FOR PRIME TIME! Do not use. I will be refactoring, so the API *will* be changing. Thanks.
7
+ More information on TimeSpan:
9
8
 
9
+ * [rdoc] (http://rubydoc.info/gems/time_span/0.0.3/frames)
10
+ * [github] (https://github.com/coyote/time_span)
11
+ * [rubygems] (https://rubygems.org/gems/time_span)
@@ -1,4 +1,4 @@
1
1
  module TemporalObject
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
 
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: temporal_object
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &85138030 !ruby/object:Gem::Requirement
16
+ requirement: &72897120 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *85138030
24
+ version_requirements: *72897120
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: time_span
27
- requirement: &85137820 !ruby/object:Gem::Requirement
27
+ requirement: &72896910 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *85137820
35
+ version_requirements: *72896910
36
36
  description: Martin Fowler\'s Temporal Object Pattern. Use time_span gem for the
37
37
  times.
38
38
  email: