q2_server_query 0.9.6 → 0.9.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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/q2_server_query/version.rb +1 -1
- data/q2_server_query.gemspec +2 -0
- metadata +3 -4
- data/Gemfile.lock +0 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cbd7131771a7171758ef884ea8b504bf25e663d
|
|
4
|
+
data.tar.gz: 81e695516c0f3b57e42a41d20388a37de80b7c13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad41e023154fbedd6dceb8edc5f5f867032d46917d8524233e71e3fb87238f8cdf11492ac27d342e87e6e97da0b3cc8a75edcd9db288c9fa0f95aadae0d4eec1
|
|
7
|
+
data.tar.gz: 62825bfd9217fe35b8ce9fd17f32f2b5a0cfb436ed6d36efa3b2a08e8b9fc578575371955acd8ebb199989a30367e6abef854838d91367946e27a194ea911c26
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Q2ServerQuery
|
|
2
2
|
|
|
3
|
+
[](https://codeclimate.com/github/elfenars/q2_server_query/maintainability)
|
|
4
|
+
[](https://gemnasium.com/github.com/elfenars/q2_server_query)
|
|
5
|
+
|
|
3
6
|
I got tired of finding workarounds to query Q2 Servers by using JS libraries or other language implementations, so I created this simple gem.
|
|
4
7
|
|
|
5
8
|
**NOTE: This works ONLY with Quake 2 servers, it's not adapted for other protocols, but it might work with game servers that use the same protocol**
|
data/q2_server_query.gemspec
CHANGED
|
@@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
22
22
|
spec.require_paths = ["lib"]
|
|
23
23
|
|
|
24
|
+
spec.required_ruby_version = '>= 2.0.0'
|
|
25
|
+
|
|
24
26
|
spec.add_development_dependency "bundler", "~> 1.16"
|
|
25
27
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
26
28
|
spec.add_development_dependency "rspec", "~> 3.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: q2_server_query
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Feña Agar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -63,7 +63,6 @@ files:
|
|
|
63
63
|
- ".rspec"
|
|
64
64
|
- ".travis.yml"
|
|
65
65
|
- Gemfile
|
|
66
|
-
- Gemfile.lock
|
|
67
66
|
- LICENSE.txt
|
|
68
67
|
- README.md
|
|
69
68
|
- Rakefile
|
|
@@ -85,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
85
84
|
requirements:
|
|
86
85
|
- - ">="
|
|
87
86
|
- !ruby/object:Gem::Version
|
|
88
|
-
version:
|
|
87
|
+
version: 2.0.0
|
|
89
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
89
|
requirements:
|
|
91
90
|
- - ">="
|
data/Gemfile.lock
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
q2_server_query (0.9.5)
|
|
5
|
-
|
|
6
|
-
GEM
|
|
7
|
-
remote: https://rubygems.org/
|
|
8
|
-
specs:
|
|
9
|
-
diff-lcs (1.3)
|
|
10
|
-
rake (10.5.0)
|
|
11
|
-
rspec (3.7.0)
|
|
12
|
-
rspec-core (~> 3.7.0)
|
|
13
|
-
rspec-expectations (~> 3.7.0)
|
|
14
|
-
rspec-mocks (~> 3.7.0)
|
|
15
|
-
rspec-core (3.7.1)
|
|
16
|
-
rspec-support (~> 3.7.0)
|
|
17
|
-
rspec-expectations (3.7.0)
|
|
18
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
19
|
-
rspec-support (~> 3.7.0)
|
|
20
|
-
rspec-mocks (3.7.0)
|
|
21
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
22
|
-
rspec-support (~> 3.7.0)
|
|
23
|
-
rspec-support (3.7.1)
|
|
24
|
-
|
|
25
|
-
PLATFORMS
|
|
26
|
-
ruby
|
|
27
|
-
|
|
28
|
-
DEPENDENCIES
|
|
29
|
-
bundler (~> 1.16)
|
|
30
|
-
q2_server_query!
|
|
31
|
-
rake (~> 10.0)
|
|
32
|
-
rspec (~> 3.0)
|
|
33
|
-
|
|
34
|
-
BUNDLED WITH
|
|
35
|
-
1.16.1
|