tweetskim 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 +6 -2
- data/lib/tweetskim/version.rb +1 -1
- data/tweetskim.gemspec +3 -1
- metadata +45 -44
data/README.rdoc
CHANGED
|
@@ -3,21 +3,26 @@
|
|
|
3
3
|
|
|
4
4
|
A stripped down, command line-centered way to read tweets efficiently.
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
== USAGE:
|
|
7
8
|
|
|
8
9
|
TODO
|
|
9
10
|
|
|
11
|
+
|
|
10
12
|
== INSTALL:
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
gem install tweetskim
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
== FEATURES/PROBLEMS:
|
|
16
18
|
|
|
17
19
|
TODO
|
|
18
20
|
|
|
21
|
+
|
|
19
22
|
== TODO
|
|
20
23
|
|
|
24
|
+
add dependencies to gem spec
|
|
25
|
+
|
|
21
26
|
two column presentation: add mentions
|
|
22
27
|
|
|
23
28
|
usage
|
|
@@ -50,7 +55,6 @@ web version
|
|
|
50
55
|
figure out way to post "mark as read"
|
|
51
56
|
|
|
52
57
|
|
|
53
|
-
|
|
54
58
|
== LICENSE:
|
|
55
59
|
|
|
56
60
|
(The MIT License)
|
data/lib/tweetskim/version.rb
CHANGED
data/tweetskim.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,34 +1,46 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tweetskim
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.0.1
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Thomas Kjeldahl Nilsson
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
date: 2012-03-03 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: twitter
|
|
16
|
+
requirement: &18244880 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *18244880
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: oauth
|
|
27
|
+
requirement: &18244460 !ruby/object:Gem::Requirement
|
|
28
|
+
none: false
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: *18244460
|
|
36
|
+
description: ! 'Usage: tweetskim [username]'
|
|
37
|
+
email:
|
|
24
38
|
- thomas@kjeldahlnilsson.net
|
|
25
|
-
executables:
|
|
39
|
+
executables:
|
|
26
40
|
- tweetskim
|
|
27
41
|
extensions: []
|
|
28
|
-
|
|
29
42
|
extra_rdoc_files: []
|
|
30
|
-
|
|
31
|
-
files:
|
|
43
|
+
files:
|
|
32
44
|
- .gitignore
|
|
33
45
|
- Gemfile
|
|
34
46
|
- README.rdoc
|
|
@@ -41,39 +53,28 @@ files:
|
|
|
41
53
|
- test/test_helper.rb
|
|
42
54
|
- test/test_tweetskim.rb
|
|
43
55
|
- tweetskim.gemspec
|
|
44
|
-
|
|
45
|
-
homepage: ""
|
|
56
|
+
homepage: ''
|
|
46
57
|
licenses: []
|
|
47
|
-
|
|
48
58
|
post_install_message:
|
|
49
59
|
rdoc_options: []
|
|
50
|
-
|
|
51
|
-
require_paths:
|
|
60
|
+
require_paths:
|
|
52
61
|
- lib
|
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
63
|
none: false
|
|
55
|
-
requirements:
|
|
56
|
-
- -
|
|
57
|
-
- !ruby/object:Gem::Version
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- 0
|
|
61
|
-
version: "0"
|
|
62
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ! '>='
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
69
|
none: false
|
|
64
|
-
requirements:
|
|
65
|
-
- -
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
|
|
68
|
-
segments:
|
|
69
|
-
- 0
|
|
70
|
-
version: "0"
|
|
70
|
+
requirements:
|
|
71
|
+
- - ! '>='
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: '0'
|
|
71
74
|
requirements: []
|
|
72
|
-
|
|
73
75
|
rubyforge_project: tweetskim
|
|
74
|
-
rubygems_version: 1.
|
|
76
|
+
rubygems_version: 1.8.15
|
|
75
77
|
signing_key:
|
|
76
78
|
specification_version: 3
|
|
77
79
|
summary: A stripped down CLI utility for reading tweets
|
|
78
80
|
test_files: []
|
|
79
|
-
|