delicious-console 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.MD +62 -0
  2. data/README.md +62 -0
  3. data/VERSION +1 -1
  4. metadata +2 -2
data/README.MD CHANGED
@@ -0,0 +1,62 @@
1
+ ## OVERVIEW
2
+
3
+ Store yours URL's on Delicious using your terminal console
4
+
5
+ GIT URL: https://github.com/mateusprado/delicious-console/
6
+
7
+ ## TECHNICAL
8
+
9
+ using:
10
+
11
+ Thor - to create executables and tasks.
12
+
13
+
14
+ ## CURRENT FEATURES
15
+
16
+ * For now:
17
+ * get all bookmarks;
18
+ * and add urls with descriptions;
19
+
20
+ ## DEVELOPMENT
21
+ Clone the project:
22
+
23
+ $ git clone git://github.com/mateusprado/delicious-console.git
24
+
25
+ Setup and install Gems:
26
+
27
+ $ cd delicious-console
28
+ $ # bundle install
29
+
30
+ ## TEST
31
+
32
+ use RSpec for unit test, run:
33
+
34
+ $ # rspec
35
+
36
+ ## HOW_TO
37
+
38
+ Install
39
+
40
+ $ gem install delicious-console
41
+
42
+ Setup. Create file on your home:
43
+
44
+ $ vim ~/.delicious_config
45
+ username: "your_delicious_user_name"
46
+ password: "your_delicious_password"
47
+
48
+ Run:
49
+ To view all options:
50
+
51
+ $ delicious
52
+
53
+ Fetch all bookmarks:
54
+
55
+ $ delicious posts
56
+
57
+ To add bookmark:
58
+
59
+ $ delicious add htt://locaweb.com.br Locaweb
60
+
61
+ ## Copyright
62
+ Copyright © 2012 Mateus Prado.
data/README.md CHANGED
@@ -0,0 +1,62 @@
1
+ ## OVERVIEW
2
+
3
+ Store yours URL's on Delicious using your terminal console
4
+
5
+ GIT URL: https://github.com/mateusprado/delicious-console/
6
+
7
+ ## TECHNICAL
8
+
9
+ using:
10
+
11
+ Thor - to create executables and tasks.
12
+
13
+
14
+ ## CURRENT FEATURES
15
+
16
+ * For now:
17
+ * get all bookmarks;
18
+ * and add urls with descriptions;
19
+
20
+ ## DEVELOPMENT
21
+ Clone the project:
22
+
23
+ $ git clone git://github.com/mateusprado/delicious-console.git
24
+
25
+ Setup and install Gems:
26
+
27
+ $ cd delicious-console
28
+ $ # bundle install
29
+
30
+ ## TEST
31
+
32
+ use RSpec for unit test, run:
33
+
34
+ $ # rspec
35
+
36
+ ## HOW_TO
37
+
38
+ Install
39
+
40
+ $ gem install delicious-console
41
+
42
+ Setup. Create file on your home:
43
+
44
+ $ vim ~/.delicious_config
45
+ username: "your_delicious_user_name"
46
+ password: "your_delicious_password"
47
+
48
+ Run:
49
+ To view all options:
50
+
51
+ $ delicious
52
+
53
+ Fetch all bookmarks:
54
+
55
+ $ delicious posts
56
+
57
+ To add bookmark:
58
+
59
+ $ delicious add htt://locaweb.com.br Locaweb
60
+
61
+ ## Copyright
62
+ Copyright © 2012 Mateus Prado.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delicious-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: 2.11.0
62
- description: ! '%Q{Store yours URL''s on Delicious using your terminal console}'
62
+ description: ! '%q{Store yours URL''s on Delicious using your terminal console}'
63
63
  email: mateus@mateusprado.com
64
64
  executables:
65
65
  - delicious