met_museum 1.3.3 → 1.3.8

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
  SHA256:
3
- metadata.gz: e78d1ef3d724c81c274a2b009c09df3f296e319de8da098ffe466f5546c54667
4
- data.tar.gz: abf44fecf0f446fb111a5df5730509b55c2dc9fc22aaa74f3e4ff2047da410d7
3
+ metadata.gz: c00614f5de71894e2e1f941957a2503a20c17690edcc21fcee175817d82d69f7
4
+ data.tar.gz: b0ebfbbc567c0407a1b623ea7aae5bad1101bfa9f272479d50898b1db18405c5
5
5
  SHA512:
6
- metadata.gz: b71d5ec05575b2e26e4e75bed317aa73399d552f769ea2c816f120b9098ac86e8798d76ade64a1b0685124e7cfa495b77b09aeef4053b152684c5b2f32afea6e
7
- data.tar.gz: 36df1c3a70cf2c806a0a5cf74c21dbccc946062cc9f56dc4f9b5a0bf6060662c37565841946678b954318d6d1192f445232a987c3ed9757bde89e8a32ec0bc2e
6
+ metadata.gz: e9fcf7f50cc2aaaa811ae5827a451bb85d584e22d04ec9a69da66467a1ebf46119c2271e699d81df6cff6d6da351fa7e1ea0e456105410763de77ab398bbcde9
7
+ data.tar.gz: d01338e51d75a155e942c22664720ac778156a44a81c7f565aa7ff8515d4119dbe21b8f24012566ec6e2d543f89ba0c72720a918bc184e84954623ba043f7dd7
@@ -0,0 +1,32 @@
1
+ # This workflow uses actions that are not certified by GitHub.
2
+ # They are provided by a third-party and are governed by
3
+ # separate terms of service, privacy policy, and support
4
+ # documentation.
5
+ # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
+ # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
+
8
+ name: Ruby
9
+
10
+ on: [push, pull_request]
11
+
12
+ jobs:
13
+ test:
14
+
15
+ runs-on: ubuntu-latest
16
+ strategy:
17
+ matrix:
18
+ ruby: [ '2.5', '2.6', '2.7' ]
19
+ name: Ruby ${{ matrix.ruby }} spec
20
+ steps:
21
+ - uses: actions/checkout@v2
22
+ - name: Set up Ruby
23
+ # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
24
+ # change this to (see https://github.com/ruby/setup-ruby#versioning):
25
+ uses: ruby/setup-ruby@v1
26
+ # uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
27
+ with:
28
+ ruby-version: ${{ matrix.ruby }}
29
+ - name: Install dependencies
30
+ run: bundle install
31
+ - name: Run spec
32
+ run: bundle exec rake
@@ -0,0 +1,13 @@
1
+ Style/StringLiterals:
2
+ Enabled: true
3
+ EnforcedStyle: double_quotes
4
+
5
+ Style/FrozenStringLiteralComment:
6
+ Enabled: false
7
+
8
+ Documentation:
9
+ Enabled: false
10
+
11
+ Metrics/AbcSize:
12
+ Enabled: true
13
+ Max: 20
@@ -3,9 +3,9 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
+ - 2.7.1
6
7
  - 2.6.0
7
8
  - 2.5.0
8
- - 2.4.2
9
9
  script:
10
10
  - bundle exec rspec spec/
11
11
  before_install:
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  group :development do
4
- gem 'pry'
4
+ gem "pry"
5
5
  end
6
6
 
7
7
  # Specify your gem's dependencies in met_museum.gemspec
@@ -1,24 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- met_museum (1.3.3)
4
+ met_museum (1.3.8)
5
5
  faraday
6
6
  oj
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ ast (2.4.1)
11
12
  coderay (1.1.2)
12
13
  diff-lcs (1.3)
13
- faraday (0.15.4)
14
+ faraday (1.0.1)
14
15
  multipart-post (>= 1.2, < 3)
15
16
  method_source (0.9.2)
16
17
  multipart-post (2.1.1)
17
- oj (3.9.0)
18
+ oj (3.10.6)
19
+ parallel (1.19.2)
20
+ parser (2.7.1.4)
21
+ ast (~> 2.4.1)
18
22
  pry (0.12.2)
19
23
  coderay (~> 1.1.0)
20
24
  method_source (~> 0.9.0)
