agile_notifier 2.1.2 → 2.1.3
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/README.md +1 -0
- data/agile_notifier.gemspec +1 -1
- data/lib/agile_notifier/composer.rb +1 -1
- data/lib/agile_notifier.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0adf699cc943532bb7f0002a035d74032e16d24
|
|
4
|
+
data.tar.gz: 7083804b8bda11b32dcc6bca4b2f5148d4d7494b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84795e1f3f2255496907e2308017f820fb5e0d5aad0d555458f988576b9eec4edc74958ca59eb43708db8feef5cc60adc7304a4bb3eb02b0a1164f4b64d1d57b
|
|
7
|
+
data.tar.gz: fb516e64ec83c5977dc31d588ebd38b2a245be71f7d3843172959d6c8149c966ddf973166b43fee5a17b63258f29bdb6d326388f0875c595c5cc7ad8df084ac0
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@ AgileNotifier
|
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
4
|
[](http://badge.fury.io/rb/agile_notifier)
|
|
5
|
+
[](https://codeclimate.com/github/thyrlian/AgileNotifier)
|
|
5
6
|
[](https://travis-ci.org/thyrlian/AgileNotifier)
|
|
6
7
|
|
|
7
8
|
Agile Notifier - an easy way of monitoring Agile SW Engineering by auralization change. It supports most of the popular tools including **CI** (Continuous Integration), **SCM** (Source Control Management), and **ITS** (Issue Tracking System). Of course you can integrate more tools as you want. And the simple beautiful DSL syntax gives you a rocket start.
|
data/agile_notifier.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.name = 'agile_notifier'
|
|
8
8
|
s.version = AgileNotifier::VERSION
|
|
9
9
|
s.license = 'MIT'
|
|
10
|
-
s.date = '
|
|
10
|
+
s.date = '2015-03-18'
|
|
11
11
|
s.summary = %q{agile_notifier alerts you via making wonderful noises when your Continuous Integration status changes.}
|
|
12
12
|
s.description = %q{agile_notifier alerts you via making wonderful noises when your Continuous Integration status changes. It totally makes software development more agile and more fun.}
|
|
13
13
|
s.authors = ['Jing Li']
|
|
@@ -7,7 +7,7 @@ module AgileNotifier
|
|
|
7
7
|
"%{committer_name} hat den Build kaputt gemacht.",
|
|
8
8
|
"Schießt %{committer_name} mit der Nerf Gun ab!",
|
|
9
9
|
"%{committer_name} hat Scheiße gebaut.",
|
|
10
|
-
"
|
|
10
|
+
"Hilfe! Hilfe! %{committer_name} versucht mich zu töten!"
|
|
11
11
|
],
|
|
12
12
|
en: [
|
|
13
13
|
"%{committer_name} has broken the build.",
|
data/lib/agile_notifier.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agile_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jing Li
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
version: '0'
|
|
128
128
|
requirements: []
|
|
129
129
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.
|
|
130
|
+
rubygems_version: 2.4.3
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: agile_notifier alerts you via making wonderful noises when your Continuous
|