cooking 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.
@@ -1,8 +1,9 @@
1
1
  ==Cooking Units
2
2
 
3
3
  This package is originally units but since i can't find the project to fork on github, I made a gem.
4
- Also, there were a few minor bugs (incorrect conversion calculations) and I extracted only the conversions
5
- needed in the kitchen.
4
+ Also, there was a minor bug (pounds to grams) and I extracted only the conversions
5
+ needed in the kitchen.
6
+ *Use either this package or units; using both will cause a stack too deep error.
6
7
 
7
8
  == Usage
8
9
 
@@ -19,7 +20,6 @@ needed in the kitchen.
19
20
 
20
21
  Authors
21
22
  * Mark Sadegi mailto:mark.sadegi@gmail.com
22
-
23
23
  * Original package - Ruby Units http://rubyforge.org/projects/units)
24
24
  * Lucas Carlson
25
25
  * John Butler
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["mark.sadegi@gmail.com"]
11
11
  s.homepage = ""
12
12
  s.summary = %q{A gem used for converting units of measurements in the kitchen}
13
- s.description = %q{This package is originally units but since i can't find the project to fork on github, I made a gem. Also, there were a few minor bugs (incorrect conversion calculations) and I extracted only the conversions needed in the kitchen.}
13
+ s.description = %q{This package is originally units but since i can't find the project to fork on github, I made a gem. Also, there is a minor bug (pounds to grams wrong conversion calculation) and I extracted only the conversions needed in the kitchen. Use either this package or units; both will cause a stack too deep error.}
14
14
 
15
15
  s.rubyforge_project = "cooking"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Cooking
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Sadegi
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: "0"
31
31
  type: :development
32
32
  version_requirements: *id001
33
- description: This package is originally units but since i can't find the project to fork on github, I made a gem. Also, there were a few minor bugs (incorrect conversion calculations) and I extracted only the conversions needed in the kitchen.
33
+ description: This package is originally units but since i can't find the project to fork on github, I made a gem. Also, there is a minor bug (pounds to grams wrong conversion calculation) and I extracted only the conversions needed in the kitchen. Use either this package or units; both will cause a stack too deep error.
34
34
  email:
35
35
  - mark.sadegi@gmail.com
36
36
  executables: []