faded 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +1 -1
  2. data/Rakefile +1 -1
  3. data/lib/faded.rb +1 -1
  4. metadata +3 -3
@@ -1,4 +1,4 @@
1
- == 0.1.0 / 2007-07-10
1
+ == 1.0.0 / 2007-07-10
2
2
 
3
3
  * The beginning of something amazing
4
4
  * Basic BAC calculation with time variation
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ Hoe.new('faded', Faded::VERSION) do |p|
13
13
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
14
14
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
15
15
 
16
- p.extra_deps << ['chronic', '>= 0.2.0']
16
+ p.extra_deps << ['Chronic', '>= 0.2.0']
17
17
  end
18
18
 
19
19
  # vim: syntax=Ruby
@@ -7,7 +7,7 @@ require 'faded/drink'
7
7
  require 'faded/person'
8
8
 
9
9
  module Faded
10
- VERSION = '0.1.0'
10
+ VERSION = '1.0.0'
11
11
 
12
12
  # Widmark r factor (reduced body mass).
13
13
  # Men: 0.50-0.90 avg 0.68.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: faded
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2007-07-14 00:00:00 -07:00
6
+ version: 1.0.0
7
+ date: 2007-07-13 00:00:00 -07:00
8
8
  summary: Calculates your Blood Alcohol Content (BAC) level
9
9
  require_paths:
10
10
  - lib
@@ -59,7 +59,7 @@ requirements: []
59
59
 
60
60
  dependencies:
61
61
  - !ruby/object:Gem::Dependency
62
- name: chronic
62
+ name: Chronic
63
63
  version_requirement:
64
64
  version_requirements: !ruby/object:Gem::Version::Requirement
65
65
  requirements: