cukeq 0.0.1.dev2 → 0.0.1.dev3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ module CukeQ
28
28
  url = job['scm']['url']
29
29
  rev = job['scm']['revision']
30
30
 
31
- scm = Scm.new(@repos, url)
31
+ scm = Scm.new(url, @repos)
32
32
  unless scm.current_revision.to_s == rev.to_s
33
33
  # TODO(jari): this doesn't ensure that current_revision == rev - it
34
34
  # would also make sense to move the logic to Scm
data/lib/cukeq/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CukeQ
2
- VERSION = "0.0.1.dev2"
2
+ VERSION = "0.0.1.dev3"
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- - dev2
10
- version: 0.0.1.dev2
9
+ - dev3
10
+ version: 0.0.1.dev3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jari Bakken