twog 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +2 -2
- data/Rakefile +2 -2
- data/VERSION.yml +1 -1
- data/twog.gemspec +3 -3
- metadata +6 -3
data/README.textile
CHANGED
@@ -7,9 +7,9 @@ sudo gem install twog
|
|
7
7
|
h2. OAuth
|
8
8
|
|
9
9
|
Please read "this":http://blog.jasonmeridth.com/2010/04/02/oauth.html if you want to know how to get your Twitter OAuth consumer key/secret and access token/secret.
|
10
|
-
One you have those, run the
|
10
|
+
One you have those, run the command:
|
11
11
|
|
12
|
-
bq.
|
12
|
+
bq. twog --conf
|
13
13
|
|
14
14
|
and a hidden configuration file will be created in the your home folder (~/.twog.yaml). Once there, please fill it out with the information necessary to use this tool.
|
15
15
|
|
data/Rakefile
CHANGED
@@ -33,10 +33,10 @@ begin
|
|
33
33
|
Jeweler::Tasks.new do |s|
|
34
34
|
s.name = "twog"
|
35
35
|
s.summary = %Q{Tool to tweet blog posts}
|
36
|
-
s.email = "jmeridth@gmail.com"
|
36
|
+
s.email = ["jmeridth@gmail.com", "agilejoe@gmail.com"]
|
37
37
|
s.homepage = "http://github.com/armmer/twog"
|
38
38
|
s.description = "Tool to tweet blog posts"
|
39
|
-
s.authors = ["Jason Meridth"]
|
39
|
+
s.authors = ["Jason Meridth", "Joe Ocampo"]
|
40
40
|
s.rubyforge_project = "twog"
|
41
41
|
s.add_dependency('twitter_oauth', '>= 0.3.3')
|
42
42
|
s.add_dependency('bitly', '>= 0.4.0')
|
data/VERSION.yml
CHANGED
data/twog.gemspec
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{twog}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Jason Meridth"]
|
11
|
+
s.authors = ["Jason Meridth", "Joe Ocampo"]
|
12
12
|
s.date = %q{2010-04-08}
|
13
13
|
s.default_executable = %q{twog}
|
14
14
|
s.description = %q{Tool to tweet blog posts}
|
15
|
-
s.email =
|
15
|
+
s.email = ["jmeridth@gmail.com", "agilejoe@gmail.com"]
|
16
16
|
s.executables = ["twog"]
|
17
17
|
s.extra_rdoc_files = [
|
18
18
|
"LICENSE",
|
metadata
CHANGED
@@ -5,11 +5,12 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 2
|
9
|
+
version: 0.2.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jason Meridth
|
13
|
+
- Joe Ocampo
|
13
14
|
autorequire:
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
@@ -46,7 +47,9 @@ dependencies:
|
|
46
47
|
type: :runtime
|
47
48
|
version_requirements: *id002
|
48
49
|
description: Tool to tweet blog posts
|
49
|
-
email:
|
50
|
+
email:
|
51
|
+
- jmeridth@gmail.com
|
52
|
+
- agilejoe@gmail.com
|
50
53
|
executables:
|
51
54
|
- twog
|
52
55
|
extensions: []
|