time_span 0.0.1.alpha02 → 0.0.1.alpha03

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.
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: spec_helper.rb [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-01-30 19:58:16 -0800</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>rubygems</li>
35
+
36
+ <li>time_span</li>
37
+
38
+ <li>bundler/setup</li>
39
+
40
+ <li>rspec</li>
41
+
42
+ <li>rspec/autorun</li>
43
+
44
+ </ul>
45
+ </dd>
46
+
47
+
48
+
49
+ </dl>
50
+ </div>
51
+
52
+ <div id="documentation">
53
+
54
+ <div class="description">
55
+ <h2>Description</h2>
56
+
57
+ </div>
58
+
59
+ </div>
60
+ </body>
61
+ </html>
62
+
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: time_span_spec.rb [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-01-30 21:01:56 -0800</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ </ul>
35
+ </dd>
36
+
37
+
38
+
39
+ </dl>
40
+ </div>
41
+
42
+ <div id="documentation">
43
+
44
+ <div class="description">
45
+ <h2>Description</h2>
46
+
47
+ </div>
48
+
49
+ </div>
50
+ </body>
51
+ </html>
52
+
@@ -1,3 +1,3 @@
1
1
  module TimeSpan
2
- VERSION = "0.0.1.alpha02"
2
+ VERSION = "0.0.1.alpha03"
3
3
  end
data/time_span.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = TimeSpan::VERSION
8
8
  s.authors = ["Craig A. Cook"]
9
9
  s.email = ["craig.a.cook@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/coyote/time_span"
11
11
  s.summary = %q{Time Span}
12
12
  s.description = %q{Time spans, including many comparators}
13
13
  s.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_span
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha02
4
+ version: 0.0.1.alpha03
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70298360 !ruby/object:Gem::Requirement
16
+ requirement: &79762560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70298360
24
+ version_requirements: *79762560
25
25
  description: Time spans, including many comparators
26
26
  email:
27
27
  - craig.a.cook@gmail.com
@@ -32,12 +32,48 @@ files:
32
32
  - .gitignore
33
33
  - Gemfile
34
34
  - Rakefile
35
+ - doc/Gemfile.html
36
+ - doc/Rakefile.html
37
+ - doc/TimeSpan.html
38
+ - doc/TimeSpan/RelativeTime.html
39
+ - doc/TimeSpan/TimeSpan.html
40
+ - doc/created.rid
41
+ - doc/images/brick.png
42
+ - doc/images/brick_link.png
43
+ - doc/images/bug.png
44
+ - doc/images/bullet_black.png
45
+ - doc/images/bullet_toggle_minus.png
46
+ - doc/images/bullet_toggle_plus.png
47
+ - doc/images/date.png
48
+ - doc/images/find.png
49
+ - doc/images/loadingAnimation.gif
50
+ - doc/images/macFFBgHack.png
51
+ - doc/images/package.png
52
+ - doc/images/page_green.png
53
+ - doc/images/page_white_text.png
54
+ - doc/images/page_white_width.png
55
+ - doc/images/plugin.png
56
+ - doc/images/ruby.png
57
+ - doc/images/tag_green.png
58
+ - doc/images/wrench.png
59
+ - doc/images/wrench_orange.png
60
+ - doc/images/zoom.png
61
+ - doc/index.html
62
+ - doc/js/darkfish.js
63
+ - doc/js/jquery.js
64
+ - doc/js/quicksearch.js
65
+ - doc/js/thickbox-compressed.js
66
+ - doc/lib/time_span/version_rb.html
67
+ - doc/lib/time_span_rb.html
68
+ - doc/rdoc.css
69
+ - doc/spec/spec_helper_rb.html
70
+ - doc/spec/time_span/time_span_spec_rb.html
35
71
  - lib/time_span.rb
36
72
  - lib/time_span/version.rb
37
73
  - spec/spec_helper.rb
38
74
  - spec/time_span/time_span_spec.rb
39
75
  - time_span.gemspec
40
- homepage: ''
76
+ homepage: https://github.com/coyote/time_span
41
77
  licenses:
42
78
  - MIT
43
79
  post_install_message: