From 899d3c3dbe856fe379af2f842d7258ac67a0a8e6 Mon Sep 17 00:00:00 2001 From: Kevin Yang Date: Tue, 9 Dec 2014 20:25:45 +1100 Subject: [PATCH 1/4] Modified ruby from 2.1.2 to 2.1.5 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 451b2d3fc..3fed461ad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby "2.1.2" +ruby "2.1.5" gem 'bundler', '>=1.1.5' From 969c5301936f181950d7a33471c5db3aa979c698 Mon Sep 17 00:00:00 2001 From: kevieyang Date: Tue, 9 Dec 2014 20:32:47 +1100 Subject: [PATCH 2/4] Update .travis.yml upgrading ruby 2.1.2 to 2.1.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ed73fce0..af5732a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: ruby env: GROWSTUFF_SITE_NAME="Growstuff (travis)" RAILS_SECRET_TOKEN='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' bundler_args: --without development production staging rvm: - - 2.1.2 + - 2.1.5 before_script: - psql -c 'create database growstuff_test;' -U postgres script: From 5e2a3db8c258f0f44ef8d5d396270b0b5d29933e Mon Sep 17 00:00:00 2001 From: Kevin Yang Date: Tue, 9 Dec 2014 20:44:46 +1100 Subject: [PATCH 3/4] Added myself to Contributors.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b66986240..d0719b1e1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,4 +50,5 @@ submit the change with your pull request. - Emma Winston / [emmawinston](https://github.com/emmawinston) - Kevin Rio / [krio](https://github.com/krio) - Yoong Kang Lim / [yoongkang](https://github.com/yoongkang) +- Kevin Yang / [kevieyang] (https://github.com/kevieyang) From 7f8815769657cf5f2f861b01b0ed5c2832855a36 Mon Sep 17 00:00:00 2001 From: Kevin Yang Date: Tue, 9 Dec 2014 14:11:29 +0000 Subject: [PATCH 4/4] removed whitespace --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d0719b1e1..83bf19f30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,5 +50,5 @@ submit the change with your pull request. - Emma Winston / [emmawinston](https://github.com/emmawinston) - Kevin Rio / [krio](https://github.com/krio) - Yoong Kang Lim / [yoongkang](https://github.com/yoongkang) -- Kevin Yang / [kevieyang] (https://github.com/kevieyang) +- Kevin Yang / [kevieyang](https://github.com/kevieyang)