Skip to content

Commit

Permalink
Use Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
daBrado committed Apr 8, 2014
1 parent af046d3 commit 178954a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/etc/config
.bundle/
vendor/
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'cinch'
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
cinch (2.1.0)

PLATFORMS
ruby

DEPENDENCIES
cinch
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

`ircnotify` is a basic daemon for communicating between an IRC bot and the outside world via a socket.

## Install

To install for deployment, you can do:

RUBY=/path/to/ruby
$RUBY/bin/bundle install --deployment

## Examples

The following assume that `SOCKET=/path/to/ircnotify/socket`
Expand Down

0 comments on commit 178954a

Please sign in to comment.