amf_socket 0.0.1 → 0.0.2

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.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amf_socket (0.0.1)
4
+ amf_socket (0.0.2)
5
5
  RocketAMF (>= 0.2.1)
6
6
  eventmachine (>= 1.0.0.rc.4)
7
7
 
data/amf_socket.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/amf_socket/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Chad Remesch"]
6
6
  gem.email = ["chad@remesch.com"]
7
- gem.description = %q{Ruby implementation of AMF Socket}
7
+ gem.description = %q{Ruby implementation of AMF Socket (https://github.com/chadrem/amf_socket)}
8
8
  gem.summary = %q{AMF Socket is a bi-directional RPC system for Adobe Flash (Actionscript) programs.}
9
9
  gem.homepage = ""
10
10
 
@@ -1,3 +1,3 @@
1
1
  module AmfSocket
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amf_socket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: 0.2.1
46
- description: Ruby implementation of AMF Socket
46
+ description: Ruby implementation of AMF Socket (https://github.com/chadrem/amf_socket)
47
47
  email:
48
48
  - chad@remesch.com
49
49
  executables: []
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: -1947393351038552103
81
+ hash: 4345816040862175630
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  segments:
89
89
  - 0
90
- hash: -1947393351038552103
90
+ hash: 4345816040862175630
91
91
  requirements: []
92
92
  rubyforge_project:
93
93
  rubygems_version: 1.8.24