Skip to content

Commit 50cf8ad

Browse files
author
lsanchez-r7
committed
pushing the gem to rubygems
1 parent 5938e79 commit 50cf8ad

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :db do
2323
end
2424

2525
group :pcap do
26-
gem 'network_interface', :git => 'https://github.com/lsanchez-r7/network_interface.git'
26+
gem 'network_interface'
2727
# For sniffer and raw socket modules
2828
gem 'pcaprub'
2929
end

Gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
GIT
2-
remote: https://github.com/lsanchez-r7/network_interface.git
3-
revision: 20953fc3945408d071116d8841ca7ae1aa92272b
4-
specs:
5-
network_interface (0.0.1)
6-
71
GEM
82
remote: http://rubygems.org/
93
specs:
@@ -37,6 +31,7 @@ GEM
3731
metaclass (~> 0.0.1)
3832
msgpack (0.5.4)
3933
multi_json (1.0.4)
34+
network_interface (0.0.1)
4035
nokogiri (1.5.9)
4136
packetfu (1.1.8)
4237
pcaprub (0.11.3)
@@ -74,7 +69,7 @@ DEPENDENCIES
7469
json
7570
metasploit_data_models (~> 0.16.1)
7671
msgpack
77-
network_interface!
72+
network_interface
7873
nokogiri
7974
packetfu (= 1.1.8)
8075
pcaprub

0 commit comments

Comments
 (0)