evrone-ci-common 0.0.8 → 0.2.0.pre0
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/lib/evrone/ci/common/version.rb +1 -1
- data/spec/lib/scm/git_spec.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 395e53b9a82cf8ab2fb7d3b6d3426f4392137186
|
|
4
|
+
data.tar.gz: cd609a6c3144934377ce197662d42486572a6d3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f7d3b5ba3f108a3cbb8f87541577dd39685983f26adf769265e28b926685a73e6fc84b6a0868fe6185eb1a24589cb20d0736f02449765456ba6a9404e65c49
|
|
7
|
+
data.tar.gz: 1453664865ecdaf1d969343cba87ddf870d99bb809fa99464166dbeacc5209be8e45060ec2d421ee8ed25951954986f44a2cbdc7ac31181f07f93fea2f9afca5
|
data/Gemfile
CHANGED
data/spec/lib/scm/git_spec.rb
CHANGED
|
@@ -40,7 +40,7 @@ describe Evrone::CI::SCM::Git do
|
|
|
40
40
|
|
|
41
41
|
it "should capture output" do
|
|
42
42
|
subject
|
|
43
|
-
expect(output).to
|
|
43
|
+
expect(output).to match(Regexp.escape "$ git clone -q #{src} #{path}")
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
context "twice" do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evrone-ci-common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.2.0.pre0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Galinsky
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: evrone-common-spawn
|
|
@@ -148,9 +148,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: '0'
|
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
|
-
- - '
|
|
151
|
+
- - '>'
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
|
-
version:
|
|
153
|
+
version: 1.3.1
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project:
|
|
156
156
|
rubygems_version: 2.0.2
|