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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTNhNTFhYWE3YTVlMTU4YWU3NGQ4NGQxYWE1YTcyMGNkMjI2N2NmYg==
4
+ OGM1MGVkNDdmMWM1MDc3NTE4YzExNWU2MTFiNGQ0MGI1MGM0Y2JlZQ==
5
5
  data.tar.gz: !binary |-
6
- ODJkMTczZTI2Mzk2YzJhOGE5NDBmMWZhMWM5ZWFhMGRjOWUzNjY0MQ==
6
+ ZGEzYzAyN2QyMGZlNTA1OGNjNjI2ZDJjNTUwNDZiZTQyZDBlZjg0MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGE3ZDZmNWUwOWUxYzhkZWFmZmVlYzEyNTdjMzNkZWI3NzdhNmZhNTFiY2Yx
10
- OTg2M2U0N2I1ODQwOGFmMWRkYmZhMDZkYjZmMWZkNjVkYTJkZDA4OWQyYWJk
11
- ZjFmYWFmNjRhZjllM2I4OTkzZmM4YzkwYzNlOTM2YmFmMDAwMzA=
9
+ ZThkNTZmYjhkYzkwMTUzMzM3ODE3MmYzYzliMTFlODViNzA1ODc2MzNlMTM0
10
+ YzIyNzE3Y2QyNmE4OWJiOTYzM2MwZGNiYzUwYTg0ODA5NGE0MGE4YzU4ZjRm
11
+ ZGE0Y2IyZmExOWIyYTBkZjAwNDI5NTJmY2U3ODIzOTBiYjg2YjQ=
12
12
  data.tar.gz: !binary |-
13
- MjUzYTE2MTdjOTYxMmNiODFiODY1ZTQ0MzViMmQ4OTljZmIwNTRlYzg1Yzhm
14
- ZDRhZGFmMjFhOTAxODA4NjE5NDljNjdlMGIwZDhkM2Q4YTFiYWVkMmJhYzhl
15
- NzkzNzc5OTNjNjdiNGYwZjNlMDA3YjY3ZThhMzI0MTFkNWZjNWI=
13
+ YTlmMDFkMTg3ZGIxZDU1ZjdhNmE1NzA5MzAyZTNkMWYyNjQxZWRjYzFmNzZh
14
+ ZTkwY2VlZDcwYzBiODk1OTFlMDU4YTgzNDJhMTMzZDEyYWQ2ODdkNWFhMWI3
15
+ MTE5ZTFiNGUyMzJkY2UxZGVjNGFhZmNiNTBkYmM1ZGI5OTE3M2Q=
@@ -5,3 +5,8 @@ Lita.load_locales Dir[File.expand_path(
5
5
  )]
6
6
 
7
7
  require 'lita/handlers/jenkins_notifier'
8
+
9
+ Lita::Handlers::JenkinsNotifier.template_root File.expand_path(
10
+ File.join('..', '..', 'templates'),
11
+ __FILE__
12
+ )
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@ SimpleCov.formatters = [
6
6
  ]
7
7
  SimpleCov.start { add_filter '/spec/' }
8
8
 
9
- require 'lita_jenkins_notifier'
9
+ require 'lita-jenkins-notifier'
10
10
  require 'lita/rspec'
11
11
 
12
12
  Lita.version_3_compatibility_mode = false
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.6
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