waddup 0.2.0 → 0.2.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: 41d84aaf796c2b8557e948350c43c4e451833217
4
- data.tar.gz: 3acf2d4a01290ffbbec9382bdc42294226df4738
3
+ metadata.gz: ef1c38a88a2646e5d5c1564a4c8b841457cd0b98
4
+ data.tar.gz: 082b041c514d4052ce09af3fea06e69ea8de98ec
5
5
  SHA512:
6
- metadata.gz: e4555eb4f6aa5572113ad4e24064140b59af2d9442e6a48dcb9e9d555105d8fd6ca5304c936f447e461f12f6517b01060911dd38cf0b038f623cbc20a005f2c8
7
- data.tar.gz: 109ba65acf536fe8324fb4af8bd498b732a0d098212e7391ac3bd45aaa3c80981d243d9810154a4850568121dcb701501ada8fc69d08996e99fdf4f94ca6a6dd
6
+ metadata.gz: 3df5da31efda94cb28bdfff34ae2ad9d176eb7a8cc2065c3c5ef27b2278728b4ba265e4645087e50fe38985f88c48aa02ccc93bb19a17a037b4671aaf169b7c4
7
+ data.tar.gz: a99163eb3772245d095c885732863262a4a82ab8d66dc9e2f956800c1f5a643f92e09f01fca0d305225c5b951792bf890b61c5448921ecdae8babf2a3a43e734
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### v0.2.1 - December 1, 2013
4
+ - Default timesheet format to visual.
5
+
3
6
  ### v0.2.0 - November 29, 2013
4
7
  - Proper CLI implementation supporting `--version` and `--help`.
5
8
  - Visual and JSON output support using `--format`.
@@ -55,6 +55,8 @@ module Waddup
55
55
  c.description = 'Aggregates events and generates timesheet between from and to range'
56
56
  c.option '--format visual | json', String, 'Provides timesheet in specified format'
57
57
  c.action do |args, options|
58
+ options.default format: 'visual'
59
+
58
60
  parse! args
59
61
 
60
62
  # Sanity checking
@@ -1,7 +1,7 @@
1
1
  module Waddup
2
2
 
3
3
  NAME = 'Waddup'
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  SUMMARY = 'Waddup retraces your activities from arbitrary sources such as version control, issue tracking software and mail clients'
6
6
 
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waddup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Kurvers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-29 00:00:00.000000000 Z
11
+ date: 2013-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic
@@ -225,4 +225,3 @@ test_files:
225
225
  - spec/waddup/sources/apple_calendar_spec.rb
226
226
  - spec/waddup/sources/apple_mail_spec.rb
227
227
  - spec/waddup/sources/git_spec.rb
228
- has_rdoc: