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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 998fcdcdfd03492820c29d028608bd6ad94a18017577afa5b7900ca43b8ec007
4
- data.tar.gz: b189770e1539200697d0e57f8b100fffda04d11990e089bcd89a568e80b233bb
3
+ metadata.gz: e9ac4ff865e25fc9ee78c1cb0b6d135c7d3c3a6fc28ad4739f02f08ff6e241e7
4
+ data.tar.gz: 05ed1c2dbd3715bed603d8c381e89b7ef1a444599e1a8799ce01162435a18701
5
5
  SHA512:
6
- metadata.gz: ad73d2de98f9998c273daff53ac40491db37044fff1ca395aac795a61cce1f3d6bf981936556483d3a933334f14d428e50a7504991516fe55ed5f0b06ef97593
7
- data.tar.gz: fba8991abd529d94c1977232727b61015d10744a9c0b617508702a53ad7e30dd4e44b0c1607ccfeb779a0e20d7a41b89642d80398ddfd5463ff3447aa0af8681
6
+ metadata.gz: edccab9e2813b8c11103c9e42911a9eeacc6ef858dadc0563ca08dff9f64adb92e9588d1120aa5fa46ac684988c51a6a23d26dce97cd9c589c6b4e1aa377f70a
7
+ data.tar.gz: 82a48c58e45c37dfa2535fec5dcb2a07d5661eb58582068911badcda51a759e67a5c988b436a3d763a970db04712abf16bc02c1092a945dd19e9b10fef212a87
data/README.md CHANGED
@@ -2007,7 +2007,7 @@ If you do not have write access to the system gem directory, you'll need to perf
2007
2007
  Now make sure everything is working:
2008
2008
 
2009
2009
  $ travis version
2010
- 1.10.0
2010
+ 1.13.1
2011
2011
 
2012
2012
  See also [Note on Ubuntu](#ubuntu) below.
2013
2013
 
@@ -34,8 +34,8 @@ module Travis
34
34
  end
35
35
 
36
36
  def update_completion
37
- mkdir_p(config_path)
38
- cp(Assets['travis.sh'], cmp_file)
37
+ FileUtils.mkdir_p(config_path)
38
+ FileUtils.cp(Assets['travis.sh'], cmp_file)
39
39
  end
40
40
 
41
41
  def completion_installed?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Travis
4
- VERSION = '1.13.0'
4
+ VERSION = '1.13.1'
5
5
  end
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 = '1.13.0'
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.0
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-03-19 00:00:00.000000000 Z
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.2.15
567
+ rubygems_version: 3.4.21
568
568
  signing_key:
569
569
  specification_version: 4
570
570
  summary: Travis CI client