From 177927497131abc1e860e381e0139cab0a8c60d6 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Fri, 2 Sep 2011 13:06:38 +1200 Subject: Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the notifications list for TRavis. --- .travis.yml | 1 + Gemfile | 11 +++++++---- spec/dummy/db/schema.rb | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7026561..62468f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ notifications: - parndt@gmail.com - ugis.ozolss@gmail.com - joe@joesak.com + - jamie@enmasse.com env: - DB=postgres - DB=mysql diff --git a/Gemfile b/Gemfile index 2a7e717..e70beea 100644 --- a/Gemfile +++ b/Gemfile @@ -5,19 +5,22 @@ gemspec ## Uncomment the following lines to develop against edge refinery gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' -group :development, :test do +group :development, :test do require 'rbconfig' - + gem 'sqlite3' + gem 'mysql2' + gem 'pg' + platforms :mswin, :mingw do gem 'win32console' gem 'rb-fchange', '~> 0.0.5' gem 'rb-notifu', '~> 0.0.4' end - + platforms :ruby do gem 'spork', '0.9.0.rc9' gem 'guard-spork' - + unless ENV['TRAVIS'] if Config::CONFIG['target_os'] =~ /darwin/i gem 'rb-fsevent', '>= 0.3.9' diff --git a/spec/dummy/db/schema.rb b/spec/dummy/db/schema.rb index 3d96369..afb4ec6 100644 --- a/spec/dummy/db/schema.rb +++ b/spec/dummy/db/schema.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. -- cgit v1.2.3