Graphiclious 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ Changes in 0.1.5
2
+ - removed require_rubygems
1
3
  Changes in 0.1.4
2
4
  - additional search field possible
3
5
  - url format 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/projects/rgl/"
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|
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  #$Id: delicious2yaml.rb,v 1.8 2006/03/07 23:39:04 wsdng Exp $
3
3
 
4
- require_gem 'Rubilicious'
4
+ require 'Rubilicious'
5
5
  require 'net/https'
6
6
 
7
7
  if(Rubilicious::VERSION == '0.1.5')
@@ -17,7 +17,6 @@
17
17
  # or other user-independent ressource files, too.
18
18
 
19
19
  begin
20
- require 'rubygems'
21
20
  require 'graphiclious/version.rb'
22
21
 
23
22
  # Try to find lib directory of this specific Graphiclious gem version
@@ -1,5 +1,3 @@
1
- require 'rubygems'
2
-
3
1
  def loadFox
4
2
  begin
5
3
  ['fox16', 'fox14', 'fox12'].each { |v|
@@ -1,11 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #$Id: url_graph.rb,v 1.8 2006/03/09 22:57:52 wsdng Exp $
3
3
 
4
- begin
5
- require 'rubygems'
6
- require_gem 'rgl'
7
- rescue LoadError
8
- end
9
4
  require 'rgl/adjacency'
10
5
  require 'rgl/dot'
11
6
  require 'rgl/implicit'
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Graphiclious
5
5
  def self.version
6
- '0.1.4'
6
+ '0.1.5'
7
7
  end
8
8
  end
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.4
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
- test_files: []
115
-
126
+ has_rdoc: false
127
+ homepage: http://graphiclious.rubyforge.org/
128
+ post_install_message:
116
129
  rdoc_options: []
117
130
 
118
- extra_rdoc_files: []
119
-
120
- executables:
121
- - graphiclious
122
- extensions: []
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
- dependencies:
127
- - !ruby/object:Gem::Dependency
128
- name: Rubilicious
129
- version_requirement:
130
- version_requirements: !ruby/object:Gem::Version::Requirement
131
- requirements:
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
+