pushing the gem to rubygems
parent
5938e79f81
commit
50cf8adc15
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ group :db do
|
|||
end
|
||||
|
||||
group :pcap do
|
||||
gem 'network_interface', :git => 'https://github.com/lsanchez-r7/network_interface.git'
|
||||
gem 'network_interface'
|
||||
# For sniffer and raw socket modules
|
||||
gem 'pcaprub'
|
||||
end
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/lsanchez-r7/network_interface.git
|
||||
revision: 20953fc3945408d071116d8841ca7ae1aa92272b
|
||||
specs:
|
||||
network_interface (0.0.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
@ -37,6 +31,7 @@ GEM
|
|||
metaclass (~> 0.0.1)
|
||||
msgpack (0.5.4)
|
||||
multi_json (1.0.4)
|
||||
network_interface (0.0.1)
|
||||
nokogiri (1.5.9)
|
||||
packetfu (1.1.8)
|
||||
pcaprub (0.11.3)
|
||||
|
@ -74,7 +69,7 @@ DEPENDENCIES
|
|||
json
|
||||
metasploit_data_models (~> 0.16.1)
|
||||
msgpack
|
||||
network_interface!
|
||||
network_interface
|
||||
nokogiri
|
||||
packetfu (= 1.1.8)
|
||||
pcaprub
|
||||
|
|
Loading…
Reference in New Issue