cinch-twitter 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,6 @@
1
- # Version 0.3.4
1
+ # Version 0.3.4 + 0.3.5
2
2
  * Removed useless addition of the bots nick for ENHANCE_YOUR_CALM and reworded message.
3
+ * Removed formatting for error messages since Cinch's Format() cannot seem to be accessible in the ErrorHandler module.
3
4
 
4
5
  # Version 0.3.3
5
6
  * Various updates and fixes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "cinch-twitter"
8
- s.version = "0.3.4"
8
+ s.version = "0.3.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark Seymour"]
@@ -28,7 +28,7 @@ module Cinch
28
28
  Warnings::TooManyTweets => "You cannot backtrack past 20 tweets.",
29
29
  Warnings::NoTweets => "%<username>s is lame for creating an account and not tweeting yet!"}
30
30
 
31
- "#{Format(:red,:bold,"Uhoh!")} · #{exceptions[ex.class]}" % params;
31
+ "Uhoh! · #{exceptions[ex.class]}" % params;
32
32
  end
33
33
  end
34
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  segments:
162
162
  - 0
163
- hash: -431128339
163
+ hash: 807784445
164
164
  required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  none: false
166
166
  requirements: