cuke_ci_workers 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/runner_config.yml.erb +2 -2
  2. metadata +3 -2
@@ -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://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 %>"
4
+ poll_url: "http://whiteboard.r10.railsrumble.com/projects/<%= project_id %>/runs/next.json?api_key=<%= api_key %>"
5
+ push_url: "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: 13
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- version: "0.3"
9
+ - 1
10
+ version: 0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Gregor Weckbecker