bugstack 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bugstack/version.rb +1 -1
  3. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da0101ebd6b1cd809d68d700373e930e115813f35cc42f737e5963b18b9881fe
4
- data.tar.gz: bef41397dd9156644ef76784feb204c0df41f491f469aafe9beb2f86692e18ea
3
+ metadata.gz: b715bfa222a5a4dbeca79754a954a2a072d2f8698e5e98c15e6c61292db40961
4
+ data.tar.gz: f4f37cb3453daffd0aa2c8b0cbb79b03e53e1a1fc7f88417d4f464ebcffca43d
5
5
  SHA512:
6
- metadata.gz: 3f1dad3f2f483114a07cfb8e3170455d8b82d678782653c4a2273ba2c3c19de46eb1be92782399184ebda9d3fe3bc051c1c8a0ca15bfe88962ef359c395c22a9
7
- data.tar.gz: e52217eddf681a0c79e89ec20e449337915730eb3055a206a99bda2e101470aae0acaef4150342b6621e22294d382ae410f19e97c2719772ff25c6633f337c79
6
+ metadata.gz: 17ef64cf12eca75e5965123cbb97acbbaa9fd8244dc632ac5d7ffc4794475880d610621bc322b3f2fa3f5366b7bcee75e0f1ea9fe53e2227471eb1c8a17bde91
7
+ data.tar.gz: 1feb6a9a36ba288e5678270359f0b639c5a69c27ab8eba17ddea262f56a13d112739a23bc05e5d6b24290529b6329ae6375cdcf3d35bd51aee17acaa64076a2a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bugstack
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BugStack
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rspec
@@ -92,10 +91,9 @@ licenses:
92
91
  - MIT
93
92
  metadata:
94
93
  homepage_uri: https://bugstack.dev
95
- source_code_uri: https://github.com/MasonBachmann7/bugstack-ruby
96
- changelog_uri: https://github.com/MasonBachmann7/bugstack-ruby/blob/main/CHANGELOG.md
97
- bug_tracker_uri: https://github.com/MasonBachmann7/bugstack-ruby/issues
98
- post_install_message:
94
+ source_code_uri: https://github.com/MasonBachmann7/Bugstack-SDK-Ruby
95
+ changelog_uri: https://github.com/MasonBachmann7/Bugstack-SDK-Ruby/blob/main/CHANGELOG.md
96
+ bug_tracker_uri: https://github.com/MasonBachmann7/Bugstack-SDK-Ruby/issues
99
97
  rdoc_options: []
100
98
  require_paths:
101
99
  - lib
@@ -110,8 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
108
  - !ruby/object:Gem::Version
111
109
  version: '0'
112
110
  requirements: []
113
- rubygems_version: 3.4.19
114
- signing_key:
111
+ rubygems_version: 3.6.9
115
112
  specification_version: 4
116
113
  summary: Official BugStack SDK for Ruby
117
114
  test_files: []