Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ gem "base64"
gem "benchmark"
gem "ostruct"
gem "rexml"
gem "rubocop", "= 1.71.2", require: false
gem "nokogiri", ">= 1.6", "< 1.17.0"
111 changes: 111 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
PATH
remote: .
specs:
twilio-ruby (7.10.7)
faraday (>= 2.0, < 3.0)
jwt (>= 1.5, < 4.0)
nokogiri (>= 1.6, < 2.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.3)
base64 (0.3.0)
benchmark (0.5.0)
diff-lcs (1.6.2)
docile (1.4.1)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
fakeweb (1.3.0)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.4)
net-http (~> 0.5)
json (2.19.8)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
logger (1.4.4)
mini_portile2 (2.8.9)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.3)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
prism (1.9.0)
racc (1.8.1)
rack (2.2.23)
rainbow (3.1.1)
rake (13.4.2)
regexp_parser (2.12.0)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)
yard (0.9.44)

PLATFORMS
arm64-darwin-25
x86_64-linux

DEPENDENCIES
base64
benchmark
bundler (>= 1.5, < 3.0)
equivalent-xml (~> 0.6)
fakeweb (~> 1.3)
logger (~> 1.4.2)
nokogiri (>= 1.6, < 1.17.0)
ostruct
rack (~> 2.0)
rake (~> 13.0)
rexml
rspec (~> 3.0)
rubocop (= 1.71.2)
simplecov
twilio-ruby!
yard (~> 0.9.9)

BUNDLED WITH
2.4.22
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ githooks:
ln -sf ../../githooks/pre-commit .git/hooks/pre-commit

install:
bundle install --with development; bundle exec rake install
bundle install --local; bundle exec rake install

test:
bundle exec rake spec
Expand Down
2 changes: 1 addition & 1 deletion twilio-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.metadata = { 'documentation_uri' => 'https://www.twilio.com/docs/libraries/reference/twilio-ruby/',
'yard.run' => 'yri' } # use "yard" to build full HTML docs

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec|vendor)/}) }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down
Binary file added vendor/cache/ast-2.4.3.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.3.0.gem
Binary file not shown.
Binary file added vendor/cache/benchmark-0.5.0.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.6.2.gem
Binary file not shown.
Binary file added vendor/cache/docile-1.4.1.gem
Binary file not shown.
Binary file added vendor/cache/equivalent-xml-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/fakeweb-1.3.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.14.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.4.4.gem
Binary file not shown.
Binary file added vendor/cache/json-2.19.8.gem
Binary file not shown.
Binary file added vendor/cache/jwt-3.2.0.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/logger-1.4.4.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.9.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.9.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.8-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.8.gem
Binary file not shown.
Binary file added vendor/cache/ostruct-0.6.3.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.28.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.11.1.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.9.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.23.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.4.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.4.4.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.6.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.13.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.8.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.7.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.71.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.49.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.13.0.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.22.0.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-html-0.13.2.gem
Binary file not shown.
Binary file added vendor/cache/simplecov_json_formatter-0.1.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.2.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.2.0.gem
Binary file not shown.
Binary file added vendor/cache/uri-1.1.1.gem
Binary file not shown.
Binary file added vendor/cache/yard-0.9.44.gem
Binary file not shown.