diff options
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | Gemfile | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8c33c685..1055f653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ rvm: - 1.8.7 - - 1.9.3
\ No newline at end of file + - 1.9.3 +notifications: + irc: "irc.freenode.org#axlsx"
\ No newline at end of file @@ -1,3 +1,6 @@ source "http://rubygems.org" - -gemspec
\ No newline at end of file +gem 'nokogiri', '>= 1.4.1' +gem 'activesupport', '>= 2.3.9' +gem 'rmagick', '>= 2.12.2' +gem 'zip', '>= 2.0.2' +gem 'rake' |
