triathlon 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/lib/triathlon.rb +7 -0
- metadata +5 -4
data/lib/triathlon.rb
ADDED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: triathlon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Waylon Calabrese
|
|
@@ -19,7 +19,7 @@ date: 2010-08-29 00:00:00 -05:00
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description: Simple Ruby API to compute various
|
|
22
|
+
description: Simple Ruby API to compute various stats related to swim, bike, and run training generaly helpful when competing in triathlons.
|
|
23
23
|
email: hiwaylon@gmail.com
|
|
24
24
|
executables: []
|
|
25
25
|
|
|
@@ -29,6 +29,7 @@ extra_rdoc_files: []
|
|
|
29
29
|
|
|
30
30
|
files:
|
|
31
31
|
- README
|
|
32
|
+
- lib/triathlon.rb
|
|
32
33
|
- lib/bike.rb
|
|
33
34
|
- lib/converter.rb
|
|
34
35
|
- lib/splits.rb
|