quotemeal 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30c9d398dd2b53449de06ee6c64a3a33cb14b11b
4
- data.tar.gz: d2472f67f5f2d84ed221bacc1fef3d936cfd3738
3
+ metadata.gz: e5bd0660f9a6265bd7e617a1e9a69c7d0f7b2d9e
4
+ data.tar.gz: 370ba5c184431be2c72f37b16968a9617b9c529b
5
5
  SHA512:
6
- metadata.gz: a304ac0e208b3a85e667be545ee29492b302b843bdf08eda817fc4dfcc44295ad311ba35f0d7b18d3f5a38563307f001315d2ddbf09b5aa2f091ebc2c6fae69c
7
- data.tar.gz: 14ee8285ca64afb1fd5d14842ad6725c43c0a9de7ad2a7bb72e0fbf6094cc8c69e4c1d4e670e92e268cf361df6b3f8fbe511e3e790afd0597b08e5a10337acb3
6
+ metadata.gz: c7c67925798944ee56de2dcb4ee697bbd65a8bd380dd31080a10589c6e50bf860f4a443159acebdd297b8e8906444882573f8e3b7495294f627eb7d99ddb4e94
7
+ data.tar.gz: 7187d16e29d95d0b5fc3f2d3a7cd9e2b7ccad67c352bd5bc5ad7707321f5fc8c3a519f2927cc73b38a2a78952542366a53b600fdbd1073f7d027006d029c64fc
File without changes
@@ -1,7 +1,7 @@
1
1
  require "quotemeal/version"
2
2
 
3
3
  module Quotemeal
4
- def do_it
4
+ def self.do_it
5
5
  resp = `curl -X POST --include 'https://andruxnet-random-famous-quotes.p.mashape.com/?cat=movies' -H 'X-Mashape-Key: Kh4Y3SbIMKmshCcDTCL5D57PnKmgp1BSXoQjsn4AvQcUdU107H' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json' -s`
6
6
  quote = resp.split('"')[3]
7
7
  movie = resp.split('"')[7]
@@ -1,3 +1,3 @@
1
1
  module Quotemeal
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quotemeal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kit Langton