yodaspeak 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: b0b60913f7145dab240e3f911ceb18e9d2caaa5f
4
- data.tar.gz: 472420ca32a4c3d613cee0c3901a73558104110e
3
+ metadata.gz: 70fe4216f2ecd32e69a1ad84fa88f872093cb9e5
4
+ data.tar.gz: 78628dc26712d96d39343a93e18561ecde358315
5
5
  SHA512:
6
- metadata.gz: 11965254e370a9a20db14cd8072760b0d34e0264b37741e69d1180b54b5c7c59e2264328c3a6ed8fc8d0e988b8da069e45001303d247ee6e7da026cb299a4bc2
7
- data.tar.gz: 77ef9e9b2d5c46ec50596c106d90e9faae063ec4391a8a7a566c5c4fb795d07ef229e8f675f4c25634ef1b51c0669977d465a8cf951827e9f134ab88c58eec2a
6
+ metadata.gz: ce35d82631bc86d1f2f01dda2c30d45dfe8cede7ad3353e6fde043482cb8501e4851cbd93e24250913f39f19b3be0ac3cc35a5252ed4ca48e8e8fe07aaa8e268
7
+ data.tar.gz: 18d2a5e157e043274b8e72f14a5285522a9c2a6a8d12dc92c96e6964d5c53bbc1cdbbe53e25d1f47bc2a33feacb323750dcf25e809da0c8480b65ceeff8f584e
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
- # Yodaspeak
1
+ # Yodaspeak [![Gem Version](https://badge.fury.io/rb/yodaspeak.svg)](http://badge.fury.io/rb/yodaspeak)
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/yodaspeak`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ This is a ruby gem to consume the Yoda Speak API.
4
+ Please obtain API key from mashape.com to get started.
5
+
6
+ Credit to http://www.yodaspeak.co.uk/ and ISMAELC
4
7
 
5
- TODO: Delete this and the text above, and describe your gem
6
8
 
7
9
  ## Installation
8
10
 
@@ -25,11 +27,11 @@ Or install it yourself as:
25
27
  ```ruby
26
28
  require 'yodaspeak'
27
29
 
28
- // Please get your key api at https://market.mashape.com/ismaelc/yoda-speak
30
+
29
31
  Yodaspeak.credentials("API_KEY")
30
32
 
31
33
  Yodaspeak.speak("You must seek advice.")
32
- // Will return a Unirest Object
34
+ #=> Will return an Unirest Object
33
35
 
34
36
  Yodaspeak.speak("You must seek advice.").body
35
37
  #=> "Seek advice, you must. Yeesssssss."
@@ -43,7 +45,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
43
45
 
44
46
  ## Contributing
45
47
 
46
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/yodaspeak. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
48
+ Bug reports and pull requests are welcome on GitHub at https://github.com/user512/yodaspeak. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
47
49
 
48
50
 
49
51
  ## License
@@ -1,5 +1,4 @@
1
1
  require "yodaspeak/version"
2
- require "Unirest"
3
2
 
4
3
  module Yodaspeak
5
4
 
@@ -1,3 +1,3 @@
1
1
  module Yodaspeak
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yodaspeak
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
  - Tom Lee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-15 00:00:00.000000000 Z
11
+ date: 2015-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unirest