punched 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: punched
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Philipp Staender
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Minimal time tracking tool for cli
14
+ email:
15
+ - philipp.staender@gmail.com
16
+ executables:
17
+ - punched
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ".travis.yml"
23
+ - Gemfile
24
+ - LICENSE
25
+ - README.md
26
+ - bin/punched
27
+ - lib/punchcard.rb
28
+ - punched.gemspec
29
+ - spec/punchcard_spec.rb
30
+ homepage: https://github.com/pstaender/punchcard
31
+ licenses:
32
+ - GPL-3.0
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements: []
49
+ rubyforge_project: punched
50
+ rubygems_version: 2.6.10
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: Punchcard Timetracker
54
+ test_files: []