cooking 0.0.4 → 0.0.5

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.
@@ -5,6 +5,11 @@ Also, there was a minor bug (pounds to grams) and I extracted only the conversio
5
5
  needed in the kitchen.
6
6
  *Use either this package or units; using both will cause a stack too deep error.
7
7
 
8
+ == Basic Usage
9
+
10
+ require 'cooking/cook'
11
+ 1.lb.to_ounces # => 16.0
12
+
8
13
  == Usage
9
14
 
10
15
  In a Rails3 App:
@@ -17,8 +17,7 @@ require 'cooking/base'
17
17
  :pints => 0.125,
18
18
  :milliliters => 0.000264172051,
19
19
  :cubic_feet => 7.48051945,
20
- # :cups => 0.0625,
21
- :cups => 1,
20
+ :cups => 0.0625,
22
21
  :microliters => 2.64172051,
23
22
  :cubic_inches => 0.00432900431,
24
23
  :liters => 0.264172051,
@@ -1,3 +1,3 @@
1
1
  module Cooking
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Sadegi