uniq-ci-reporter 0.2.2 → 0.2.3
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/bin/uniq-ci-report +1 -1
- data/uniq-ci-reporter.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acae7f76527a1625e88bdeade4e7f1d1a4d01126
|
4
|
+
data.tar.gz: aecd0ef249025e34c98b09ac259b4ed7edf714a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fae7b403e28e481adb4b20a88c5b5974e6a1de9e2e0db6b3425d8a533caa5c73f4910ae6fff1d2db64903c2f5fef9611c2ac50b8c76451898e028d6b167eaa23
|
7
|
+
data.tar.gz: 4c60f212b010bba2f63a57aaff7878083c74a66e632b3d40797373bef24ef7f0010b216a33ecc6a0b24f55a0f2c51636da7450c56143539ddfb3a74c686befa1
|
data/bin/uniq-ci-report
CHANGED
@@ -81,7 +81,7 @@ class TalkingRamil
|
|
81
81
|
private
|
82
82
|
|
83
83
|
def send_ramil_request(verb, params={})
|
84
|
-
Net::HTTP.post_form(URI.parse("http://192.168.
|
84
|
+
Net::HTTP.post_form(URI.parse("http://192.168.10.32:8082/build/#{verb}"), params)
|
85
85
|
end
|
86
86
|
end
|
87
87
|
end
|
data/uniq-ci-reporter.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "uniq-ci-reporter"
|
7
|
-
spec.version = "0.2.
|
7
|
+
spec.version = "0.2.3"
|
8
8
|
spec.authors = ["Ivan Kasatenko"]
|
9
9
|
spec.email = ["sky.31338@gmail.com"]
|
10
10
|
spec.summary = %q{UNIQ systems CI reporter}
|