smartfox_jruby 0.1 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +78 -0
- data/lib/smartfox_jruby.rb +6 -5
- data/lib/smartfox_jruby/common.rb +25 -22
- data/lib/smartfox_jruby/sfs_adapter.rb +137 -135
- data/lib/smartfox_jruby/sfs_runner.rb +91 -88
- data/lib/smartfox_jruby/sfs_worker.rb +199 -197
- metadata +52 -110
- data/Gemfile +0 -9
- data/Jarfile +0 -6
- data/smartfox_jruby.gemspec +0 -25
metadata
CHANGED
@@ -1,126 +1,68 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: smartfox_jruby
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 0.2.3
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
|
9
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Ilya Sadykov
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
none: false
|
31
|
-
requirements:
|
32
|
-
- - ~>
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: 3.2.8
|
35
|
-
type: :runtime
|
36
|
-
version_requirements: *id002
|
37
|
-
- !ruby/object:Gem::Dependency
|
38
|
-
name: json
|
39
|
-
prerelease: false
|
40
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ">="
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
version: "0"
|
46
|
-
type: :runtime
|
47
|
-
version_requirements: *id003
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
name: jar 'org.slf4j:slf4j-api:1.5.10'
|
50
|
-
prerelease: false
|
51
|
-
requirement: &id004 !ruby/object:Gem::Requirement
|
52
|
-
none: false
|
53
|
-
requirements:
|
54
|
-
- - ">="
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version: "0"
|
57
|
-
type: :runtime
|
58
|
-
version_requirements: *id004
|
59
|
-
- !ruby/object:Gem::Dependency
|
60
|
-
name: jar 'com.smartfox2x.client:sfs2x-client-core:1.0.4'
|
61
|
-
prerelease: false
|
62
|
-
requirement: &id005 !ruby/object:Gem::Requirement
|
63
|
-
none: false
|
64
|
-
requirements:
|
65
|
-
- - ">="
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
version: "0"
|
68
|
-
type: :runtime
|
69
|
-
version_requirements: *id005
|
70
|
-
- !ruby/object:Gem::Dependency
|
71
|
-
name: jar 'com.smartfox2x.client:sfs2x-api-java:1.0.4'
|
72
|
-
prerelease: false
|
73
|
-
requirement: &id006 !ruby/object:Gem::Requirement
|
74
|
-
none: false
|
75
|
-
requirements:
|
76
|
-
- - ">="
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
version: "0"
|
79
|
-
type: :runtime
|
80
|
-
version_requirements: *id006
|
12
|
+
date: 2013-03-02 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rspec
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - "~>"
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 2.10.0
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.10.0
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :development
|
81
30
|
description: Allows to connect and easily process messages from and to SmartFox game server
|
82
|
-
email:
|
31
|
+
email: smecsia@gmail.com
|
83
32
|
executables: []
|
84
|
-
|
85
33
|
extensions: []
|
86
|
-
|
87
34
|
extra_rdoc_files: []
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
- lib/smartfox_jruby/sfs_worker.rb
|
97
|
-
- smartfox_jruby.gemspec
|
98
|
-
homepage: ""
|
35
|
+
files:
|
36
|
+
- lib/smartfox_jruby.rb
|
37
|
+
- lib/smartfox_jruby/sfs_runner.rb
|
38
|
+
- lib/smartfox_jruby/sfs_adapter.rb
|
39
|
+
- lib/smartfox_jruby/common.rb
|
40
|
+
- lib/smartfox_jruby/sfs_worker.rb
|
41
|
+
- README.md
|
42
|
+
homepage: https://github.com/smecsia/smartfox_jruby
|
99
43
|
licenses: []
|
100
|
-
|
101
|
-
post_install_message:
|
44
|
+
post_install_message:
|
102
45
|
rdoc_options: []
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
46
|
+
require_paths:
|
47
|
+
- lib
|
48
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: !binary |-
|
53
|
+
MA==
|
107
54
|
none: false
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
55
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: !binary |-
|
60
|
+
MA==
|
113
61
|
none: false
|
114
|
-
requirements:
|
115
|
-
- - ">="
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: "0"
|
118
62
|
requirements: []
|
119
|
-
|
120
|
-
rubyforge_project:
|
63
|
+
rubyforge_project:
|
121
64
|
rubygems_version: 1.8.24
|
122
|
-
signing_key:
|
65
|
+
signing_key:
|
123
66
|
specification_version: 3
|
124
|
-
summary: Smartfox
|
67
|
+
summary: This lib allows to test Smartfox server extensions in an easy manner
|
125
68
|
test_files: []
|
126
|
-
|
data/Gemfile
DELETED
data/Jarfile
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
repository :first, "http://artifactory-innovations.i-free.ru/artifactory/ext-release-local"
|
2
|
-
|
3
|
-
jar 'com.smartfox2x.client:sfs2x-client-core', '1.0.4'
|
4
|
-
jar 'com.smartfox2x.client:sfs2x-api-java', '1.0.4'
|
5
|
-
jar 'org.slf4j:slf4j-log4j12', '1.5.10'
|
6
|
-
#jar 'net.sf.json-lib:json-lib:jar:jdk5:2.2.3'
|
data/smartfox_jruby.gemspec
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
require 'pathname'
|
2
|
-
require Pathname.new(File.dirname(File.expand_path(__FILE__))).join('lib/smartfox_jruby.rb')
|
3
|
-
|
4
|
-
Gem::Specification.new do |s|
|
5
|
-
s.name = 'smartfox_jruby'
|
6
|
-
s.version = SmartfoxJruby::VERSION
|
7
|
-
s.date = '2013-02-08'
|
8
|
-
s.authors = ["Ilya Sadykov"]
|
9
|
-
s.email = 'i.sadykov@gmail.com'
|
10
|
-
s.homepage = ""
|
11
|
-
s.summary = %q{Smartfox client for jruby}
|
12
|
-
s.description = %q{Allows to connect and easily process messages from and to SmartFox game server}
|
13
|
-
|
14
|
-
s.add_development_dependency 'rspec', '~> 2.10.0'
|
15
|
-
s.add_runtime_dependency 'activesupport', '~> 3.2.8'
|
16
|
-
s.add_runtime_dependency 'json'
|
17
|
-
s.add_runtime_dependency "jar 'org.slf4j:slf4j-api:1.5.10'"
|
18
|
-
s.add_runtime_dependency "jar 'com.smartfox2x.client:sfs2x-client-core:1.0.4'"
|
19
|
-
s.add_runtime_dependency "jar 'com.smartfox2x.client:sfs2x-api-java:1.0.4'"
|
20
|
-
|
21
|
-
s.files = `git ls-files`.split("\n")
|
22
|
-
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
23
|
-
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
24
|
-
s.require_paths = %w(lib)
|
25
|
-
end
|