leboncoin 0.0.1 → 0.0.2
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/README.rdoc +17 -0
- data/leboncoin.gemspec +36 -0
- data/lib/leboncoin.rb +1 -1
- metadata +24 -15
data/README.rdoc
ADDED
data/leboncoin.gemspec
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
Gem::Specification.new do |s|
|
|
4
|
+
s.name = %q{leboncoin}
|
|
5
|
+
s.version = "0.0.2"
|
|
6
|
+
|
|
7
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
+
s.authors = ["Karim DRIDI"]
|
|
9
|
+
s.date = %q{2010-10-25}
|
|
10
|
+
s.description = %q{leboncoin toolkit.}
|
|
11
|
+
s.email = %q{karim.dridi@gmail.com}
|
|
12
|
+
s.extra_rdoc_files = ["README.rdoc", "lib/leboncoin.rb"]
|
|
13
|
+
s.files = ["README.rdoc", "lib/leboncoin.rb", "leboncoin.gemspec"]
|
|
14
|
+
s.homepage = %q{http://github.com/kdridi/leboncoin}
|
|
15
|
+
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Leboncoin", "--main", "README.rdoc"]
|
|
16
|
+
s.require_paths = ["lib"]
|
|
17
|
+
s.rubyforge_project = %q{leboncoin}
|
|
18
|
+
s.rubygems_version = %q{1.3.7}
|
|
19
|
+
s.summary = %q{Let's search through leboncoin.fr items!}
|
|
20
|
+
|
|
21
|
+
if s.respond_to? :specification_version then
|
|
22
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
23
|
+
s.specification_version = 3
|
|
24
|
+
|
|
25
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
26
|
+
s.add_runtime_dependency(%q<htmlentities>, [">= 0"])
|
|
27
|
+
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
|
|
28
|
+
else
|
|
29
|
+
s.add_dependency(%q<htmlentities>, [">= 0"])
|
|
30
|
+
s.add_dependency(%q<nokogiri>, [">= 0"])
|
|
31
|
+
end
|
|
32
|
+
else
|
|
33
|
+
s.add_dependency(%q<htmlentities>, [">= 0"])
|
|
34
|
+
s.add_dependency(%q<nokogiri>, [">= 0"])
|
|
35
|
+
end
|
|
36
|
+
end
|
data/lib/leboncoin.rb
CHANGED
metadata
CHANGED
|
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
|
-
authors:
|
|
12
|
-
|
|
11
|
+
authors:
|
|
12
|
+
- Karim DRIDI
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
@@ -43,23 +43,31 @@ dependencies:
|
|
|
43
43
|
version: "0"
|
|
44
44
|
type: :runtime
|
|
45
45
|
version_requirements: *id002
|
|
46
|
-
description:
|
|
47
|
-
email:
|
|
46
|
+
description: leboncoin toolkit.
|
|
47
|
+
email: karim.dridi@gmail.com
|
|
48
48
|
executables: []
|
|
49
49
|
|
|
50
50
|
extensions: []
|
|
51
51
|
|
|
52
|
-
extra_rdoc_files:
|
|
53
|
-
|
|
52
|
+
extra_rdoc_files:
|
|
53
|
+
- README.rdoc
|
|
54
|
+
- lib/leboncoin.rb
|
|
54
55
|
files:
|
|
56
|
+
- README.rdoc
|
|
55
57
|
- lib/leboncoin.rb
|
|
58
|
+
- leboncoin.gemspec
|
|
56
59
|
has_rdoc: true
|
|
57
|
-
homepage:
|
|
60
|
+
homepage: http://github.com/kdridi/leboncoin
|
|
58
61
|
licenses: []
|
|
59
62
|
|
|
60
63
|
post_install_message:
|
|
61
|
-
rdoc_options:
|
|
62
|
-
|
|
64
|
+
rdoc_options:
|
|
65
|
+
- --line-numbers
|
|
66
|
+
- --inline-source
|
|
67
|
+
- --title
|
|
68
|
+
- Leboncoin
|
|
69
|
+
- --main
|
|
70
|
+
- README.rdoc
|
|
63
71
|
require_paths:
|
|
64
72
|
- lib
|
|
65
73
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -76,14 +84,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
84
|
- - ">="
|
|
77
85
|
- !ruby/object:Gem::Version
|
|
78
86
|
segments:
|
|
79
|
-
-
|
|
80
|
-
|
|
87
|
+
- 1
|
|
88
|
+
- 2
|
|
89
|
+
version: "1.2"
|
|
81
90
|
requirements: []
|
|
82
91
|
|
|
83
|
-
rubyforge_project:
|
|
92
|
+
rubyforge_project: leboncoin
|
|
84
93
|
rubygems_version: 1.3.7
|
|
85
94
|
signing_key:
|
|
86
95
|
specification_version: 3
|
|
87
|
-
summary:
|
|
96
|
+
summary: Let's search through leboncoin.fr items!
|
|
88
97
|
test_files: []
|
|
89
98
|
|