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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef081672991028b4ccfb6741b83e27af28bba15c6a2eb95a6a888b2239483b98
4
- data.tar.gz: 30402448c7387e0267848e2e7c197fe11796f82b0ff90a84d42460458de19d23
3
+ metadata.gz: ef81d7c49056c60b5ba0439ec78c4d12cf6fbd97595695954c01d2054c4cb3e5
4
+ data.tar.gz: 3aa6c3f2ccde6a0b6f0206c2a9a65fbcd98acd3b702ed90d26d7445b738818a1
5
5
  SHA512:
6
- metadata.gz: 24fa242d38745f913aa73af7dcd44f4100cca660ddb6ddc05b7131e0aff0f9cb5ef1473245de38ea529d64e21d0414c943ca3b66909d027d3d1613059ed93f2c
7
- data.tar.gz: 1800d1018d5a7e8f126bb140f1a52db64915a5188b0289df5648d747afaefbfa652253f6abe66118e8321b5cf4a957f885b07e43eb93c3eccae4690506a4bb91
6
+ metadata.gz: 96dadddae090cae90fc0e352aa35511062203396ef4820fd8aeaf17658090d3d583b9062751c618fc5baf2e8b56026381582faff7f7d750a4b93d421106785c2
7
+ data.tar.gz: 0cb8381af808d542e6bd264798189aa0099e0f3a86ee31212887b9db1f68fbff5692ec4035b076b98dc28e8d1e7e56097a6c7acd9ae2949a872da761b9fa76aa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- met_museum (1.1.2)
4
+ met_museum (1.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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/gem/v/met_museum.svg">
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] q Returns a listing of all Object IDs for objects that contain the search query within the object’s data
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)
@@ -1,3 +1,3 @@
1
1
  module MetMuseum
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
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.2
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-01 00:00:00.000000000 Z
11
+ date: 2019-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler