Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
update appcast (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Wendy's Github Bot <github-bot@wendyliga.com>
  • Loading branch information
wendys-github-bot and Wendy's Github Bot authored Feb 15, 2023
1 parent 99b9621 commit 868d932
Show file tree
Hide file tree
Showing 3,963 changed files with 792,167 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
BUNDLE_PATH: "/Users/runner/work/tulsi-plus-plus/tulsi-plus-plus/vendor/bundle"
BUNDLE_DEPLOYMENT: "true"
BUNDLE_JOBS: "4"
17 changes: 16 additions & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,20 @@
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/wendyliga/tulsi-plus-plus/releases/download/0.12.0/tulsi_plus_plus.dmg" length="3283389" type="application/octet-stream" sparkle:edSignature="EXkE7fpqJb54kTP5nYvfpL4BDex7hOlpvwrK6hqstNCzxjRYKtWx89JXTqx67K5pY1ui7vGD6N8amZqLhH+EBQ=="/>
</item>
<item>
<title>0.12.1</title>
<pubDate>Wed, 15 Feb 2023 05:54:43 +0000</pubDate>
<sparkle:version>0.12.1</sparkle:version>
<sparkle:shortVersionString>0.12.1</sparkle:shortVersionString>
<description><![CDATA[<h2>Tulsi++ 0.12.1 </h2>
<h2>Changelog:</h2>
<ol>
<li>add define `tulsi`</li>
</ol>
]]></description>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/wendyliga/tulsi-plus-plus/releases/download/0.12.1/tulsi_plus_plus.dmg" length="3336833" type="application/octet-stream" sparkle:edSignature="TJPVJd0epoValxqY3ny8i2RjEfIVOvb9BVvwlXViSVZpNjExvHeETk/FjdSVH9pC6XleQcC22vxZxuK1i2VPDw=="/>
</item>
</channel>
</rss>
</rss>
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/bin-proxy
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'fastlane' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('fastlane', 'bin-proxy', version)
else
gem "fastlane", version
load Gem.bin_path("fastlane", "bin-proxy", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/commander
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'commander' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('commander', 'commander', version)
else
gem "commander", version
load Gem.bin_path("commander", "commander", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/dotenv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'dotenv' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('dotenv', 'dotenv', version)
else
gem "dotenv", version
load Gem.bin_path("dotenv", "dotenv", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/fastlane
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'fastlane' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('fastlane', 'fastlane', version)
else
gem "fastlane", version
load Gem.bin_path("fastlane", "fastlane", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/httpclient
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'httpclient' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('httpclient', 'httpclient', version)
else
gem "httpclient", version
load Gem.bin_path("httpclient", "httpclient", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rake', 'rake', version)
else
gem "rake", version
load Gem.bin_path("rake", "rake", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/rougify
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rouge' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rouge', 'rougify', version)
else
gem "rouge", version
load Gem.bin_path("rouge", "rougify", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/terminal-notifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'terminal-notifier' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('terminal-notifier', 'terminal-notifier', version)
else
gem "terminal-notifier", version
load Gem.bin_path("terminal-notifier", "terminal-notifier", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/ww
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'word_wrap' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('word_wrap', 'ww', version)
else
gem "word_wrap", version
load Gem.bin_path("word_wrap", "ww", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/xcodeproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'xcodeproj' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('xcodeproj', 'xcodeproj', version)
else
gem "xcodeproj", version
load Gem.bin_path("xcodeproj", "xcodeproj", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/xcpretty
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'xcpretty' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('xcpretty', 'xcpretty', version)
else
gem "xcpretty", version
load Gem.bin_path("xcpretty", "xcpretty", version)
end
27 changes: 27 additions & 0 deletions vendor/bundle/ruby/2.7.0/bin/xcpretty-travis-formatter
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'xcpretty-travis-formatter' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
str = str.b[/\A_(.*)_\z/, 1]
if str and Gem::Version.correct?(str)
version = str
ARGV.shift
end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('xcpretty-travis-formatter', 'xcpretty-travis-formatter', version)
else
gem "xcpretty-travis-formatter", version
load Gem.bin_path("xcpretty-travis-formatter", "xcpretty-travis-formatter", version)
end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/babosa-1.0.4.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/claide-1.0.3.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/colored-1.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/excon-0.85.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/jmespath-1.6.1.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/json-2.5.1.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/jwt-2.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/optparse-0.1.1.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/os-1.0.0.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/plist-3.4.0.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/rake-13.0.6.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/rouge-2.0.7.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/rubyzip-2.3.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/uber-0.1.0.gem
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/unf-0.1.4.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/bundle/ruby/2.7.0/cache/webrick-1.4.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 868d932

Please sign in to comment.