captainslog 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/captainslog/version.rb +1 -1
  2. metadata +24 -43
@@ -1,3 +1,3 @@
1
1
  module Captainslog
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,72 +1,53 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: captainslog
3
- version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 1
9
- - 1
10
- version: 0.1.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - John Thomas Marino
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-05-04 00:00:00 -04:00
19
- default_executable:
12
+ date: 2011-09-29 00:00:00.000000000Z
20
13
  dependencies: []
21
-
22
- description: "\n captainslog is a command line utility that prints git logs by day and by author. This is useful when filling out time logs and emailing summaries of commits to clients.\n "
14
+ description: ! "\n captainslog is a command line utility that prints git logs by
15
+ day and by author. This is useful when filling out time logs and emailing summaries
16
+ of commits to clients.\n "
23
17
  email: writejm@gmail.com
24
- executables:
18
+ executables:
25
19
  - captainslog
26
20
  extensions: []
27
-
28
21
  extra_rdoc_files: []
29
-
30
- files:
22
+ files:
31
23
  - README.md
32
24
  - Rakefile
33
25
  - LICENSE
34
26
  - lib/captainslog/version.rb
35
27
  - lib/captainslog.rb
36
28
  - bin/captainslog
37
- has_rdoc: true
38
- homepage: http://github.com/johmas/captainslog
29
+ homepage: http://github.com/johnnytommy/captainslog
39
30
  licenses: []
40
-
41
31
  post_install_message:
42
32
  rdoc_options: []
43
-
44
- require_paths:
33
+ require_paths:
45
34
  - lib
46
- required_ruby_version: !ruby/object:Gem::Requirement
35
+ required_ruby_version: !ruby/object:Gem::Requirement
47
36
  none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- hash: 3
52
- segments:
53
- - 0
54
- version: "0"
55
- required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
42
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 3
61
- segments:
62
- - 0
63
- version: "0"
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
64
47
  requirements: []
65
-
66
48
  rubyforge_project: captainslog
67
- rubygems_version: 1.3.7
49
+ rubygems_version: 1.8.6
68
50
  signing_key:
69
51
  specification_version: 3
70
52
  summary: captainslog formats git logs by day and author
71
53
  test_files: []
72
-