slack_notification_generator 0.2.6 → 0.2.7

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: 25133deb4cfd22ec00c5a802b6307c0a530d7427
4
- data.tar.gz: 9c5c3157e62f8be3110015f2ba1da24d705279fd
3
+ metadata.gz: 5735b8ed3188c334a265071c046453d43cf4cfef
4
+ data.tar.gz: 2410ce943e9f767ff7fd823164d5482332e2335b
5
5
  SHA512:
6
- metadata.gz: bf6e097ad5ff82ddeedcefb0a0248b7f39ecb9caddae0c0ca9d4b74030c0837a066ce2f33e66b00029c21ecdef2fbb2abf3f5c201641762c971989c8fa300c9c
7
- data.tar.gz: 86d650a1d2e59207a5403ce6fe651910bcb3b3a6745f8da7c699930e3cd4375182a07282844a35231db1af45baee0c26326f86ecc9f605031b4dfb463637473d
6
+ metadata.gz: c10af1627c21a5d88de4511bc5de45543492133d98bbc57483484e3cab502ea3e4980423459e259480ce97150ce91272f9128f6f4d8e95a250978b1dd935e7b2
7
+ data.tar.gz: 4f9a7597dcf5a7341429dbb588352ffa469f100959e96f10925011c7c52a06a54e4dd0ffb1d9cc5f1d154df8dc09b7af6a8611da6ff6cd0efc3c1aba5f5fcd4e
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.2.6](https://github.com/jasonhutchens/slack_notification_generator/tree/v0.2.6) (2015-09-12)
4
+ [Full Changelog](https://github.com/jasonhutchens/slack_notification_generator/compare/v0.2.5...v0.2.6)
5
+
3
6
  ## [v0.2.5](https://github.com/jasonhutchens/slack_notification_generator/tree/v0.2.5) (2015-09-02)
4
7
  [Full Changelog](https://github.com/jasonhutchens/slack_notification_generator/compare/v0.2.4...v0.2.5)
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
@@ -186,7 +186,7 @@ class SlackNotificationGenerator
186
186
  else
187
187
  seconds =
188
188
  commit[:times].map do |data|
189
- ChronicDuration.parse(data)
189
+ ChronicDuration.parse(data) || 0
190
190
  end.reduce(:+)
191
191
  ChronicDuration.output(seconds)
192
192
  end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: slack_notification_generator 0.2.6 ruby lib
5
+ # stub: slack_notification_generator 0.2.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "slack_notification_generator"
9
- s.version = "0.2.6"
9
+ s.version = "0.2.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Jason Hutchens"]
14
- s.date = "2015-09-12"
14
+ s.date = "2015-09-23"
15
15
  s.description = "Does what it says on the tin."
16
16
  s.email = "jasonhutchens@gmail.com"
17
17
  s.executables = ["slack_notification_generator"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_notification_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Hutchens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-12 00:00:00.000000000 Z
11
+ date: 2015-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic_duration