notify-integrity 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8c89f8c3450ca3ac682a2e0c686049a01125689
4
- data.tar.gz: 2b42ec166996d271bee1188f54f20b1f1942d616
3
+ metadata.gz: 1318e00813ad258ad43e75ce3aa3e86f5a8889a9
4
+ data.tar.gz: 4352652a93c665e84db843fec8fa79bdd168b2fa
5
5
  SHA512:
6
- metadata.gz: 4065672aee67deed140a8db37f379f364be9436a747581437e2876539de8ddef242467f7b68fb4965e49d40fa8f69cfab8a7b4be291c58f2c403fee9711d6f42
7
- data.tar.gz: 5c511db836e46ae67a35fff9c7e92f7d40d52a7f91a4968df6337bae8acd9cd4e4ab208160b5df7f4c43610a5315364d37e521a95746e5fd9f9bc563753a9737
6
+ metadata.gz: d5c4bc15643475b69bf81b246dc9726a52c8393c334584e538d6f207d25906b61034e9902ead05013c1d150f0d248a50237ab8fe3a2f18aa3d46e5592b86125a
7
+ data.tar.gz: 05f4cc30b6439f25d815269ce267661b5183fce6108e48d4e2bb781a9a0eb0fbe5060899255d455d3f7c51ed231e0abdea3b94c9bf2b508b264eedbed8efc57a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -67,8 +67,7 @@ class NotifyIntegrity
67
67
 
68
68
  while true
69
69
 
70
- base = GerritHooks::Base.new
71
- page = base.request_page uri
70
+ page = request_page uri
72
71
 
73
72
  element = page.parser.at_xpath "//div[@class='building']"
74
73
  break if element.to_s == ""
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "notify-integrity"
8
- s.version = "0.2.0"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Samu Voutilainen"]
12
- s.date = "2013-05-15"
12
+ s.date = "2013-05-23"
13
13
  s.description = "This gem provides means to notify Integrity for example to request new build."
14
14
  s.email = "smar@smar.fi"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify-integrity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samu Voutilainen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-15 00:00:00.000000000 Z
11
+ date: 2013-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara