tcat 0.1.1 → 0.1.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: 93041a7737311b5ce2f8e9ca00f40ef610292ffe15cb394f84d20a2d9b965bb0
4
- data.tar.gz: f1ed90761a2bf579b201da96e3681212e2fd222b5cf287c9d69668aa58edd9d3
3
+ metadata.gz: d3d77b7d036203617ed676dff2d9f7d51b79785326f21837f2ecb9715379adc8
4
+ data.tar.gz: a2433f854e76fb9b8793946a39f1d01230d6fcb539951662c50efb3d6fdf5383
5
5
  SHA512:
6
- metadata.gz: 9d431972fceaaaa6a2e6d0bba2185e0368170d25eabf3bafa84a34b6e74baf49ff59be78a6a5804c128903b3d2ba897180f609acbe8f071a082223c9041eabde
7
- data.tar.gz: 61603c22b4e3d0f3035364d77b66c4f1a1707921d5a0939b4509c6551226fae4c97bb36154f7306f35ca399cd13f2a9debe8f3e0e270510a433eaa100df5599b
6
+ metadata.gz: e990723f69fb576d9ebdc6aa19ba085353f7758640f0d15ba1880e0550d5d7252e5698c40bb8a44c39de6dd7d1cc7d85603ef6ce559c72e839d3621ffa98b4d4
7
+ data.tar.gz: b47efa32cefb85088d032f3631ac8fa4ebe358946e069ff5320a8fcab843c49af1d8edae251ce3eb028eff99bd709e56d96b5ffc7e476d3529e31b4d70651439
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module TcatTracker
3
+ module Tact
4
4
  class Configuration
5
5
  attr_accessor :secret_string, :secret_key
6
6
 
data/lib/tcat/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tcat
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/tcat.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['579103+7a6163@users.noreply.github.com']
10
10
 
11
11
  spec.summary = 'A Ruby gem for tracking packages using the T-cat system.'
12
- spec.description = 'TcatTracker provides an easy-to-use interface for querying package tracking information from the T-Cat system. It handles authentication and request formatting, allowing developers to easily integrate TCAT tracking into their Ruby applications.'
12
+ spec.description = 'TcatTracker provides an easy-to-use interface for querying package tracking information from the T-Cat system. It handles authentication and request formatting, allowing developers to easily integrate T-cat tracking into their Ruby applications.'
13
13
  spec.homepage = 'https://github.com/7a6163/tcat'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = '>= 2.7.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zac
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 0.14.2
41
41
  description: TcatTracker provides an easy-to-use interface for querying package tracking
42
42
  information from the T-Cat system. It handles authentication and request formatting,
43
- allowing developers to easily integrate TCAT tracking into their Ruby applications.
43
+ allowing developers to easily integrate T-cat tracking into their Ruby applications.
44
44
  email:
45
45
  - 579103+7a6163@users.noreply.github.com
46
46
  executables: []