Skip to content

Commit

Permalink
tapioca (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi authored Mar 31, 2024
1 parent 55810e2 commit 3734981
Show file tree
Hide file tree
Showing 64 changed files with 174,435 additions and 29,144 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require:

AllCops:
NewCops: enable
Exclude:
- 'bin/tapioca'

Gemspec/RequiredRubyVersion:
Exclude:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ group :development do
gem 'rubocop-minitest'
gem 'rubocop-packaging'
gem 'rubocop-sorbet'
gem 'tapioca'
end

# Specify your gem's dependencies in ffprober.gemspec
Expand Down
27 changes: 27 additions & 0 deletions bin/tapioca
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

#
# This file was generated by Bundler.
#
# The application 'tapioca' is installed as part of a gem, and
# this file is here to facilitate running it.
#

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)

bundle_binstub = File.expand_path("bundle", __dir__)

if File.file?(bundle_binstub)
if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
load(bundle_binstub)
else
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
end
end

require "rubygems"
require "bundler/setup"

load Gem.bin_path("tapioca", "tapioca")
1 change: 1 addition & 0 deletions sorbet/rbi/annotations/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.rbi linguist-vendored=true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sorbet/rbi/gems/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.rbi linguist-generated=true
49 changes: 0 additions & 49 deletions sorbet/rbi/gems/ast.rbi

This file was deleted.

Loading

0 comments on commit 3734981

Please sign in to comment.