lita-jenkins-notifier 0.0.2.pre.alpha.pre.6 → 0.0.2.pre.alpha.pre.8
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 +8 -8
- data/lib/{lita_jenkins_notifier.rb → lita-jenkins-notifier.rb} +5 -0
- data/spec/spec_helper.rb +1 -1
- data/templates/.gitkeep +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGM1MGVkNDdmMWM1MDc3NTE4YzExNWU2MTFiNGQ0MGI1MGM0Y2JlZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGEzYzAyN2QyMGZlNTA1OGNjNjI2ZDJjNTUwNDZiZTQyZDBlZjg0MA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZThkNTZmYjhkYzkwMTUzMzM3ODE3MmYzYzliMTFlODViNzA1ODc2MzNlMTM0
|
10
|
+
YzIyNzE3Y2QyNmE4OWJiOTYzM2MwZGNiYzUwYTg0ODA5NGE0MGE4YzU4ZjRm
|
11
|
+
ZGE0Y2IyZmExOWIyYTBkZjAwNDI5NTJmY2U3ODIzOTBiYjg2YjQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTlmMDFkMTg3ZGIxZDU1ZjdhNmE1NzA5MzAyZTNkMWYyNjQxZWRjYzFmNzZh
|
14
|
+
ZTkwY2VlZDcwYzBiODk1OTFlMDU4YTgzNDJhMTMzZDEyYWQ2ODdkNWFhMWI3
|
15
|
+
MTE5ZTFiNGUyMzJkY2UxZGVjNGFhZmNiNTBkYmM1ZGI5OTE3M2Q=
|
data/spec/spec_helper.rb
CHANGED
data/templates/.gitkeep
ADDED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-jenkins-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.2.pre.alpha.pre.
|
4
|
+
version: 0.0.2.pre.alpha.pre.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Kowis
|
@@ -139,12 +139,13 @@ files:
|
|
139
139
|
- LICENSE
|
140
140
|
- README.md
|
141
141
|
- Rakefile
|
142
|
+
- lib/lita-jenkins-notifier.rb
|
142
143
|
- lib/lita/handlers/jenkins_notifier.rb
|
143
|
-
- lib/lita_jenkins_notifier.rb
|
144
144
|
- lita-jenkins-notifier.gemspec
|
145
145
|
- locales/en.yml
|
146
146
|
- spec/lita/handlers/jenkins_notifier_spec.rb
|
147
147
|
- spec/spec_helper.rb
|
148
|
+
- templates/.gitkeep
|
148
149
|
homepage: http://github.com/dkowis/lita-jenkins-notifier
|
149
150
|
licenses:
|
150
151
|
- MIT
|