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 +4 -4
- data/lib/tcat/configuration.rb +1 -1
- data/lib/tcat/version.rb +1 -1
- data/tcat.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3d77b7d036203617ed676dff2d9f7d51b79785326f21837f2ecb9715379adc8
|
4
|
+
data.tar.gz: a2433f854e76fb9b8793946a39f1d01230d6fcb539951662c50efb3d6fdf5383
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e990723f69fb576d9ebdc6aa19ba085353f7758640f0d15ba1880e0550d5d7252e5698c40bb8a44c39de6dd7d1cc7d85603ef6ce559c72e839d3621ffa98b4d4
|
7
|
+
data.tar.gz: b47efa32cefb85088d032f3631ac8fa4ebe358946e069ff5320a8fcab843c49af1d8edae251ce3eb028eff99bd709e56d96b5ffc7e476d3529e31b4d70651439
|
data/lib/tcat/configuration.rb
CHANGED
data/lib/tcat/version.rb
CHANGED
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
|
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.
|
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
|
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: []
|