delicious-cli 0.3.1 → 0.3.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/lib/delicious-cli/display.rb +1 -1
- metadata +30 -10
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: delicious-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 23
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 3
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.3.2
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- epitron
|
|
@@ -9,24 +15,28 @@ autorequire:
|
|
|
9
15
|
bindir: bin
|
|
10
16
|
cert_chain: []
|
|
11
17
|
|
|
12
|
-
date:
|
|
18
|
+
date: 2010-10-25 00:00:00 -04:00
|
|
13
19
|
default_executable:
|
|
14
20
|
dependencies:
|
|
15
21
|
- !ruby/object:Gem::Dependency
|
|
16
22
|
name: httparty
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
20
26
|
requirements:
|
|
21
27
|
- - ">="
|
|
22
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 3
|
|
30
|
+
segments:
|
|
31
|
+
- 0
|
|
23
32
|
version: "0"
|
|
24
|
-
|
|
33
|
+
type: :runtime
|
|
34
|
+
version_requirements: *id001
|
|
25
35
|
description: A commandline tool which lets you download all your delicious.com links and search them (with pretty color-coded results).
|
|
26
36
|
email: chris@ill-logic.com
|
|
27
37
|
executables:
|
|
28
|
-
- dels
|
|
29
38
|
- delicious
|
|
39
|
+
- dels
|
|
30
40
|
extensions: []
|
|
31
41
|
|
|
32
42
|
extra_rdoc_files:
|
|
@@ -42,6 +52,10 @@ files:
|
|
|
42
52
|
- lib/delicious-cli/settings.rb
|
|
43
53
|
- LICENSE
|
|
44
54
|
- README.rdoc
|
|
55
|
+
- test/delicious-cli_test.rb
|
|
56
|
+
- test/test_helper.rb
|
|
57
|
+
- bin/delicious
|
|
58
|
+
- bin/dels
|
|
45
59
|
has_rdoc: true
|
|
46
60
|
homepage: http://github.com/epitron/delicious-cli
|
|
47
61
|
licenses: []
|
|
@@ -52,21 +66,27 @@ rdoc_options:
|
|
|
52
66
|
require_paths:
|
|
53
67
|
- lib
|
|
54
68
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
|
+
none: false
|
|
55
70
|
requirements:
|
|
56
71
|
- - ">="
|
|
57
72
|
- !ruby/object:Gem::Version
|
|
73
|
+
hash: 3
|
|
74
|
+
segments:
|
|
75
|
+
- 0
|
|
58
76
|
version: "0"
|
|
59
|
-
version:
|
|
60
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
|
+
none: false
|
|
61
79
|
requirements:
|
|
62
80
|
- - ">="
|
|
63
81
|
- !ruby/object:Gem::Version
|
|
82
|
+
hash: 3
|
|
83
|
+
segments:
|
|
84
|
+
- 0
|
|
64
85
|
version: "0"
|
|
65
|
-
version:
|
|
66
86
|
requirements: []
|
|
67
87
|
|
|
68
88
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.3.
|
|
89
|
+
rubygems_version: 1.3.7
|
|
70
90
|
signing_key:
|
|
71
91
|
specification_version: 3
|
|
72
92
|
summary: Delicious.com commandline interface
|