fatsecret-api 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fatsecret.rb +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bef7c17a08472ae356976d9edb398ab92277f47f
|
4
|
+
data.tar.gz: ca3564f12f339259dd6dccbb8d55b0b919d23dff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0ca3ac8a515ae41cca304dd981b1f1f01f33428c84731e7409577747f8b554ef4aeb73e24193e11e93c84737506852f4857d091eb36c39dba3dac32d02b20b3
|
7
|
+
data.tar.gz: 5b31826da5a9684958d379d9452398f1482173635d361839cd22d9298b9b0bce22288177de80627b71bc9f4c571779ba887c0c1738052f944cd21b4a8482d517
|
data/lib/fatsecret.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fatsecret-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ibrahim Muhammad
|
@@ -10,7 +10,8 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2012-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Search for food and retrieve nutritional information through FatSecret
|
14
|
+
API
|
14
15
|
email: ibrahim.mohammad@gmail.com
|
15
16
|
executables: []
|
16
17
|
extensions: []
|
@@ -39,5 +40,5 @@ rubyforge_project:
|
|
39
40
|
rubygems_version: 2.0.7
|
40
41
|
signing_key:
|
41
42
|
specification_version: 4
|
42
|
-
summary:
|
43
|
+
summary: A simple wrapper for FatSecret API
|
43
44
|
test_files: []
|