getty_connect_authentication 0.0.3 → 0.0.4

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: f56ab2f566af9fd65ebd5da4fbd9d36758a2ba13
4
- data.tar.gz: 812c321ef5daae0fba0328823a4fa485dc26cd4f
3
+ metadata.gz: c62f09390e86dd7968d4803411ed5ccf08442bcc
4
+ data.tar.gz: fd29f5905016ff494baa5846a58ad99f42ad068d
5
5
  SHA512:
6
- metadata.gz: a169081d3d98df4a87cbab5d55df3c92a2bab449dd46e6aa33d605028caca8d21cb99effa964505b710a57ed523c6f53c0697ac359aa14e6098a819b7a274613
7
- data.tar.gz: f386d1eb4527b2a6bcd4c2bc0a27082d2e8acd58fd78b844d1d5a23fe9bef1c80a480db89280dbcfd266c1973c4520826acca643ee5c3691c8a44efdd89bf93f
6
+ metadata.gz: 3e31858fa5ea03df1b7033214666076a43c9da46cae64563dcdc63cdc5d0ccdc781ac162a002bd3f8d7d0a928bb15ac24d1446c55e73ee5eeb88f77cc17df1d6
7
+ data.tar.gz: 2f1d20bf92cc674223ecfe442a5ee433746a19f4bfa26598e95f98bad6b0bd4efff2059c2ca8581c52eefcb16e2a5663ebe5a00f47d7d92c492d1df484bb5d08
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GettyConnectAuthentication
2
2
 
3
- Access the Getty Connect API.
3
+ Authenticate with the Getty Connect API.
4
4
 
5
5
  ## Installation
6
6
 
@@ -16,13 +16,6 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install getty_connect_authentication
18
18
 
19
- ## Completion
20
-
21
- Only a subset of the API is implemented so far:
22
-
23
- * getting a token
24
- * searching for images
25
-
26
19
  ## Usage
27
20
 
28
21
  ### Configuration
@@ -1,3 +1,3 @@
1
1
  module GettyConnectAuthentication
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getty_connect_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cymen Vig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-26 00:00:00.000000000 Z
11
+ date: 2014-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler