tnet 0.0.2
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/CONTRIBUTORS +9 -0
- data/LICENSE +35 -0
- data/lib/tnet.rb +0 -0
- metadata +48 -0
data/CONTRIBUTORS
ADDED
data/LICENSE
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
=== TNet Public License
|
|
2
|
+
Copyright(c) 2012 the contributors. All rights reserved.
|
|
3
|
+
|
|
4
|
+
See CONTRIBUTORS file for list of the contributors.
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
7
|
+
copy of this software and associated documentation files, the rights to
|
|
8
|
+
use, copy, modify, create derivative works, merge, publish, distribute,
|
|
9
|
+
sublicense, and/or sell copies of this software, and to permit persons
|
|
10
|
+
to whom the software is furnished to do so, subject to the following
|
|
11
|
+
conditions:
|
|
12
|
+
|
|
13
|
+
1) Redistribution in source code must retain the copyright information
|
|
14
|
+
and attributions in the original source code, the above copyright notice,
|
|
15
|
+
this list of conditions, the CONTRIBUTORS file and the following
|
|
16
|
+
disclaimer.
|
|
17
|
+
|
|
18
|
+
2) Redistribution in binary form must reproduce the above copyright
|
|
19
|
+
notice, this list of conditions, and the following disclaimer in the
|
|
20
|
+
documentation and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3) The rights granted to you under this license automatically terminate
|
|
23
|
+
should you attempt to assert any patent claims against the licensor or
|
|
24
|
+
contributors, which in any way restrict the ability of any party to use
|
|
25
|
+
this software or portions thereof in any form under the terms of this
|
|
26
|
+
license.
|
|
27
|
+
|
|
28
|
+
Disclaimer:
|
|
29
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
30
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
32
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
33
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
34
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
35
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/tnet.rb
ADDED
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tnet
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Jon A. Lambert
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: A telnet service library
|
|
15
|
+
email: jlambert@oh.rr.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- LICENSE
|
|
21
|
+
- CONTRIBUTORS
|
|
22
|
+
- lib/tnet.rb
|
|
23
|
+
homepage: http://rubygems.org/gems/tnet
|
|
24
|
+
licenses: []
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
none: false
|
|
31
|
+
requirements:
|
|
32
|
+
- - ! '>='
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
none: false
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubyforge_project:
|
|
43
|
+
rubygems_version: 1.8.23
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 3
|
|
46
|
+
summary: A telnet service library
|
|
47
|
+
test_files: []
|
|
48
|
+
has_rdoc:
|