doing 2.0.15 → 2.0.16

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
  SHA256:
3
- metadata.gz: 9c03e8b3f5d8a08d11bf11b6303a515074a3af443fd04b5168f186f0f18b390f
4
- data.tar.gz: 374e1564d045b98b58c287f10a9508c4ac5887cf61b0273ed18b7103a96aa179
3
+ metadata.gz: 262b91be12667a7fe32b425976d59da69e29c7a6979ef51b57672db4e2d6ac5f
4
+ data.tar.gz: 40557fb4ab216703c4c72d8509c42373187be1f328d9e54ba562b95d9d8af4e1
5
5
  SHA512:
6
- metadata.gz: 9cc8476e9b0cfdf54b9f534c580a1681282647ddac116b8c7d3ed23bb70eae9d2cedcac2b7dc47da613e73a37cd1169f81a40ad204a8e0224e0c61bf6cf19b89
7
- data.tar.gz: 334671030e776716fe4bb92fd311720fdc7ce17d2291c16e1eae76f2071dec907dd381978f85e144b3075d71bfb5a26f42e4d0934301a21b8c2fb580d4cb81ac
6
+ metadata.gz: 1ae876bc4a6aefe32d7fa4e2b81d86b0a8d1fe3a8299c8e4567065a707e03468a0e65cb3bba51519e9e2bf9a9f09be41ae13d918f50707677cfa8fb61f5a3345
7
+ data.tar.gz: d2dbc67e2479d98084eb4e4375c4ccdf3701747ed4b138879449c121abdbc64298e7070c2845ee8f5187058d2bd04bb3d2d5347af814807ed5c1cc902e657d16
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 2.0.15
1
+ ### 2.0.16
2
2
 
3
3
  - Test release to validate git flow automation
4
4
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doing (2.0.15)
4
+ doing (2.0.16)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  deep_merge (~> 1.2, >= 1.2.1)
7
7
  gli (~> 2.19, >= 2.19.2)
data/README.md CHANGED
@@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
6
6
 
7
7
  <!--README-->
8
8
 
9
- The current version of `doing` is <!--VER-->2.0.14<!--END VER-->.
9
+ The current version of `doing` is <!--VER-->2.0.15<!--END VER-->.
10
10
 
11
11
  Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).
12
12
 
data/doing.rdoc CHANGED
@@ -5,7 +5,7 @@ record of what you've been doing, complete with tag-based time tracking. The
5
5
  command line tool allows you to add entries, annotate with tags and notes, and
6
6
  view your entries with myriad options, with a focus on a "natural" language syntax.
7
7
 
8
- v2.0.15
8
+ v2.0.16
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg
data/lib/doing/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Doing
2
- VERSION = '2.0.15'
2
+ VERSION = '2.0.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 2.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra