met_museum 1.1.2 → 1.1.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/met_museum/collection.rb +1 -1
- data/lib/met_museum/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef81d7c49056c60b5ba0439ec78c4d12cf6fbd97595695954c01d2054c4cb3e5
|
|
4
|
+
data.tar.gz: 3aa6c3f2ccde6a0b6f0206c2a9a65fbcd98acd3b702ed90d26d7445b738818a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96dadddae090cae90fc0e352aa35511062203396ef4820fd8aeaf17658090d3d583b9062751c618fc5baf2e8b56026381582faff7f7d750a4b93d421106785c2
|
|
7
|
+
data.tar.gz: 0cb8381af808d542e6bd264798189aa0099e0f3a86ee31212887b9db1f68fbff5692ec4035b076b98dc28e8d1e7e56097a6c7acd9ae2949a872da761b9fa76aa
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<img src="https://img.shields.io/travis/hyuraku/met_museum.svg"> <img src="https://img.shields.io/
|
|
2
|
-
|
|
1
|
+
<img src="https://img.shields.io/travis/hyuraku/met_museum.svg"> <img src="https://img.shields.io/github/license/hyuraku/met_museum.svg">
|
|
2
|
+
<img src="https://img.shields.io/gem/v/met_museum.svg"> <img src="http://inch-ci.org/github/hyuraku/met_museum.svg">
|
|
3
3
|
# MetMuseum
|
|
4
4
|
|
|
5
5
|
The Metropolitan Museum of Art Collection API Ruby wrapper
|
|
@@ -69,7 +69,7 @@ module MetMuseum
|
|
|
69
69
|
end
|
|
70
70
|
|
|
71
71
|
# returns a listing of all Object IDs for objects that contain the search query within the object’s data
|
|
72
|
-
# @param [String]
|
|
72
|
+
# @param [String] query Returns a listing of all Object IDs for objects that contain the search query within the object’s data
|
|
73
73
|
# @return [Integer] total The total number of publicly-available objects
|
|
74
74
|
# @return [Array<Integer>] objectIDs An array containing the object ID of publicly-available object
|
|
75
75
|
def search(query)
|
data/lib/met_museum/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: met_museum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hyuraku
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|