travis 1.13.0 → 1.13.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/travis/tools/completion.rb +2 -2
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9ac4ff865e25fc9ee78c1cb0b6d135c7d3c3a6fc28ad4739f02f08ff6e241e7
|
|
4
|
+
data.tar.gz: 05ed1c2dbd3715bed603d8c381e89b7ef1a444599e1a8799ce01162435a18701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edccab9e2813b8c11103c9e42911a9eeacc6ef858dadc0563ca08dff9f64adb92e9588d1120aa5fa46ac684988c51a6a23d26dce97cd9c589c6b4e1aa377f70a
|
|
7
|
+
data.tar.gz: 82a48c58e45c37dfa2535fec5dcb2a07d5661eb58582068911badcda51a759e67a5c988b436a3d763a970db04712abf16bc02c1092a945dd19e9b10fef212a87
|
data/README.md
CHANGED
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
|
-
|
|
2
|
+
require_relative 'lib/travis/version'
|
|
3
3
|
# Run `rake travis.gemspec` to update the gemspec.
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
# general info
|
|
6
6
|
s.name = 'travis'
|
|
7
|
-
s.version =
|
|
7
|
+
s.version = Travis::VERSION
|
|
8
8
|
s.required_ruby_version = '>= 3.2.0'
|
|
9
9
|
s.description = 'CLI and Ruby client library for Travis CI'
|
|
10
10
|
s.homepage = 'https://github.com/travis-ci/travis.rb'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.13.
|
|
4
|
+
version: 1.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -107,7 +107,7 @@ authors:
|
|
|
107
107
|
autorequire:
|
|
108
108
|
bindir: bin
|
|
109
109
|
cert_chain: []
|
|
110
|
-
date: 2024-
|
|
110
|
+
date: 2024-04-04 00:00:00.000000000 Z
|
|
111
111
|
dependencies:
|
|
112
112
|
- !ruby/object:Gem::Dependency
|
|
113
113
|
name: faraday
|
|
@@ -564,7 +564,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
564
564
|
- !ruby/object:Gem::Version
|
|
565
565
|
version: '0'
|
|
566
566
|
requirements: []
|
|
567
|
-
rubygems_version: 3.
|
|
567
|
+
rubygems_version: 3.4.21
|
|
568
568
|
signing_key:
|
|
569
569
|
specification_version: 4
|
|
570
570
|
summary: Travis CI client
|