yummly 0.0.11 → 0.0.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c539e8304b8fe711901718d2b642daa7656371b4
4
- data.tar.gz: 40c0a00eab72d42cbf1810d5968de82fb8e4199a
3
+ metadata.gz: c543836edc5084b18fc2f74f83c580808310eeef
4
+ data.tar.gz: 6b55ff04a87be2cd86c12c1573c8390407a3da6b
5
5
  SHA512:
6
- metadata.gz: ed5afcf72c428be79cf1c8fa3d455114f2e8325d5ae2a73fe661139680da7ba0c361933791f2c9976a83b95e3038e9250fa105f42b6f03477c7e3bd782f0f698
7
- data.tar.gz: 492406d015d80b610487cfd4cf160a54e4aa388822d114ed3e21f8a35093304d9fc5b03c40409e9a88777a569e73175d1f7da8f01e1f980ec69249690dac0d19
6
+ metadata.gz: d2a6c05a915f931d0740a61bb84b28f5fc7fe9583ed47e33a939e36796cdf8796c2ff9c7048011a9654333b2952a42bedf8798c11c6497f01daafac600dbad1d
7
+ data.tar.gz: 8f663597afe7489ebc0c5029c303ddd95512ecdacaa424f33f27b4339d46b5eea04942439d9c08640d53f719673aeeea71c9c0d0a31dc3b64537102f5ea486db
@@ -1,3 +1,3 @@
1
1
  module Yummly
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.authors = ["Theo Mills"]
10
10
  gem.email = ["twmills@twmills.com"]
11
11
  gem.description = %q{Ruby wrapper to the Yummly API}
12
- gem.summary = %q{Ruby wrapper to the Yummly API}
12
+ gem.summary = "This is the unofficial ruby wrapper to the Yummly API, \"the world's largest and most powerful recipe search site\""
13
13
  gem.homepage = "https://github.com/twmills/yummly"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
  gem.add_dependency('faraday', '>= 0.8.7')
20
- gem.add_dependency('rack', "~> 1.5.2")
20
+ gem.add_dependency('rack', "~> 1.4.5")
21
21
  gem.add_dependency('json', "~> 1.8.0")
22
22
  gem.add_development_dependency "rspec"
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yummly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo Mills
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 1.5.2
33
+ version: 1.4.5
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 1.5.2
40
+ version: 1.4.5
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: json
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -125,7 +125,8 @@ rubyforge_project:
125
125
  rubygems_version: 2.0.3
126
126
  signing_key:
127
127
  specification_version: 4
128
- summary: Ruby wrapper to the Yummly API
128
+ summary: This is the unofficial ruby wrapper to the Yummly API, "the world's largest
129
+ and most powerful recipe search site"
129
130
  test_files:
130
131
  - spec/configuration_spec.rb
131
132
  - spec/connection_spec.rb