Skip to content

Commit

Permalink
Added a Gemfile for the tools/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iagox86 committed Aug 17, 2015
1 parent cb0bf5f commit a5b80af
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
1 change: 0 additions & 1 deletion server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ source 'https://rubygems.org'

gem 'rubydns' # dns
gem 'trollop' # commandline parsing
gem 'rainbow'
4 changes: 0 additions & 4 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ GEM
remote: https://rubygems.org/
specs:
eventmachine (1.0.3)
rainbow (2.0.0)
rexec (1.6.3)
rainbow
rubydns (0.7.3)
eventmachine (~> 1.0.0)
rexec (~> 1.6.2)
Expand All @@ -14,6 +11,5 @@ PLATFORMS
ruby

DEPENDENCIES
rainbow
rubydns
trollop
8 changes: 8 additions & 0 deletions tools/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Gemfile
# By Ron Bowes
#
# See LICENSE.md

source 'https://rubygems.org'

gem 'rubydns' # dns
13 changes: 13 additions & 0 deletions tools/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
eventmachine (1.0.3)
rubydns (0.7.3)
eventmachine (~> 1.0.0)
rexec (~> 1.6.2)

PLATFORMS
ruby

DEPENDENCIES
rubydns

0 comments on commit a5b80af

Please sign in to comment.