21
- rake (10.5.0)
25
+ rainbow (3.0.0)
26
+ rake (13.0.1)
27
+ regexp_parser (1.7.1)
28
+ rexml (3.2.4)
22
29
  rspec (3.8.0)
23
30
  rspec-core (~> 3.8.0)
24
31
  rspec-expectations (~> 3.8.0)
@@ -34,6 +41,19 @@ GEM
34
41
  rspec-retry (0.6.1)
35
42
  rspec-core (> 3.3)
36
43
  rspec-support (3.8.0)
44
+ rubocop (0.86.0)
45
+ parallel (~> 1.10)
46
+ parser (>= 2.7.0.1)
47
+ rainbow (>= 2.2.2, < 4.0)
48
+ regexp_parser (>= 1.7)
49
+ rexml
50
+ rubocop-ast (>= 0.0.3, < 1.0)
51
+ ruby-progressbar (~> 1.7)
52
+ unicode-display_width (>= 1.4.0, < 2.0)
53
+ rubocop-ast (0.1.0)
54
+ parser (>= 2.7.0.1)
55
+ ruby-progressbar (1.10.1)
56
+ unicode-display_width (1.7.0)
37
57
 
38
58
  PLATFORMS
39
59
  ruby
@@ -42,9 +62,10 @@ DEPENDENCIES
42
62
  bundler (~> 2.0)
43
63
  met_museum!
44
64
  pry
45
- rake (~> 10.0)
65
+ rake (~> 13.0)
46
66
  rspec (~> 3.0)
47
67
  rspec-retry
68
+ rubocop
48
69
 
49
70
  BUNDLED WITH
50
71
  2.0.2
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019 hyuraku
3
+ Copyright (c) 2020 hyuraku
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -240,9 +240,72 @@ MetMuseum::Collection.new.search('akasaka', {limit: 1})
240
240
  "tags"=>["Buildings", "Men", "Women"]}]
241
241
 
242
242
 
