From 943c6d57430636d7af191f66eb98f47762373333 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:08:26 +0530 Subject: [PATCH 1/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 5f04af3..e17fee6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,3 +7,4 @@ env: services: - rabbitmq +archive: true From f84d567c1bf5e5e93c8a4911d1687987644946be Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:17:12 +0530 Subject: [PATCH 2/7] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index e17fee6..71cfa12 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ language: ruby + rvm: - - 1.9.3 + - 1.9.2 env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage From c98f5f88b22404fb9d8fecb0bd49eee7cf557f8e Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:18:59 +0530 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b940e5..751f810 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ruby RabbitMQ Sample ===================== -Uses bunny library to send and recieve a message through RabbitMQ. +Uses bunny library to send and and recieve a message through RabbitMQ. This sample is built for Shippable, a docker based continuous integration and deployment platform. From f1223bf6076a3d4f31f592c2362a6acb4c9bc5f7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:28:46 +0530 Subject: [PATCH 4/7] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 71cfa12..d7705a4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,8 @@ language: ruby rvm: - - 1.9.2 + - 1.9.3 + env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage From f429fa4d18f619508a483829ce2de7a9d849aa9a Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:35:17 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 751f810..8b8c1e9 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ruby RabbitMQ Sample ===================== -Uses bunny library to send and and recieve a message through RabbitMQ. +Uses bunny library to send and and and recieve a message through RabbitMQ. This sample is built for Shippable, a docker based continuous integration and deployment platform. From a714ca60fee7478862659f56e199f7b989885486 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 7 Jul 2015 11:43:02 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8c1e9..02d1003 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ruby RabbitMQ Sample ===================== -Uses bunny library to send and and and recieve a message through RabbitMQ. +Uses bunny library to send and and and and recieve a message through RabbitMQ. This sample is built for Shippable, a docker based continuous integration and deployment platform. From 61a54af9cccee55af986dc1a5006eb1fa8710a58 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 15 Oct 2015 17:56:19 +0530 Subject: [PATCH 7/7] Update bowling_spec.rb --- spec/bowling_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bowling_spec.rb b/spec/bowling_spec.rb index 64cad7d..281e5ac 100755 --- a/spec/bowling_spec.rb +++ b/spec/bowling_spec.rb @@ -5,6 +5,6 @@ it "returns pre for all gutter game" do bowling = Bowling.new bowling.hit - bowling.score.should eq("Hello World!") + bowling.score.should eq("Hello ii World!") end end