squawk 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/squawk.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Jeweler::Tasks.new do |gem|
7
7
  gem.homepage = "http://github.com/avand/squawk"
8
8
  gem.authors = ["Avand Amiri"]
9
9
  gem.files = FileList["[A-Z]*", "{lib}/**/*"]
10
- gem.version = '1.0.3'
10
+ gem.version = '1.0.4'
11
11
 
12
12
  gem.add_dependency("twitter", "1.0.0")
13
13
  end
@@ -63,6 +63,6 @@ class Squawk < Struct.new(:status)
63
63
  config.oauth_token_secret = @@twitter_secret
64
64
  end
65
65
 
66
- Twitter.client.new.update(status)
66
+ Twitter::Client.new.update(status)
67
67
  end
68
68
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avand Amiri