tweetline 0.0.8 → 0.0.9
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/tweetline.gemspec +6 -1
- metadata +8 -5
data/tweetline.gemspec
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.platform = Gem::Platform::RUBY
|
|
3
3
|
s.name = "tweetline"
|
|
4
|
-
s.version = "0.0.
|
|
4
|
+
s.version = "0.0.9"
|
|
5
5
|
s.summary = "Command line client for Twitter."
|
|
6
6
|
s.description = "Tweetline is a command line Twitter client for those who can't imagine a better interface to anything than the command line. Also, some folks may find it useful for automating Twitter interactions."
|
|
7
|
+
s.post_install_message = <<-MESSAGE
|
|
8
|
+
|
|
9
|
+
If this is your first install then enter "tl" at the command prompt and follow the instructions to allow tweetline access to your twitter account. Once access to Twitter has been granted, use "tl help" to display a list of commands available through tweetline.
|
|
10
|
+
|
|
11
|
+
MESSAGE
|
|
7
12
|
|
|
8
13
|
s.required_ruby_version = ">= 1.8.7"
|
|
9
14
|
s.required_rubygems_version = ">= 1.3.6"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tweetline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Anthony Crumley
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-05-
|
|
18
|
+
date: 2011-05-14 00:00:00 -05:00
|
|
19
19
|
default_executable: tl
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -118,7 +118,10 @@ has_rdoc: true
|
|
|
118
118
|
homepage: https://github.com/craftycode/tweetline
|
|
119
119
|
licenses: []
|
|
120
120
|
|
|
121
|
-
post_install_message:
|
|
121
|
+
post_install_message: |+
|
|
122
|
+
|
|
123
|
+
If this is your first install then enter "tl" at the command prompt and follow the instructions to allow tweetline access to your twitter account. Once access to Twitter has been granted, use "tl help" to display a list of commands available through tweetline.
|
|
124
|
+
|
|
122
125
|
rdoc_options: []
|
|
123
126
|
|
|
124
127
|
require_paths:
|