fatsecret-api 0.2.0 → 0.2.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fatsecret.rb +1 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9901a6007d2268f296d95a26809107793412937
4
- data.tar.gz: 0a14830a389b83069c8a338026b3dab392ac27ca
3
+ metadata.gz: bef7c17a08472ae356976d9edb398ab92277f47f
4
+ data.tar.gz: ca3564f12f339259dd6dccbb8d55b0b919d23dff
5
5
  SHA512:
6
- metadata.gz: ae103a0622e8107aba4d73a125c6b28e987f129f1f428db9d560998374d9126e075e29756cefccac715f8ba8ab9c194b358122b5e7934d87737ff0381e87fa57
7
- data.tar.gz: cb3e40047d9a989ae1e68f6865d4c710b4479db75e6c1918d59de4b2a7211c48d4bc7d287d334cbca221083bfee1cd211eab194e4361bf1b3d83ae3a14670d72
6
+ metadata.gz: d0ca3ac8a515ae41cca304dd981b1f1f01f33428c84731e7409577747f8b554ef4aeb73e24193e11e93c84737506852f4857d091eb36c39dba3dac32d02b20b3
7
+ data.tar.gz: 5b31826da5a9684958d379d9452398f1482173635d361839cd22d9298b9b0bce22288177de80627b71bc9f4c571779ba887c0c1738052f944cd21b4a8482d517
@@ -3,6 +3,7 @@ require 'json'
3
3
  require 'openssl'
4
4
  require 'cgi'
5
5
  require 'base64'
6
+ require 'securerandom'
6
7
 
7
8
  class String
8
9
  def esc
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.0
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: A simple hello world gem
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: Connects to FatSecret API and retreives nutritional data
43
+ summary: A simple wrapper for FatSecret API
43
44
  test_files: []