Merge pull request #19007 from Homebrew/dependabot/bundler/Library/Homebrew/plist-3.7.2
build(deps): bump plist from 3.7.1 to 3.7.2 in /Library/Homebrew
This commit is contained in:
commit
6c7243957f
@ -35,7 +35,7 @@ GEM
|
|||||||
racc
|
racc
|
||||||
patchelf (1.5.1)
|
patchelf (1.5.1)
|
||||||
elftools (>= 1.3)
|
elftools (>= 1.3)
|
||||||
plist (3.7.1)
|
plist (3.7.2)
|
||||||
prism (1.3.0)
|
prism (1.3.0)
|
||||||
pry (0.15.2)
|
pry (0.15.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
# This is an autogenerated file for types exported from the `plist` gem.
|
# This is an autogenerated file for types exported from the `plist` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem plist`.
|
# Please instead update this file by running `bin/tapioca gem plist`.
|
||||||
|
|
||||||
|
|
||||||
# source://plist//lib/plist/generator.rb#172
|
# source://plist//lib/plist/generator.rb#172
|
||||||
class Array
|
class Array
|
||||||
include ::Enumerable
|
include ::Enumerable
|
||||||
@ -65,7 +65,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.8.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.8.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.6.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.6.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/patchelf-1.5.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/patchelf-1.5.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/prism-1.3.0")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/prism-1.3.0")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")
|
||||||
|
|||||||
@ -56,7 +56,7 @@ module Plist
|
|||||||
|
|
||||||
def text(contents)
|
def text(contents)
|
||||||
if @open.last
|
if @open.last
|
||||||
@open.last.text ||= ''
|
@open.last.text ||= ''.dup
|
||||||
@open.last.text.concat(contents)
|
@open.last.text.concat(contents)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
module Plist
|
module Plist
|
||||||
VERSION = '3.7.1'.freeze
|
VERSION = '3.7.2'.freeze
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user