lita-travis 1.0.0 → 1.0.1
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/lita-travis.gemspec +1 -1
- data/locales/en.yml +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e86c4ab9e8ce0d3ff8cef7444b6e9d73918066a
|
|
4
|
+
data.tar.gz: 3d2ecfd9b84872c1bb4581ddb9ba28bbdb92991e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07fe893e5957527b90a82f55d05a2249d3c97d977d53c5cf6e96df1ac2ac18a2e15a74b2ddef65c6bdac09ba79d293a6c1ba9471019fb5316cbe6034e5ac2e2e
|
|
7
|
+
data.tar.gz: e3955d1563a0acca6473c1165a6606650c2efa51d85dcb5471f633d351e6dad348edf850b143c0231c85fcca9ce368827b9c747e373d43cc51f31e5b4b84f38f
|
data/lita-travis.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "lita-travis"
|
|
3
|
-
spec.version = "1.0.
|
|
3
|
+
spec.version = "1.0.1"
|
|
4
4
|
spec.authors = ["Jimmy Cuadra"]
|
|
5
5
|
spec.email = ["jimmy@jimmycuadra.com"]
|
|
6
6
|
spec.description = %q{A Lita handler for receiving notifications from Travis CI.}
|
data/locales/en.yml
CHANGED
|
@@ -6,7 +6,7 @@ en:
|
|
|
6
6
|
parse_error: "Could not parse JSON payload from Travis CI: %{message}"
|
|
7
7
|
message: >-
|
|
8
8
|
[Travis CI] %{repo}: %{status_message} at %{commit} (%{branch}) by
|
|
9
|
-
%{committer_name} - %{compare_url}
|
|
9
|
+
%{committer_name} - %{compare_url}
|
|
10
10
|
no_room_configured: >-
|
|
11
11
|
Notification from Travis CI for %{repo} ignored because no rooms were specified in the
|
|
12
12
|
config.repos hash, and no default rooms were specified in config.default_rooms.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lita-travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jimmy Cuadra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lita
|
|
@@ -134,10 +134,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
134
|
version: '0'
|
|
135
135
|
requirements: []
|
|
136
136
|
rubyforge_project:
|
|
137
|
-
rubygems_version: 2.
|
|
137
|
+
rubygems_version: 2.4.5
|
|
138
138
|
signing_key:
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: A Lita handler for receiving notifications from Travis CI.
|
|
141
141
|
test_files:
|
|
142
142
|
- spec/lita/handlers/travis_spec.rb
|
|
143
143
|
- spec/spec_helper.rb
|
|
144
|
+
has_rdoc:
|