steam_hlds_log_parser 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- data.tar.gz: 8588c3be6473b4b92384af893e320675d4e5bcf4
4
- metadata.gz: e62ad0ac8869299086cffe58853664aced6f2911
3
+ metadata.gz: f0ffaeaa8c25b5c650c5db979dedbd261b6a21b5
4
+ data.tar.gz: a5cee190beb170ebf3cd1f256612d79e670fc563
5
5
  SHA512:
6
- data.tar.gz: d16dd7eb2e87878e44545bf861fd81b8b8ceb96082ea9a8953b2d292fdd9ec34f7b7c2921a5a1dfc2f37f11a4e2b896cd60b564b8d31ad14ed284d04b1aaec0d
7
- metadata.gz: 69049d39ff960880178a8cb63377f01adbc55c0ab0bb02440e7bea3f9bdd861cbd4535569184f6699d1f84ccff46deadcd4b1ee14487f955594f5c490bfddb01
6
+ metadata.gz: ac65bb4f4edc7f3be258bc38c6fdb4e6b52963df610f748e7e82df0f4f2330606e3513f5633c3e5620d6ea21757881227770c502769c62b1f8070c54ee9279e7
7
+ data.tar.gz: 37e96cacf858a2f598f1dffbb6a393afb1a55687362b3b31819d2745f3052ca1287c1662ff61fa4216c947449b6b170ac1b02c25b3264c2a122fc197213cc799
@@ -1,4 +1,4 @@
1
1
  module SteamHldsLogParser
2
2
  # Gem Version
3
- VERSION = "0.4.3"
3
+ VERSION = "0.4.4"
4
4
  end
@@ -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 HLDS Log Parser receives logs from your Steam game server and parses them in real time to give you usable content for your website, irc channel / flowdock... Works well with Counter-Strike and others Half-life based games.}
12
- spec.summary = %q{Steam HLDS Log Parser receives logs from your Steam game server and parses them in real time to give you usable content for your website, irc channel / flowdock... Works well with Counter-Strike and others Half-life based games.}
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.3
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 HLDS Log Parser receives logs from your Steam game server and parses them in real time to give you usable content for your website, irc channel / flowdock... Works well with Counter-Strike and others Half-life based games.
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 HLDS Log Parser receives logs from your Steam game server and parses them in real time to give you usable content for your website, irc channel / flowdock... Works well with Counter-Strike and others Half-life based games.
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