be9-integrity-twitter 1.0.4 → 1.0.4.1

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.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = %q{integrity-twitter}
4
- s.version = "1.0.4"
4
+ s.version = "1.0.4.1"
5
5
 
6
6
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
7
7
  s.authors = ["Chris Saylor"]
@@ -14,7 +14,7 @@ module Integrity
14
14
  httpauth = Twitter::HTTPAuth.new(@config['email'], @config['pass'])
15
15
  @tweet = Twitter::Base.new(httpauth)
16
16
 
17
- @tweet.post(message)
17
+ @tweet.update(message)
18
18
  end
19
19
 
20
20
  def message
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: be9-integrity-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Saylor