mbleigh-twitter-auth 0.1.15 → 0.1.16

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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 15
4
+ :patch: 16
@@ -15,7 +15,7 @@ module TwitterAuth
15
15
  :profile_sidebar_border_color,
16
16
  :profile_text_color,
17
17
  :profile_background_image_url,
18
- :profile_background_tiled,
18
+ :profile_background_tile,
19
19
  :friends_count,
20
20
  :statuses_count,
21
21
  :followers_count,
@@ -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.15
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-30 00:00:00 -07:00
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