bugsink-cli 0.1.3 → 0.1.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
  SHA256:
3
- metadata.gz: b89224f3bcb9eb69b009ea2f9ac7c4c95670130dc71aaa9bd001ef146f015b27
4
- data.tar.gz: 051e79e4933a9150de8dd9383d8ccaa8550ba9ddc12424808c1dab60f61d8af6
3
+ metadata.gz: 1d6e87c966484bef28de8d57d3b733bb9211f7925e5943e8e45b50b02fb3e7b4
4
+ data.tar.gz: 6f52d0e3729438b669558c0a57b35f4a28f4ad5269c308ede1258e3935509c74
5
5
  SHA512:
6
- metadata.gz: fd7e41a833fbbf36c268b731128a27335321496f2b90a6dec08e83e4788f244bea60ee1cac43117ecd3ab771d535af5f908f448402cd0ba663f8a32990ee1678
7
- data.tar.gz: 8ca173e5b7280f9940dd57bcc157771f05319a1378c0a902ea94f9bade34f4bf0e9edd4d0952fb412f8892465c501179bbb22639b43f912c20dbc0cf18cfafeb
6
+ metadata.gz: 8b6fe6696bffdde6885de9241d44b29aab3f2a1a7ecb057f24a4c02db8aa4a1dd11deb38b9dda16539cea1b87661d9d3d930cd19fbf6186da71742419636cc92
7
+ data.tar.gz: 15a37b55ce9b5771b8d7440a40b0345ee14937b76a05bfc4e40a3ed35a9a629aa82a7fbd32bb8e7e6aa9eca2366d94f98c637bed1fad6fb8010a33a9bec2d34c
@@ -8,6 +8,7 @@ module Bugsink
8
8
  # HTTP client for BugSink API
9
9
  class Client
10
10
  include HTTParty
11
+ maintain_method_across_redirects true
11
12
 
12
13
  class ClientError < StandardError
13
14
  attr_reader :code, :response
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bugsink
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsink-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Tomas Kopernik
7
+ - Tomáš Landovský
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -54,7 +54,7 @@ dependencies:
54
54
  description: A command-line interface for the BugSink error tracking service, providing
55
55
  full API access for teams, projects, issues, events, and releases.
56
56
  email:
57
- - tomas@kopernik.cz
57
+ - landovsky@gmail.com
58
58
  executables:
59
59
  - bugsink
60
60
  extensions: []
@@ -69,13 +69,13 @@ files:
69
69
  - lib/bugsink/client.rb
70
70
  - lib/bugsink/config.rb
71
71
  - lib/bugsink/version.rb
72
- homepage: https://github.com/koperniki/bugsink-cli
72
+ homepage: https://github.com/landovsky/bugsink-cli-gem
73
73
  licenses:
74
74
  - MIT
75
75
  metadata:
76
- homepage_uri: https://github.com/koperniki/bugsink-cli
77
- source_code_uri: https://github.com/koperniki/bugsink-cli
78
- changelog_uri: https://github.com/koperniki/bugsink-cli/blob/main/CHANGELOG.md
76
+ homepage_uri: https://github.com/landovsky/bugsink-cli-gem
77
+ source_code_uri: https://github.com/landovsky/bugsink-cli-gem
78
+ changelog_uri: https://github.com/landovsky/bugsink-cli-gem/blob/main/CHANGELOG.md
79
79
  rdoc_options: []
80
80
  require_paths:
81
81
  - lib