bok_choy 0.0.1 → 0.0.2

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: 43d055eafd9af6679bee016cb2b4dfd03ad76b8debba36c94ccbaf137053ac85
4
- data.tar.gz: 819fe37ee40adff0d6bedfe98c6105cbe737dffaca202222c52b22489e7dc990
3
+ metadata.gz: 0af780bde560345f4d936f5fcd3efe6ba54f62859352f106a6d46dd1f076118b
4
+ data.tar.gz: da3226c89b622eaf26d04bef06f9db84044f2c6e79983ca58e5cb408b792b08e
5
5
  SHA512:
6
- metadata.gz: 5503ffdf0f89da4f9618b3ffeacdc6725e59f932a4eb9578aa11acc82ecef55769da86c3ff57911f4780985aa4462c9768f1d51353895a00d461f6dad48c8c13
7
- data.tar.gz: bc37a4f7606991fcb59dcf9c9d3f4925e0611c6538a217e8e687360e1cbaa80a7b1f9fd5dad0e821ca2b56b2e351fd65409475d7e3e65c50cfa9139b06a674c2
6
+ metadata.gz: 04e4456d86a9375bb112b89202347ae0314e7d9b9d9262681190a1c9918f66441a9f534b8f4ad16148b0522249d2357d10c2f54ee9245f9d3f7c4c58ac626d1b
7
+ data.tar.gz: 0f05e72fec74c81b591e3ad0d9b76c46d56190756be52ba08dc41dfe7513373419e83467e4835fb0cc139bbde08853be9c6fce245a9d59676256926da930c679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.0.2] - 2024-09-11
4
+ - Fixed name/description issues
5
+
3
6
  ## [0.0.1] - 2024-09-11
4
7
 
5
8
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bok_choy (0.0.1)
4
+ bok_choy (0.0.2)
5
5
  faraday (~> 2.2)
6
6
  faraday-follow_redirects (>= 0.1, < 0.4)
7
7
  multi_json (~> 1.15)
data/bok_choy.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["gdower@illinois.edu"]
10
10
 
11
11
  s.summary = "BHL Names Client"
12
- s.description = "Bok Choy is a low-level wrapper around the Bionomia API."
12
+ s.description = "Bok Choy is a low-level wrapper around the BHLnames API."
13
13
  s.homepage = "https://github.com/SpeciesFileGroup/bok_choy"
14
14
  s.license = "NCSA"
15
15
  s.required_ruby_version = ">= 2.4.0"
@@ -4,21 +4,21 @@ module BokChoy
4
4
  # Custom error class for rescuing from all BokChoy errors
5
5
  class Error < StandardError; end
6
6
 
7
- # Raised when Bionomia returns the HTTP status code 400
7
+ # Raised when BHLnames returns the HTTP status code 400
8
8
  class BadRequest < Error; end
9
9
 
10
- # Raised when Bionomia returns the HTTP status code 404
10
+ # Raised when BHLnames returns the HTTP status code 404
11
11
  class NotFound < Error; end
12
12
 
13
- # Raised when Bionomia returns the HTTP status code 500
13
+ # Raised when BHLnames returns the HTTP status code 500
14
14
  class InternalServerError < Error; end
15
15
 
16
- # Raised when Bionomia returns the HTTP status code 502
16
+ # Raised when BHLnames returns the HTTP status code 502
17
17
  class BadGateway < Error; end
18
18
 
19
- # Raised when Bionomia returns the HTTP status code 503
19
+ # Raised when BHLnames returns the HTTP status code 503
20
20
  class ServiceUnavailable < Error; end
21
21
 
22
- # Raised when Bionomia returns the HTTP status code 504
22
+ # Raised when BHLnames returns the HTTP status code 504
23
23
  class GatewayTimeout < Error; end
24
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BokChoy
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bok_choy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Ower, Matt Yoder
@@ -160,7 +160,7 @@ dependencies:
160
160
  - - ">="
161
161
  - !ruby/object:Gem::Version
162
162
  version: '0'
163
- description: Bok Choy is a low-level wrapper around the Bionomia API.
163
+ description: Bok Choy is a low-level wrapper around the BHLnames API.
164
164
  email:
165
165
  - gdower@illinois.edu
166
166
  executables: []
@@ -192,7 +192,7 @@ licenses:
192
192
  metadata:
193
193
  homepage_uri: https://github.com/SpeciesFileGroup/bok_choy
194
194
  source_code_uri: https://github.com/SpeciesFileGroup/bok_choy
195
- changelog_uri: https://github.com/SpeciesFileGroup/bok_choy/releases/tag/v0.0.1
195
+ changelog_uri: https://github.com/SpeciesFileGroup/bok_choy/releases/tag/v0.0.2
196
196
  post_install_message:
197
197
  rdoc_options: []
198
198
  require_paths: