cosm 0.0.6 → 0.0.7

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.
@@ -43,6 +43,8 @@ class Cosm::Command::Subscribe < Cosm::Command::Base
43
43
  end
44
44
  s.close
45
45
 
46
+ puts "Connection closed"
47
+
46
48
  # EventMachine.run {
47
49
  # EventMachine::connect 'api.cosm.com', 8081, CosmSocket, options
48
50
  # }
data/lib/cosm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cosm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  segments:
63
63
  - 0
64
- hash: -1682049753294291841
64
+ hash: 3868972016407728411
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  none: false
67
67
  requirements:
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  segments:
72
72
  - 0
73
- hash: -1682049753294291841
73
+ hash: 3868972016407728411
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 1.8.23