chewbranca-twibot 0.1.7.2 → 0.1.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/twibot/macros.rb +1 -1
  2. data/twibot.gemspec +1 -1
  3. metadata +1 -1
data/lib/twibot/macros.rb CHANGED
@@ -66,7 +66,7 @@ module Twibot
66
66
  reply_to_status_id = status.id
67
67
  message = "@#{reply_to_screen_name} #{text}"
68
68
  puts message
69
- client.status(:reply, message, reply_to_status_id)
69
+ client.status(:reply, { :status => message, :in_reply_to_status_id => reply_to_status_id })
70
70
  end
71
71
 
72
72
  def run?
data/twibot.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{chewbranca-twibot}
5
- s.version = "0.1.7.2"
5
+ s.version = "0.1.7.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Christian Johansen"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chewbranca-twibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.2
4
+ version: 0.1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Johansen