triathlon 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/triathlon.rb +7 -0
  2. metadata +5 -4
data/lib/triathlon.rb ADDED
@@ -0,0 +1,7 @@
1
+ module Triathlon
2
+ VERSION = "0.0.3".freeze
3
+ end
4
+
5
+ require 'bike'
6
+ require 'converter'
7
+ require 'splits'
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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 number related to swim, bike, and run training generaly helpful when competing in triathlons.
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