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 +4 -4
- data/VERSION +1 -1
- data/lib/notify-integrity.rb +1 -2
- data/notify-integrity.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1318e00813ad258ad43e75ce3aa3e86f5a8889a9
|
|
4
|
+
data.tar.gz: 4352652a93c665e84db843fec8fa79bdd168b2fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5c4bc15643475b69bf81b246dc9726a52c8393c334584e538d6f207d25906b61034e9902ead05013c1d150f0d248a50237ab8fe3a2f18aa3d46e5592b86125a
|
|
7
|
+
data.tar.gz: 05f4cc30b6439f25d815269ce267661b5183fce6108e48d4e2bb781a9a0eb0fbe5060899255d455d3f7c51ed231e0abdea3b94c9bf2b508b264eedbed8efc57a
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/lib/notify-integrity.rb
CHANGED
data/notify-integrity.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "notify-integrity"
|
|
8
|
-
s.version = "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-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2013-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capybara
|