Skip to content

Commit

Permalink
Don't require rubygems and bundler in the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
johnl committed Apr 19, 2012
1 parent 170814d commit aca4a5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bin/riak-syslog
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler/setup'
require 'riak-syslog'
require 'riak-syslog/cli'

Expand Down
2 changes: 0 additions & 2 deletions bin/riak-syslog-receiver
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler/setup'
require 'riak-syslog'
require 'syslog'
require 'date'
Expand Down
1 change: 0 additions & 1 deletion lib/riak-syslog.rb
@@ -1,4 +1,3 @@
require 'active_model'
require 'riak'
require 'riak-syslog/base'
require 'riak-syslog/config'

0 comments on commit aca4a5d

Please sign in to comment.