Graphiclious 0.1.4 → 0.1.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.
- data/CHANGES.txt +2 -0
- data/gemspec.rb +1 -1
- data/lib/graphiclious/delicious_api.rb +1 -1
- data/lib/graphiclious/environment.rb +0 -1
- data/lib/graphiclious/require_fox.rb +0 -2
- data/lib/graphiclious/url_graph.rb +0 -5
- data/lib/graphiclious/version.rb +1 -1
- metadata +65 -56
data/CHANGES.txt
CHANGED
data/gemspec.rb
CHANGED
|
@@ -18,7 +18,7 @@ spec = Gem::Specification.new do |s|
|
|
|
18
18
|
s.version = Graphiclious.version
|
|
19
19
|
s.author = "Sascha D�rdelmann"
|
|
20
20
|
s.email = "wsdngatrubyforge at hinterkattentuffel.de"
|
|
21
|
-
s.homepage = "http://rubyforge.org/
|
|
21
|
+
s.homepage = "http://graphiclious.rubyforge.org/"
|
|
22
22
|
s.platform = Gem::Platform::RUBY
|
|
23
23
|
s.summary = summary
|
|
24
24
|
s.files = Dir.glob("**/*").reject { |f|
|
data/lib/graphiclious/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,33 +1,45 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.2
|
|
3
|
-
specification_version: 1
|
|
4
2
|
name: Graphiclious
|
|
5
3
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.1.
|
|
7
|
-
date: 2008-05-13 00:00:00 +02:00
|
|
8
|
-
summary: Create an html image map pointing to generated static html pages from your del.icio.us links. Uses Rubilicious and Graphviz. Interface done with FXRuby
|
|
9
|
-
require_paths:
|
|
10
|
-
- lib
|
|
11
|
-
email: wsdngatrubyforge at hinterkattentuffel.de
|
|
12
|
-
homepage: http://rubyforge.org/projects/rgl/
|
|
13
|
-
rubyforge_project:
|
|
14
|
-
description:
|
|
15
|
-
autorequire:
|
|
16
|
-
default_executable:
|
|
17
|
-
bindir: bin
|
|
18
|
-
has_rdoc: false
|
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.0.0
|
|
24
|
-
version:
|
|
4
|
+
version: 0.1.5
|
|
25
5
|
platform: ruby
|
|
26
|
-
signing_key:
|
|
27
|
-
cert_chain:
|
|
28
|
-
post_install_message:
|
|
29
6
|
authors:
|
|
30
7
|
- "Sascha D\xF6rdelmann"
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2008-07-09 00:00:00 +02:00
|
|
13
|
+
default_executable:
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: Rubilicious
|
|
17
|
+
type: :runtime
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
+
requirements:
|
|
21
|
+
- - ">="
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: "0"
|
|
24
|
+
version:
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: rgl
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: "0"
|
|
34
|
+
version:
|
|
35
|
+
description:
|
|
36
|
+
email: wsdngatrubyforge at hinterkattentuffel.de
|
|
37
|
+
executables:
|
|
38
|
+
- graphiclious
|
|
39
|
+
extensions: []
|
|
40
|
+
|
|
41
|
+
extra_rdoc_files: []
|
|
42
|
+
|
|
31
43
|
files:
|
|
32
44
|
- gemspec.rb
|
|
33
45
|
- README.txt
|
|
@@ -48,18 +60,18 @@ files:
|
|
|
48
60
|
- lib
|
|
49
61
|
- lib/graphiclious
|
|
50
62
|
- lib/graphiclious/dot_attributes.rb
|
|
51
|
-
- lib/graphiclious/require_fox.rb
|
|
52
|
-
- lib/graphiclious/url_graph.rb
|
|
53
63
|
- lib/graphiclious/utf8.rb
|
|
54
|
-
- lib/graphiclious/version.rb
|
|
55
|
-
- lib/graphiclious/environment.rb
|
|
56
64
|
- lib/graphiclious/ftp_browser.rb
|
|
57
65
|
- lib/graphiclious/yaml-links2html.rb
|
|
58
66
|
- lib/graphiclious/delicious2yaml.rb
|
|
59
|
-
- lib/graphiclious/delicious_api.rb
|
|
60
67
|
- lib/graphiclious/gui.rb
|
|
61
68
|
- lib/graphiclious/help.rb
|
|
62
69
|
- lib/graphiclious/yaml-links2js.rb
|
|
70
|
+
- lib/graphiclious/delicious_api.rb
|
|
71
|
+
- lib/graphiclious/require_fox.rb
|
|
72
|
+
- lib/graphiclious/environment.rb
|
|
73
|
+
- lib/graphiclious/url_graph.rb
|
|
74
|
+
- lib/graphiclious/version.rb
|
|
63
75
|
- lib/graphiclious.rb
|
|
64
76
|
- doc
|
|
65
77
|
- doc/screenshots
|
|
@@ -111,34 +123,31 @@ files:
|
|
|
111
123
|
- javascript/index.htm
|
|
112
124
|
- javascript/cloud.js
|
|
113
125
|
- CHANGES.txt
|
|
114
|
-
|
|
115
|
-
|
|
126
|
+
has_rdoc: false
|
|
127
|
+
homepage: http://graphiclious.rubyforge.org/
|
|
128
|
+
post_install_message:
|
|
116
129
|
rdoc_options: []
|
|
117
130
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
131
|
+
require_paths:
|
|
132
|
+
- lib
|
|
133
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
|
+
requirements:
|
|
135
|
+
- - ">="
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: "0"
|
|
138
|
+
version:
|
|
139
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
|
+
requirements:
|
|
141
|
+
- - ">="
|
|
142
|
+
- !ruby/object:Gem::Version
|
|
143
|
+
version: "0"
|
|
144
|
+
version:
|
|
124
145
|
requirements: []
|
|
125
146
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
- !ruby/object:Gem::Version
|
|
134
|
-
version: 0.0.0
|
|
135
|
-
version:
|
|
136
|
-
- !ruby/object:Gem::Dependency
|
|
137
|
-
name: rgl
|
|
138
|
-
version_requirement:
|
|
139
|
-
version_requirements: !ruby/object:Gem::Version::Requirement
|
|
140
|
-
requirements:
|
|
141
|
-
- - ">"
|
|
142
|
-
- !ruby/object:Gem::Version
|
|
143
|
-
version: 0.0.0
|
|
144
|
-
version:
|
|
147
|
+
rubyforge_project:
|
|
148
|
+
rubygems_version: 1.2.0
|
|
149
|
+
signing_key:
|
|
150
|
+
specification_version: 2
|
|
151
|
+
summary: Create an html image map pointing to generated static html pages from your del.icio.us links. Uses Rubilicious and Graphviz. Interface done with FXRuby
|
|
152
|
+
test_files: []
|
|
153
|
+
|