agile_notifier 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34504b3a9422b50073c4fe0f45b0dc52ebca9ed8
4
- data.tar.gz: 724a67ca83c874eecafd91b99926df5fe5b9bc2c
3
+ metadata.gz: 41aec86572fd574612c90eeaff7b250a38747428
4
+ data.tar.gz: ff763fd1bfaddd9ec1e846edcd8d33b1bc8f1822
5
5
  SHA512:
6
- metadata.gz: 6da9030c1896cc97f6d8299e5f8d18e439e29aae0f291abc31ed59f91c8af43f9f5ef78fa343ee0a7c28624bd088d93ee146c140dd5d2e3ec10f9157f88da80c
7
- data.tar.gz: b0aefc03d0fe0c5c8fdeade85bfe0503b2ba660a263c838ba5f5de6da6f7868d79f1ff68174e4388e424b3a3fd05f702b07d4aa6d865ff53ca1a80fce5ba026b
6
+ metadata.gz: a4edb8f07f0afcac32d63b945472b2706db8716a2aa4995c77d7082961a5cc4457d0832dc7fc56e7993bb8c4e80b20870071d5d1aec61e839a420546570441a4
7
+ data.tar.gz: 2f63fb2a3d1a039de45045b93ba6d75b2d6294785185158d148ac8407bf39bff8006e126e56487316fc7cec031aafc6cc5164830ed62d63b3adf9e4885aed564
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.version = AgileNotifier::VERSION
9
9
  s.license = 'MIT'
10
10
  s.date = '2014-05-06'
11
- s.summary = %q{agile_notifier alerts you via making wonderful noises}
12
- s.description = %q{agile_notifier alerts you via making wonderful noises, make software development more fun}
11
+ s.summary = %q{agile_notifier alerts you via making wonderful noises when your Continuous Integration status changes.}
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']
14
14
  s.email = ['thyrlian@gmail.com']
15
15
  s.files = `git ls-files`.split("\n")
@@ -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 = '1.1'
4
+ VERSION = '1.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agile_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jing Li
@@ -70,8 +70,9 @@ dependencies:
70
70
  - - '>='
71
71
  - !ruby/object:Gem::Version
72
72
  version: 0.14.0
73
- description: agile_notifier alerts you via making wonderful noises, make software
74
- development more fun
73
+ description: agile_notifier alerts you via making wonderful noises when your Continuous
74
+ Integration status changes. It totally makes software development more agile and
75
+ more fun.
75
76
  email:
76
77
  - thyrlian@gmail.com
77
78
  executables: []
@@ -128,7 +129,8 @@ rubyforge_project:
128
129
  rubygems_version: 2.2.2
129
130
  signing_key:
130
131
  specification_version: 4
131
- summary: agile_notifier alerts you via making wonderful noises
132
+ summary: agile_notifier alerts you via making wonderful noises when your Continuous
133
+ Integration status changes.
132
134
  test_files:
133
135
  - test/ext/module.rb
134
136
  - test/helper.rb