243
- # show specified number of objects
244
- MetMuseum::Collection.new.search('akasaka', {isHighlight: true})
245
- => {"total"=>9, "objectIDs"=>[36572, 37231, 37023, 29953, 55713, 56937, 36708, 36958, 55684]}
243
+ # show object_ids size and themselves with certain departmentId --< omit >--
244
+ MetMuseum::Collection.new.search('flower', {departmentId: 12})
245
+ => {"total"=>7922,
246
+ "objectIDs"=>
247
+ [207138,
248
+ 197555,
249
+ 207151,
250
+ 206979,
251
+ --< omit >--
252
+
253
+ # show object_ids size and themselves which are isOnView
254
+ MetMuseum::Collection.new.search('flower', {isOnView: true})
255
+ => => {"total"=>2066,
256
+ "objectIDs"=>
257
+ [207138,
258
+ 3689,
259
+ 11207,
260
+ 252906,
261
+ 252349,
262
+ --< omit >--
263
+
264
+ # show object_ids size and themselves which are artistOrCulture
265
+ MetMuseum::Collection.new.search('flower', {artistOrCulture: true})
266
+ => {"total"=>5, "objectIDs"=>[207138, 3689, 196563, 196560, 198662]}
267
+
268
+
269
+ # show object_ids size and themselves with certain medium
270
+ MetMuseum::Collection.new.search('flower', {medium: "Paintings"})
271
+ => {"total"=>706,
272
+ "objectIDs"=>
273
+ [11207,
274
+ 436121,
275
+ 10481,
276
+ 435882,
277
+ --< omit >--
278
+
279
+
280
+ # show object_ids size and themselves which are hasImages
281
+ MetMuseum::Collection.new.search('flower', {hasImages: true})
282
+ => {"total"=>18731,
283
+ "objectIDs"=>
284
+ [207138,
285
+ 3689,
286
+ 11207,
287
+ 252906,
288
+ --< omit >--
289
+
290
+ # show object_ids size and themselves with certain geoLocation
291
+ MetMuseum::Collection.new.search('flower', {geoLocation: "Paris"})
292
+ => {"total"=>292,
293
+ "objectIDs"=>
294
+ [195320,
295
+ 707455,
296
+ 193814,
297
+ 200432,
298
+ --< omit >--
299
+
300
+ # show object_ids size and themselves with datarange
301
+ MetMuseum::Collection.new.search('flower', {dateBegin: 1700,dateEnd: 1750})
302
+ => {"total"=>1444,
303
+ "objectIDs"=>
304
+ [9199,
305
+ 3759,
306
+ 398162,
307
+ 666591,
308
+ --< omit >--
246
309
  ```
247
310
  </div>
248
311
  </details>
@@ -259,4 +322,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
259
322
 
260
323
  ## Code of Conduct
261
324
 
262
- Everyone interacting in the MetMuseum project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/met_museum/blob/master/CODE_OF_CONDUCT.md).
325
+ Everyone interacting in the MetMuseum project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/hyuraku/met_museum/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -3,4 +3,4 @@ require "rspec/core/rake_task"
3
3
 
4
4
  RSpec::Core::RakeTask.new(:spec)
5
5
 
6
- task :default => :spec
6
+ task default: :spec
@@ -3,7 +3,6 @@ module MetMuseum
3
3
  BadRequestError = Class.new(MetMuseumError)
4
4
  UnauthorizedError = Class.new(MetMuseumError)
5
5
  ForbiddenError = Class.new(MetMuseumError)
6
- ApiRequestsQuotaReachedError = Class.new(MetMuseumError)
7
6
  NotFoundError = Class.new(MetMuseumError)
8
7
  UnprocessableEntityError = Class.new(MetMuseumError)
9
8
  ApiError = Class.new(MetMuseumError)
@@ -6,16 +6,18 @@ module MetMuseum
6
6
  class Collection
7
7
  # Return a listing of all valid Object IDs available to use
8
8
  # @param [Date] metadataDate Returns any objects with updated data after this date
9
+ # @param [DateTime] metadataDate Returns any objects with updated data after this date
9
10
  # @params [Integer] departmentIds Returns any objects in a specific department
10
11
  # @return [Hash<total, Integer>] The total number of publicly-available objects
11
12
  # @return [Hash<objectIDs, Array<Integer>>] An array containing the object ID of publicly-available object
12
- def objects(options = {})
13
+ def objects(**args)
13
14
  options = {
14
15
  metadataDate: nil,
15
16
  departmentIds: nil
16
- }.merge(options)
17
- options[:metadataDate] = check_date(options[:metadataDate]) unless options[:metadataDate].nil?
18
- response = Faraday.new(:url => API_ENDPOINT).get PUBLIC_URI, {:metadataDate => options[:metadataDate], :departmentIds => options[:departmentIds]}
17
+ }.merge(args)
18
+ options[:metadataDate] = check_date(options[:metadataDate])
19
+ query = { metadataDate: options[:metadataDate], departmentIds: options[:departmentIds] }
20
+ response = new_faraday(API_ENDPOINT, PUBLIC_URI, query)
19
21
  return_response(response)
20
22
  end
21
23
 
@@ -52,6 +54,8 @@ module MetMuseum
52
54
  # @return [Hash<objectEndDate, string>] Machine readable date indicating the year the artwork was completed (may be the same year or different year than the objectBeginDate)
53
55
  # @return [Hash<medium, string>] Refers to the materials that were used to create the artwork
54
56
  # @return [Hash<dimensions, string>] Size of the artwork or object
57
+ # @return [Hash<dimensionsParsed, Array<Hash>>] Size of the artwork or object in centimeters, parsed
58
+ # @return [Hash<measurements, Array<Hash>>] Array of elements, each with a name, description, and set of measurements. Spatial measurements are in centimeters; weights are in kg.
55
59
  # @return [Hash<creditLine, String>] Text acknowledging the source or origin of the artwork and the year the object was acquired by the museum.
56
60
  # @return [Hash<geographyType, String>] Qualifying information that describes the relationship of the place catalogued in the geography fields to the object that is being catalogued
57
61
  # @return [Hash<city, String>] City where the artwork was created
@@ -71,8 +75,12 @@ module MetMuseum
71
75
  # @return [Hash<repository, String>]
72
76
  # @return [Hash<objectURL, String>] URL to object's page on metmuseum.org
73
77
  # @return [Hash<tags, Array<String>>] An array of subject keyword tags associated with the object
74
- def object(objectID)
75
- response = Faraday.get "#{API_ENDPOINT}#{PUBLIC_URI}/#{objectID}"
78
+ # @return [Hash<objectWikidata_URL, string>] Wikidata URL for the object
79
+ # @return [Hash<isTimelineWork, boolean>] Whether the object is on the Timeline of Art History website
80
+ # @return [Hash<GalleryNumber, string>] Gallery number, where available
81
+
82
+ def object(object_id)
83
+ response = new_faraday(API_ENDPOINT, "#{PUBLIC_URI}/#{object_id}")
76
84
  return_response(response)
77
85
  end
78
86
 
@@ -81,7 +89,7 @@ module MetMuseum
81
89
  # @return [Integer] departments Department ID as an integer. The departmentId is to be used as a query parameter on the `/objects` endpoint
82
90
  # @return [String] departments Display name for a department
83
91
  def department
84
- response = Faraday.get "#{API_ENDPOINT}#{DEPARTMENTS_URI}"
92
+ response = new_faraday(API_ENDPOINT, DEPARTMENTS_URI)
85
93
  return_response(response)
86
94
  end
87
95
 
@@ -92,35 +100,33 @@ module MetMuseum
92
100
  # @return [Integer] total The total number of publicly-available objects
93
101
  # @return [Array<Integer>] objectIDs An array containing the object ID of publicly-available object
94
102
  # @return [Array<Object>] objects An array containing the objects that contain the search query within the object’s data
95
- def search(query, options = {})
96
- options = {
97
- limit: 0,
98
- isHighlight: false
99
- }.merge(options)
100
- response = Faraday.new(:url => API_ENDPOINT).get SEARCH_URI, {:q => query}
103
+ def search(query, **args)
104
+ options = default_search_options.merge(args)
105
+ response = new_faraday(API_ENDPOINT, SEARCH_URI, {
106
+ q: query,
107
+ isHighlight: options[:isHighlight],
108
+ title: options[:title],
109
+ tags: options[:tags],
110
+ departmentId: options[:departmentId],
111
+ isOnView: options[:isOnView],
112
+ artistOrCulture: options[:artistOrCulture],
113
+ medium: options[:medium]&.multi_option,
114
+ hasImages: options[:hasImages],
115
+ geoLocation: options[:geoLocation]&.multi_option,
116
+ dateBegin: options[:dateBegin],
117
+ dateEnd: options[:dateEnd]
118
+ })
101
119
  origin_response = return_response(response)
102
- return origin_response if options[:limit] <= 0
103
- origin_response["objectIDs"][0..options[:limit] - 1].map{|id| MetMuseum::Collection.new.object(id)}
120
+ limit = options[:limit].to_i
121
+ return origin_response if limit <= 0
122
+
123
+ origin_response["objectIDs"][0..limit - 1].map { |id| MetMuseum::Collection.new.object(id) }
104
124
  end
105
125
 
106
126
  private
107
127
 
108
- def error_class(response)
109
- case response.status
110
- when HTTP_BAD_REQUEST_CODE
111
- BadRequestError
112
- when HTTP_UNAUTHORIZED_CODE
113
- UnauthorizedError
114
- when HTTP_FORBIDDEN_CODE
115
- return ApiRequestsQuotaReachedError if api_requests_quota_reached?
116
- ForbiddenError
117
- when HTTP_NOT_FOUND_CODE
118
- NotFoundError
119
- when HTTP_UNPROCESSABLE_ENTITY_CODE
120
- UnprocessableEntityError
121
- else
122
- ApiError
123
- end
128
+ def new_faraday(url, dir, params = nil)
129
+ Faraday.new(url: url).get dir, params
124
130
  end
125
131
 
126
132
  def response_successful?(response)
@@ -128,7 +134,8 @@ module MetMuseum
128
134
  end
129
135
 
130
136
  def check_date(date)
131
- return date.to_s if date.class == Date
137
+ return nil if date.nil?
138
+ return date.to_date.to_s if date.is_a? Date
132
139
 
133
140
  raise TypeError, "Write certain date"
134
141
  end
@@ -136,7 +143,31 @@ module MetMuseum
136
143
  def return_response(response)
137
144
  return Oj.load(response.body) if response_successful?(response)
138
145
 
139
- raise error_class(response), "Code: #{response.status}, response: #{response.body}"
146
+ raise MetMuseum.error_class(response), "Code: #{response.status}, response: #{response.body}"
147
+ end
148
+
149
+ def multi_option
150
+ return self if is_a? String
151
+ return join("|") if is_a? Array
152
+
153
+ raise TypeError, "Write String or Array type"
154
+ end
155
+
156
+ def default_search_options
157
+ {
158
+ limit: 0,
159
+ isHighlight: false,
160
+ title: true,
161
+ tags: true,
162
+ departmentId: nil,
163
+ isOnView: nil,
164
+ artistOrCulture: nil,
165
+ medium: nil,
166
+ hasImages: nil,
167
+ geoLocation: nil,
168
+ dateBegin: 0,
169
+ dateEnd: 2000
170
+ }
140
171
  end
141
172
  end
142
173
  end
@@ -1,8 +1,25 @@
1
1
  module MetMuseum
2
- HTTP_OK_CODE = 200.freeze
3
- HTTP_BAD_REQUEST_CODE = 400.freeze
4
- HTTP_UNAUTHORIZED_CODE = 401.freeze
5
- HTTP_FORBIDDEN_CODE = 403.freeze
6
- HTTP_NOT_FOUND_CODE = 404.freeze
7
- HTTP_UNPROCESSABLE_ENTITY_CODE = 429.freeze
2
+ HTTP_OK_CODE = 200
3
+ HTTP_BAD_REQUEST_CODE = 400
4
+ HTTP_UNAUTHORIZED_CODE = 401
5
+ HTTP_FORBIDDEN_CODE = 403
6
+ HTTP_NOT_FOUND_CODE = 404
7
+ HTTP_UNPROCESSABLE_ENTITY_CODE = 429
8
+
9
+ def self.error_class(response)
10
+ case response.status
11
+ when HTTP_BAD_REQUEST_CODE
12
+ BadRequestError
13
+ when HTTP_UNAUTHORIZED_CODE
14
+ UnauthorizedError
15
+ when HTTP_FORBIDDEN_CODE
16
+ ForbiddenError
17
+ when HTTP_NOT_FOUND_CODE
18
+ NotFoundError
19
+ when HTTP_UNPROCESSABLE_ENTITY_CODE
20
+ UnprocessableEntityError
21
+ else
22
+ ApiError
23
+ end
24
+ end
8
25
  end
@@ -1,3 +1,3 @@
1
1
  module MetMuseum
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.8".freeze
3
3
  end
@@ -1,5 +1,4 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
1
+ lib = File.expand_path("lib", __dir__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "met_museum/version"
5
4
 
@@ -9,8 +8,8 @@ Gem::Specification.new do |spec|
9
8
  spec.authors = ["hyuraku"]
10
9
  spec.email = ["calenthird@gamil.com"]
11
10
 
12
- spec.summary = %q{MET museum api wrapper}
13
- spec.description = %q{The Metropolitan Museum of Art Collection API wrapper }
11
+ spec.summary = "MET museum api wrapper"
12
+ spec.description = "The Metropolitan Museum of Art Collection API wrapper "
14
13
  spec.homepage = "https://github.com/hyuraku/met_museum"
15
14
  spec.license = "MIT"
16
15
 
@@ -27,7 +26,7 @@ Gem::Specification.new do |spec|
27
26
 
28
27
  # Specify which files should be added to the gem when it is released.
29
28
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
30
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
29
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
31
30
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
32
31
  end
33
32
  spec.bindir = "exe"
@@ -35,9 +34,10 @@ Gem::Specification.new do |spec|
35
34
  spec.require_paths = ["lib"]
36
35
 
37
36
  spec.add_development_dependency "bundler", "~> 2.0"
38
- spec.add_development_dependency "rake", "~> 10.0"
37
+ spec.add_development_dependency "rake", "~> 13.0"
39
38
  spec.add_development_dependency "rspec", "~> 3.0"
40
39
  spec.add_development_dependency "rspec-retry"
40
+ spec.add_development_dependency "rubocop"
41
41
 
42
42
  spec.add_dependency "faraday"
43
43
  spec.add_dependency "oj"
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.3.3
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - hyuraku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-20 00:00:00.000000000 Z
11
+ date: 2020-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: faraday
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -101,8 +115,10 @@ executables: []
101
115
  extensions: []
102
116
  extra_rdoc_files: []
103
117
  files:
118
+ - ".github/workflows/ruby.yml"
104
119
  - ".gitignore"
105
120
  - ".rspec"
121
+ - ".rubocop.yml"
106
122
  - ".travis.yml"
107
123
  - CODE_OF_CONDUCT.md
108
124
  - Gemfile
@@ -139,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
155
  - !ruby/object:Gem::Version
140
156
  version: '0'
141
157
  requirements: []
142
- rubygems_version: 3.0.2
158
+ rubygems_version: 3.0.3
143
159
  signing_key:
144
160
  specification_version: 4
145
161
  summary: MET museum api wrapper