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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f01bb4838af1fea72f2a614dbbec02cb1ac205c5
4
- data.tar.gz: 1600c657344317ae769f24d8cbd5b1cd37b6611f
3
+ metadata.gz: c0adf699cc943532bb7f0002a035d74032e16d24
4
+ data.tar.gz: 7083804b8bda11b32dcc6bca4b2f5148d4d7494b
5
5
  SHA512:
6
- metadata.gz: 3372a9b51188a51d1947eb98fd753e1026eb51802de738a07562a4aa5da2623ab280639e709f989b85c7541e07abc9842eb766bdef5d8cbac96a9ec9b9218cfd
7
- data.tar.gz: 2f33397f6f103c24ff62b05a7b61baee6bb715f23ae80fe05d49c4f0b11c082966c1aea2b7b5ed47709f265c86588e9ac321c8c7bcb199d3107cf330f4d3e774
6
+ metadata.gz: 84795e1f3f2255496907e2308017f820fb5e0d5aad0d555458f988576b9eec4edc74958ca59eb43708db8feef5cc60adc7304a4bb3eb02b0a1164f4b64d1d57b
7
+ data.tar.gz: fb516e64ec83c5977dc31d588ebd38b2a245be71f7d3843172959d6c8149c966ddf973166b43fee5a17b63258f29bdb6d326388f0875c595c5cc7ad8df084ac0
data/README.md CHANGED
@@ -2,6 +2,7 @@ AgileNotifier
2
2
  =============
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/agile_notifier.svg)](http://badge.fury.io/rb/agile_notifier)
5
+ [![Code Climate](https://codeclimate.com/github/thyrlian/AgileNotifier/badges/gpa.svg)](https://codeclimate.com/github/thyrlian/AgileNotifier)
5
6
  [![Build Status](https://travis-ci.org/thyrlian/AgileNotifier.svg?branch=master)](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.
@@ -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 = '2014-10-02'
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
- "%Hilfe! Hilfe! %{committer_name} versucht mich zu töten!"
10
+ "Hilfe! Hilfe! %{committer_name} versucht mich zu töten!"
11
11
  ],
12
12
  en: [
13
13
  "%{committer_name} has broken the build.",
@@ -1,5 +1,5 @@
1
1
  Dir[(File.expand_path(File.dirname(__FILE__)) + "/agile_notifier/*.rb")].each { |file| require file }
2
2
 
3
3
  module AgileNotifier
4
- VERSION = '2.1.2'
4
+ VERSION = '2.1.3'
5
5
  end
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.2
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: 2014-10-02 00:00:00.000000000 Z
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.2.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