time-sheet 0.5.4 → 0.5.5
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 +4 -4
- data/README.md +2 -1
- data/lib/time_sheet/time/cmd.rb +1 -1
- data/lib/time_sheet/version.rb +1 -1
- data/lib/time_sheet.rb +5 -1
- data/time_sheet.gemspec +1 -3
- metadata +2 -6
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a7d11fda14a1cad65a8395b72a860a5e9323a18addd2f4c2ac89d99db8d7362
|
4
|
+
data.tar.gz: da26acdd9662217aa62cd3baa97516547ab1a597a69fbf36b4e1c550d06358fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 295d61fc82e58c566f5573343b7e9a88bf0e10e3c22529ff8d237cc9a751520423e7e31396f54b0708d1c6d1c9965ef5244c7466cb0c943ea6f900e1409fa3a5
|
7
|
+
data.tar.gz: 4badb442e103db1da1c37f7c2dea78d8506409a60d5ae3dbf78aa10f736aa5d7fb456f4503d91a6f5cad782272c2a7fe84eac590c9754d98234d525fd612acc8
|
data/README.md
CHANGED
@@ -12,7 +12,8 @@ gem install time-sheet
|
|
12
12
|
## Usage
|
13
13
|
|
14
14
|
The gem bundles an executable which includes a help command, just run
|
15
|
-
`time-sheet.rb --help
|
15
|
+
`time-sheet.rb --help`. As an example spreadsheet, have a look at
|
16
|
+
[the sheet we use for tests](https://github.com/moritzschepp/time-sheet/raw/master/spec/data/time_log.xls).
|
16
17
|
|
17
18
|
## Contributing
|
18
19
|
|
data/lib/time_sheet/time/cmd.rb
CHANGED
@@ -103,7 +103,7 @@ class TimeSheet::Time::Cmd
|
|
103
103
|
o.boolean '-v', '--verbose', 'be more verbose'
|
104
104
|
o.separator "\n invoice options:"
|
105
105
|
o.integer '--package', 'for invoice output: build packages of this duration in hours', default: 0
|
106
|
-
o.integer '--petty', 'fold records
|
106
|
+
o.integer '--petty', 'fold records under a certain threshold into a "misc" activity', default: 0
|
107
107
|
end
|
108
108
|
end
|
109
109
|
|
data/lib/time_sheet/version.rb
CHANGED
data/lib/time_sheet.rb
CHANGED
data/time_sheet.gemspec
CHANGED
@@ -14,9 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
|
15
15
|
spec.metadata = {
|
16
16
|
"bug_tracker_uri" => "https://github.com/moritzschepp/time-sheet/issues",
|
17
|
-
"documentation_uri" => "https://github.com/moritzschepp/time-sheet"
|
18
|
-
"homepage_uri" => "https://github.com/moritzschepp/time-sheet",
|
19
|
-
"source_code_uri" => "https://github.com/moritzschepp/time-sheet"
|
17
|
+
"documentation_uri" => "https://github.com/moritzschepp/time-sheet"
|
20
18
|
}
|
21
19
|
|
22
20
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: time-sheet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moritz Schepp
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spreadsheet
|
@@ -108,8 +108,6 @@ files:
|
|
108
108
|
- Gemfile
|
109
109
|
- README.md
|
110
110
|
- Rakefile
|
111
|
-
- bin/console
|
112
|
-
- bin/setup
|
113
111
|
- exe/time-sheet.rb
|
114
112
|
- lib/time_sheet.rb
|
115
113
|
- lib/time_sheet/table_printer.rb
|
@@ -127,8 +125,6 @@ licenses:
|
|
127
125
|
metadata:
|
128
126
|
bug_tracker_uri: https://github.com/moritzschepp/time-sheet/issues
|
129
127
|
documentation_uri: https://github.com/moritzschepp/time-sheet
|
130
|
-
homepage_uri: https://github.com/moritzschepp/time-sheet
|
131
|
-
source_code_uri: https://github.com/moritzschepp/time-sheet
|
132
128
|
post_install_message:
|
133
129
|
rdoc_options: []
|
134
130
|
require_paths:
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "mps"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|