omdbgateway 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -1
  3. data/omdbgateway.gemspec +2 -2
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 254627c1759f41572abe59b8214e217bdf062fc9
4
- data.tar.gz: bf3fc197a029e2d067f3cb935f87992d8426683c
3
+ metadata.gz: 137ad66ce472ba580fcf5b382690b098d91b5591
4
+ data.tar.gz: a7faae220e214562050434abf668a68113cdce84
5
5
  SHA512:
6
- metadata.gz: 279b29af440644685b6c7d2be30663157bf8cf3ac7253fddc85d4d1977af97a04ed63ddfeab784fa27d9d25fef684d0d9aa79cf40b096225d5bfc81f928cafed
7
- data.tar.gz: 8230c5e47aa8f1d742e93c749e6a6012f47c86a259c13363c7bf291566a98cfe38b6ef4643ffbca5664c4c3e010bb302fcfdef31b88c8be082b105f58d3915ce
6
+ metadata.gz: 4b372f961d728f4687903806e1759afa4fc443e69a62699792b721d4205eb4e9d3c9a71338016cf6a2db521a05fb0845fc4a7c60b815bdc5dea8ea6e5f733ab7
7
+ data.tar.gz: 13700ee76344ff783bdbed32097442ca4385bc92b5a21f763410e3d435cfe6875e85d08b3c8a4026353af3d99bf9e3c3832745d0c3fce86e0cd5437bd1e8d77a
data/README.md CHANGED
@@ -7,8 +7,24 @@ __Note__ is a faraday rewrite of [Casey Scarborough's omdbapi](https://github.co
7
7
  Not that there's anything wrong with what he did, I just wanted to try faraday and we're using OMDB
8
8
  in our class
9
9
 
10
- ##Usage
11
10
 
11
+ #Installation
12
+
13
+ ##Install the gem
14
+ ```
15
+
16
+ gem install omdbgateway
17
+
18
+ ```
19
+
20
+ ##Use it in your gemfile
21
+ ```
22
+ gem "omdbgateway"
23
+
24
+ ```
25
+
26
+
27
+ #Usage
12
28
 
13
29
  ##Title Search
14
30
 
data/omdbgateway.gemspec CHANGED
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "omdbgateway"
7
- spec.version = '0.0.2'
7
+ spec.version = '0.0.3'
8
8
  spec.authors = ["Stuart Jones"]
9
9
  spec.email = ["omdbgateway@skillbox.com"]
10
- spec.description = 'A Service Gateway for the omdbapi.com movie API.'
10
+ spec.description = 'A simple API Service Gateway for the omdb omdbapi.com movie API. Supporting error handling and result pruning'
11
11
  spec.summary = 'Based on the outline of Casey Scarborough\'s excellent omdbapi gem, I wanted a project practice faraday and ended up with a rewrite, with substantial changes to the API so to avoid confusion I renamed the gem'
12
12
  spec.homepage = "https://github.com/stujo/omdbgateway/"
13
13
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omdbgateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Jones
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0.9'
125
- description: A Service Gateway for the omdbapi.com movie API.
125
+ description: A simple API Service Gateway for the omdb omdbapi.com movie API. Supporting
126
+ error handling and result pruning
126
127
  email:
127
128
  - omdbgateway@skillbox.com
128
129
  executables: []