steam_hlds_log_parser 0.4.3 → 0.4.4
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/lib/steam_hlds_log_parser/version.rb +1 -1
- data/steam_hlds_log_parser.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
metadata.gz: f0ffaeaa8c25b5c650c5db979dedbd261b6a21b5
|
|
4
|
+
data.tar.gz: a5cee190beb170ebf3cd1f256612d79e670fc563
|
|
5
5
|
SHA512:
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
metadata.gz: ac65bb4f4edc7f3be258bc38c6fdb4e6b52963df610f748e7e82df0f4f2330606e3513f5633c3e5620d6ea21757881227770c502769c62b1f8070c54ee9279e7
|
|
7
|
+
data.tar.gz: 37e96cacf858a2f598f1dffbb6a393afb1a55687362b3b31819d2745f3052ca1287c1662ff61fa4216c947449b6b170ac1b02c25b3264c2a122fc197213cc799
|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = SteamHldsLogParser::VERSION
|
|
9
9
|
spec.authors = ["Thomas VIAL"]
|
|
10
10
|
spec.email = ["github@ifusio.com"]
|
|
11
|
-
spec.description = %q{Steam
|
|
12
|
-
spec.summary = %q{Steam
|
|
11
|
+
spec.description = %q{Steam Hlds Log Parser listens to UDP log packets sent by your (local or remote) HLDS game server, processes data and returns clean or/and translated and readable content that you can use for your website, irc channel, match live streaming, bots, database... Should work with all Steam HLDS based games, and has been mostly tested on Counter-Strike 1.6.}
|
|
12
|
+
spec.summary = %q{Steam Hlds Log Parser listens to UDP log packets sent by your (local or remote) HLDS game server, processes data and returns clean or/and translated and readable content that you can use for your website, irc channel, match live streaming, bots, database... Should work with all Steam HLDS based games, and has been mostly tested on Counter-Strike 1.6.}
|
|
13
13
|
spec.homepage = "https://github.com/tomav/steam_hlds_log_parser"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: steam_hlds_log_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas VIAL
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
- *id004
|
|
83
83
|
type: :development
|
|
84
84
|
version_requirements: *id009
|
|
85
|
-
description: Steam
|
|
85
|
+
description: Steam Hlds Log Parser listens to UDP log packets sent by your (local or remote) HLDS game server, processes data and returns clean or/and translated and readable content that you can use for your website, irc channel, match live streaming, bots, database... Should work with all Steam HLDS based games, and has been mostly tested on Counter-Strike 1.6.
|
|
86
86
|
email:
|
|
87
87
|
- github@ifusio.com
|
|
88
88
|
executables: []
|
|
@@ -138,7 +138,7 @@ rubyforge_project:
|
|
|
138
138
|
rubygems_version: 2.0.3
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
|
-
summary: Steam
|
|
141
|
+
summary: Steam Hlds Log Parser listens to UDP log packets sent by your (local or remote) HLDS game server, processes data and returns clean or/and translated and readable content that you can use for your website, irc channel, match live streaming, bots, database... Should work with all Steam HLDS based games, and has been mostly tested on Counter-Strike 1.6.
|
|
142
142
|
test_files:
|
|
143
143
|
- spec/client_spec.rb
|
|
144
144
|
- spec/displayer_spec.rb
|