mbleigh-twitter-auth 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
module TwitterAuth
|
2
2
|
module Dispatcher
|
3
3
|
module Shared
|
4
|
+
def post!(status)
|
5
|
+
self.post('/statuses/update.json', :status => status)
|
6
|
+
end
|
7
|
+
|
4
8
|
def append_extension_to(path)
|
5
9
|
path, query_string = *(path.split("?"))
|
6
10
|
path << '.json' unless path.match(/\.(:?xml|json)\z/i)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mbleigh-twitter-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bleigh
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-03-
|
12
|
+
date: 2009-03-31 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -62,7 +62,6 @@ files:
|
|
62
62
|
- spec/controllers
|
63
63
|
- spec/controllers/controller_extensions_spec.rb
|
64
64
|
- spec/controllers/sessions_controller_spec.rb
|
65
|
-
- spec/debug.log
|
66
65
|
- spec/fixtures
|
67
66
|
- spec/fixtures/config
|
68
67
|
- spec/fixtures/config/twitter_auth.yml
|