delicious-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: delicious-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 4
|
8
|
-
- 0
|
9
|
-
version: 0.4.0
|
4
|
+
prerelease:
|
5
|
+
version: 0.4.1
|
10
6
|
platform: ruby
|
11
7
|
authors:
|
12
8
|
- epitron
|
@@ -14,7 +10,7 @@ autorequire:
|
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
12
|
|
17
|
-
date:
|
13
|
+
date: 2011-02-14 00:00:00 -05:00
|
18
14
|
default_executable:
|
19
15
|
dependencies:
|
20
16
|
- !ruby/object:Gem::Dependency
|
@@ -25,8 +21,6 @@ dependencies:
|
|
25
21
|
requirements:
|
26
22
|
- - ">="
|
27
23
|
- !ruby/object:Gem::Version
|
28
|
-
segments:
|
29
|
-
- 0
|
30
24
|
version: "0"
|
31
25
|
type: :runtime
|
32
26
|
version_requirements: *id001
|
@@ -58,7 +52,16 @@ has_rdoc: true
|
|
58
52
|
homepage: http://github.com/epitron/delicious-cli
|
59
53
|
licenses: []
|
60
54
|
|
61
|
-
post_install_message:
|
55
|
+
post_install_message: "\n\
|
56
|
+
========================================================================\n\
|
57
|
+
Delicious-CLI installed!\n\
|
58
|
+
------------------------------------------------------------------------\n\n\
|
59
|
+
To configure your Delicious.com account, type:\n\n $ dels\n \n\
|
60
|
+
To search, type:\n\n $ dels <search term(s)>\n\n\
|
61
|
+
To pull new links from your delicious account, type:\n\n $ dels -s\n \n\
|
62
|
+
To add dels -s to your crontab, type:\n\n $ crontab -e\n \n\
|
63
|
+
That's all, folks!\n \n\
|
64
|
+
========================================================================\n"
|
62
65
|
rdoc_options: []
|
63
66
|
|
64
67
|
require_paths:
|
@@ -68,21 +71,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
71
|
requirements:
|
69
72
|
- - ">="
|
70
73
|
- !ruby/object:Gem::Version
|
71
|
-
segments:
|
72
|
-
- 0
|
73
74
|
version: "0"
|
74
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
76
|
none: false
|
76
77
|
requirements:
|
77
78
|
- - ">="
|
78
79
|
- !ruby/object:Gem::Version
|
79
|
-
segments:
|
80
|
-
- 0
|
81
80
|
version: "0"
|
82
81
|
requirements: []
|
83
82
|
|
84
83
|
rubyforge_project:
|
85
|
-
rubygems_version: 1.
|
84
|
+
rubygems_version: 1.5.2
|
86
85
|
signing_key:
|
87
86
|
specification_version: 3
|
88
87
|
summary: Delicious.com commandline interface
|