ts3query 0.2.1 → 0.3
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/Rakefile +4 -4
- data/init.rb +1 -1
- data/lib/{TS3Query.rb → ts3query.rb} +0 -0
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -15,11 +15,11 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "TS3Query"
|
|
18
|
-
gem.homepage = "
|
|
18
|
+
gem.homepage = "support@tnt-web-solutions.de"
|
|
19
19
|
gem.license = "MIT"
|
|
20
|
-
gem.summary = %Q{
|
|
21
|
-
gem.description = %Q{
|
|
22
|
-
gem.email = "tbraun@
|
|
20
|
+
gem.summary = %Q{Simple TS3 Query Library.}
|
|
21
|
+
gem.description = %Q{Simple TS3 Query Library to connect to the query port of a teamspeak 3 server.}
|
|
22
|
+
gem.email = "tbraun@tnt-web-solutions.de"
|
|
23
23
|
gem.authors = ["Torsten Braun"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
data/init.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require '
|
|
1
|
+
require 'ts3query'
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ts3query
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: '0.3'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -19,7 +19,7 @@ extensions: []
|
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
21
|
- lib/ts3query/ts3_connection.rb
|
|
22
|
-
- lib/
|
|
22
|
+
- lib/ts3query.rb
|
|
23
23
|
- features/run_command.feature
|
|
24
24
|
- features/support/env.rb
|
|
25
25
|
- features/step_definitions/run_command_steps.rb
|