fantasy-irc 0.1.2 → 0.2.0

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.
data/Gemfile CHANGED
@@ -1,9 +1,9 @@
1
1
  source :rubygems
2
2
 
3
3
  gem "array-unique", "~> 1.1.1"
4
- gem "rake"
4
+ gem "rake", "~> 10.0.3"
5
5
 
6
6
  group :test do
7
- gem "rspec"
8
- gem "rspec-mocks"
7
+ gem "rspec", "~> 2.12.0"
8
+ gem "rspec-mocks", "~> 2.12.2"
9
9
  end
@@ -9,7 +9,7 @@ GEM
9
9
  diff-lcs (1.1.3)
10
10
  identifies_as (1.1.0)
11
11
  module-cluster (2.0.5)
12
- rake (0.9.2.2)
12
+ rake (10.0.3)
13
13
  rspec (2.12.0)
14
14
  rspec-core (~> 2.12.0)
15
15
  rspec-expectations (~> 2.12.0)
@@ -17,13 +17,13 @@ GEM
17
17
  rspec-core (2.12.2)
18
18
  rspec-expectations (2.12.1)
19
19
  diff-lcs (~> 1.1.3)
20
- rspec-mocks (2.12.1)
20
+ rspec-mocks (2.12.2)
21
21
 
22
22
  PLATFORMS
23
23
  ruby
24
24
 
25
25
  DEPENDENCIES
26
26
  array-unique (~> 1.1.1)
27
- rake
28
- rspec
29
- rspec-mocks
27
+ rake (~> 10.0.3)
28
+ rspec (~> 2.12.0)
29
+ rspec-mocks (~> 2.12.2)
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.files = `git ls-files`.split("\n")
9
9
  s.name = "fantasy-irc"
10
10
  s.require_paths = ['lib']
11
- s.version = "0.1.2"
11
+ s.version = "0.2.0"
12
12
 
13
13
  s.rubyforge_project = s.name
14
14
  s.add_runtime_dependency "array-unique", "~> 1.1.1"
@@ -79,6 +79,8 @@ module Fantasy
79
79
 
80
80
  @connected = Time.now.to_i
81
81
  self.events.by_name('connected').call
82
+
83
+ return @data[:socket]
82
84
  end
83
85
 
84
86
  def cleanup
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fantasy-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
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-01-30 00:00:00.000000000 Z
12
+ date: 2013-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: array-unique