cuke_ci_workers 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/ruby
2
2
 
3
- server_url = 'http://localhost:3000/projects/<%= project_id %>/receipt.json?api_key=<%= api_key %>'
3
+ server_url = 'http://whiteboard.r10.railsrumble.com/projects/<%= project_id %>/receipt.json?api_key=<%= api_key %>'
4
4
  log_file_name = 'cuke_ci_notifier.log'
5
5
 
6
6
  require 'rubygems'
@@ -1,8 +1,8 @@
1
1
  temp_file_name: "cucumber.out"
2
2
  log_file_name: "cuke_ci_runner.log"
3
3
  log_level: "WARN"
4
- poll_url: "http://localhost:3000/projects/<%= project_id %>/runs/next.json?api_key=<%= api_key %>"
5
- push_url: "http://localhost:3000/projects/<%= project_id %>/runs/%s/results.json?api_key=<%= api_key %>"
4
+ poll_url: "http://http://whiteboard.r10.railsrumble.com/projects/<%= project_id %>/runs/next.json?api_key=<%= api_key %>"
5
+ push_url: "http://http://whiteboard.r10.railsrumble.com/projects/<%= project_id %>/runs/%s/results.json?api_key=<%= api_key %>"
6
6
  commands:
7
7
  pull: "git pull origin master"
8
8
  check_out: "git reset --hard %s"
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuke_ci_workers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- version: "0.2"
9
+ - 1
10
+ version: 0.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Gregor Weckbecker
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-10-17 00:00:00 +02:00
20
+ date: 2010-10-18 00:00:00 +02:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency