airbrussh 1.6.0 → 1.6.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: f05ec18a31c88aa36998d01ff3ccab76d7dbc9e397cb342bc4013db039586656
4
- data.tar.gz: 65953bac1dc4efca6f8f7ea101e257b46c2c724300caee39c0eed42e0678b906
3
+ metadata.gz: fe9dfdf1b35c758bfd67ba58b4aa3f616bcd5118b4f9fd77ccb04721d3630d78
4
+ data.tar.gz: 3db7025dcd9d705f191079dba8edcadeca5cecb81bda51f676763b9d3b1d096d
5
5
  SHA512:
6
- metadata.gz: a0971d455e46bd82884e537ca01228029959c8745e746e40c82d4e2a671af36db4e703079ccae53fac3c3a494210e76a73cb112a963f6b8b93911ad793b790c5
7
- data.tar.gz: 05c03b89e625bb2ce8461c5fad1015042aa7c65d2c0892a4c537ce6d71c88829603e4608e957393a11d19d662a40595ae580b9c72158254228bcd35460d0e14e
6
+ metadata.gz: 26a429a0a254c61d714dd392ad6f12dbefb39dcc2cae6eb5e6937cf718afcd2bf5227c70e46949d580b0d98f18b4f8285399fde3b018db5abf1d4c666dea9367
7
+ data.tar.gz: a981a653e5291ede3d1a2276219e9c345423ba4a96bd53c0a1b58989456d2c30cc15e21682ccbf24965e497d3545beaf0dcc50c56ee4ca2a2161ca3f27ca44a4
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Matt Brictson
3
+ Copyright (c) 2026 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Airbrussh
4
- VERSION = "1.6.0".freeze
4
+ VERSION = "1.6.2".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrussh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.7.2
79
+ rubygems_version: 4.0.15
80
80
  specification_version: 4
81
81
  summary: Airbrussh pretties up your SSHKit and Capistrano output
82
82
  test_files: []