ReinH-gitviz 0.1.0 → 0.1.1
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.
- data/CHANGELOG +2 -0
- data/gitviz.gemspec +14 -14
- metadata +7 -7
data/CHANGELOG
CHANGED
data/gitviz.gemspec
CHANGED
@@ -1,38 +1,38 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Gitviz-0.1.
|
2
|
+
# Gem::Specification for Gitviz-0.1.1
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{gitviz}
|
7
|
-
s.version = "0.1.
|
7
|
+
s.version = "0.1.1"
|
8
8
|
|
9
9
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
-
s.authors = [""]
|
13
|
-
s.date = %q{2008-04-
|
12
|
+
s.authors = ["Rein Henrichs"]
|
13
|
+
s.date = %q{2008-04-28}
|
14
14
|
s.default_executable = %q{gitviz}
|
15
|
-
s.description = %q{}
|
16
|
-
s.email = %q{}
|
15
|
+
s.description = %q{GitViz generates DOT files from git commit graphs for GraphViz and great justice.}
|
16
|
+
s.email = %q{reinh@reinh.com}
|
17
17
|
s.executables = ["gitviz"]
|
18
18
|
s.extra_rdoc_files = ["bin/gitviz", "CHANGELOG", "lib/gitviz/digraph.rb", "lib/gitviz/errors.rb", "lib/gitviz/git_commands.rb", "lib/gitviz.rb", "LICENSE", "README.markdown"]
|
19
19
|
s.files = ["bin/gitviz", "CHANGELOG", "lib/gitviz/digraph.rb", "lib/gitviz/errors.rb", "lib/gitviz/git_commands.rb", "lib/gitviz.rb", "LICENSE", "Manifest", "README.markdown", "spec/gitviz_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "gitviz.gemspec"]
|
20
20
|
s.has_rdoc = true
|
21
|
-
s.homepage = %q{}
|
21
|
+
s.homepage = %q{http://github.com/reinh/gitviz}
|
22
22
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Gitviz", "--main", "README.markdown"]
|
23
23
|
s.require_paths = ["lib"]
|
24
24
|
s.rubyforge_project = %q{gitviz}
|
25
25
|
s.rubygems_version = %q{1.0.1}
|
26
|
-
s.summary = %q{}
|
26
|
+
s.summary = %q{GitViz generates DOT files from git commit graphs for GraphViz and great justice.}
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
30
|
# # Original Rakefile source (requires the Echoe gem):
|
31
31
|
#
|
32
32
|
# require 'echoe'
|
33
|
-
# Echoe.new('gitviz')
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
33
|
+
# Echoe.new('gitviz') do |p|
|
34
|
+
# p.author = "Rein Henrichs"
|
35
|
+
# p.email = "reinh@reinh.com"
|
36
|
+
# p.summary = "GitViz generates DOT files from git commit graphs for GraphViz and great justice."
|
37
|
+
# p.url = "http://github.com/reinh/gitviz"
|
38
|
+
# end
|
metadata
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ReinH-gitviz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Rein Henrichs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-04-
|
12
|
+
date: 2008-04-28 00:00:00 -07:00
|
13
13
|
default_executable: gitviz
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description:
|
17
|
-
email:
|
16
|
+
description: GitViz generates DOT files from git commit graphs for GraphViz and great justice.
|
17
|
+
email: reinh@reinh.com
|
18
18
|
executables:
|
19
19
|
- gitviz
|
20
20
|
extensions: []
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- spec/spec_helper.rb
|
44
44
|
- gitviz.gemspec
|
45
45
|
has_rdoc: true
|
46
|
-
homepage:
|
46
|
+
homepage: http://github.com/reinh/gitviz
|
47
47
|
post_install_message:
|
48
48
|
rdoc_options:
|
49
49
|
- --line-numbers
|
@@ -72,6 +72,6 @@ rubyforge_project: gitviz
|
|
72
72
|
rubygems_version: 1.0.1
|
73
73
|
signing_key:
|
74
74
|
specification_version: 2
|
75
|
-
summary:
|
75
|
+
summary: GitViz generates DOT files from git commit graphs for GraphViz and great justice.
|
76
76
|
test_files: []
|
77
77
|
|