cinch 2.0.11 → 2.0.12

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/cinch/user.rb +1 -1
  2. data/lib/cinch/version.rb +1 -1
  3. metadata +3 -4
@@ -387,7 +387,7 @@ module Cinch
387
387
  end
388
388
 
389
389
  # @since 1.1.2
390
- def respond_to?(m)
390
+ def respond_to?(m, include_all = false)
391
391
  if m.to_s =~ /^(.+)_unsynced$/
392
392
  m = $1.to_sym
393
393
  end
@@ -1,4 +1,4 @@
1
1
  module Cinch
2
2
  # Version of the library
3
- VERSION = '2.0.11'
3
+ VERSION = '2.0.12'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.11
4
+ version: 2.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-09 00:00:00.000000000 Z
12
+ date: 2014-01-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A simple, friendly DSL for creating IRC bots
15
15
  email:
@@ -137,9 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 1.8.15
140
+ rubygems_version: 1.8.23
141
141
  signing_key:
142
142
  specification_version: 3
143
143
  summary: An IRC Bot Building Framework
144
144
  test_files: []
145
- has_rdoc: yard