Skip to content

Commit

Permalink
Remove unnecessary method_source dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Jul 1, 2023
1 parent 22cabc5 commit 7a92d80
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ group :development, :test do
gem 'rspec'
gem 'yard'
gem 'simplecov', :require => false
gem 'method_source'
gem 'rubyzip', ">= 1.2.2"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
gauge-ruby (0.6.0)
grpc (~> 1.10, >= 1.10.0)
method_source (>= 0.8.2, < 1.1.0)
parser (>= 2.7, < 4.0)
ruby-protocol-buffers (= 1.6.1)
unparser (>= 0.5.0, < 0.7.0)
Expand Down Expand Up @@ -74,6 +73,7 @@ PLATFORMS
DEPENDENCIES
gauge-ruby!
grpc-tools (~> 1.10, >= 1.10.0)
method_source
os
rake
rspec
Expand Down
1 change: 0 additions & 1 deletion gauge-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'ruby-protocol-buffers', '1.6.1'
s.add_runtime_dependency 'parser', '>= 2.7', '< 4.0'
s.add_runtime_dependency 'unparser', '>= 0.5.0', '< 0.7.0'
s.add_runtime_dependency 'method_source', '>= 0.8.2', '< 1.1.0'
s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0'
s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0'
s.required_ruby_version = ">= 2.7" if s.respond_to? :required_ruby_version=
Expand Down
1 change: 0 additions & 1 deletion lib/code_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
=end
require 'parser/current'
require 'unparser'
require 'method_source'
require 'fileutils'
require 'tempfile'
require 'util'
Expand Down
12 changes: 6 additions & 6 deletions notice.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Dependency Name | Copyright Information | Description | Repo URL | License Type | License URL |
|-----------------|-----------------------|-------------|----------|--------------|-------------|
|ruby-protocol-buffers|Copyright (c) 2009, Decho Corporation|implementation of Protocol Buffers for Ruby|https://github.com/codekitchen/ruby-protocol-buffers|BSD-3-Clause|https://raw.githubusercontent.com/codekitchen/ruby-protocol-buffers/master/LICENSE|
|parser|Copyright (c) Ryan Davis, seattle.rb|Ruby parser|https://github.com/whitequark/parser|MIT|https://github.com/whitequark/parser/blob/master/LICENSE.txt|
|method_source|Copyright (c) 2011 John Mair (banisterfiend)|return the sourcecode for a method|https://github.com/banister/method_source|MIT|https://github.com/banister/method_source/blob/master/LICENSE|
|rspec|Copyright (c) 2009 Chad Humphries, David Chelimsky, Copyright (c) 2006 David Chelimsky, The RSpec Development Team, Copyright (c) 2005 Steven Baker|Behaviour Driven Development for Ruby|https://github.com/rspec/rspec/blob/master/LICENSE.md|
| Dependency Name | Copyright Information | Description | Repo URL | License Type | License URL |
|-----------------------|---------------------------------------|---------------------------------------------|------------------------------------------------------|--------------|------------------------------------------------------------------------------------|
| ruby-protocol-buffers | Copyright (c) 2009, Decho Corporation | implementation of Protocol Buffers for Ruby | https://github.com/codekitchen/ruby-protocol-buffers | BSD-3-Clause | https://raw.githubusercontent.com/codekitchen/ruby-protocol-buffers/master/LICENSE |
| parser | Copyright (c) Ryan Davis, seattle.rb | Ruby parser | https://github.com/whitequark/parser | MIT | https://github.com/whitequark/parser/blob/master/LICENSE.txt |
| unparser | Copyright (c) 2013 Markus Schirp | Ruby unparser | https://github.com/mbj/unparser | MIT | https://github.com/mbj/unparser/blob/main/LICENSE |
| grpc | Copyright 2016, Google Inc. | gRPC – An RPC library | https://github.com/grpc/grpc | Apache-2 | https://github.com/grpc/grpc/blob/master/LICENSE |

0 comments on commit 7a92d80

Please sign in to comment.