Skip to content

Commit

Permalink
Bumps pg_array_parser version and adds jruby to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McClain committed Sep 4, 2012
1 parent 523dede commit a3c3540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode

before_script:
- psql -c 'create database postgres_ext_test;' -U postgres
Expand Down
2 changes: 1 addition & 1 deletion postgres_ext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = PostgresExt::VERSION

gem.add_dependency 'activerecord', '~> 3.2.0'
gem.add_dependency 'pg_array_parser', '~> 0.0.1'
gem.add_dependency 'pg_array_parser', '~> 0.0.2'

gem.add_development_dependency 'rails', '~> 3.2.0'
gem.add_development_dependency 'rspec-rails', '~> 2.9.0'
Expand Down

0 comments on commit a3c3540

Please sign in to comment.