summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-29 15:49:01 +0900
committerRandy Morgan <[email protected]>2011-11-29 15:49:01 +0900
commit72549f22e0e152cbb566bf519346b16d14850245 (patch)
treeebf9081d95bf3f43b05a03e121f4e00a53ce2b8b
parent6b6b9026079d02952a690430e31baa3d64a84878 (diff)
downloadcaxlsx-72549f22e0e152cbb566bf519346b16d14850245.tar.gz
caxlsx-72549f22e0e152cbb566bf519346b16d14850245.zip
more fun with travis.ci
-rw-r--r--.travis.yml4
-rw-r--r--Gemfile7
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
diff --git a/Gemfile b/Gemfile
index 857c670d..5000525b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'