redcar-svnkit 0.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +48 -0
- data/lib/redcar-svnkit.rb +8 -0
- data/vendor/svnkit-1.3.5.jar +0 -0
- metadata +59 -0
data/LICENSE
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
|
2
|
+
The following license (TMate) applies to the files vendor/svnkit*.jar. All other files
|
3
|
+
are licensed under the MIT License.
|
4
|
+
|
5
|
+
The TMate License
|
6
|
+
|
7
|
+
This license applies to all portions of TMate SVNKit library, which
|
8
|
+
are not externally-maintained libraries (e.g. Trilead SSH library).
|
9
|
+
|
10
|
+
Copyright (c) 2004-2011 TMate Software. All rights reserved.
|
11
|
+
|
12
|
+
Redistribution and use in source and binary forms, with or without modification,
|
13
|
+
are permitted provided that the following conditions are met:
|
14
|
+
|
15
|
+
* Redistributions of source code must retain the above copyright notice,
|
16
|
+
this list of conditions and the following disclaimer.
|
17
|
+
|
18
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
20
|
+
and/or other materials provided with the distribution.
|
21
|
+
|
22
|
+
* Redistributions in any form must be accompanied by information on how to
|
23
|
+
obtain complete source code for the software that uses SVNKit and any
|
24
|
+
accompanying software that uses the software that uses SVNKit. The source
|
25
|
+
code must either be included in the distribution or be available for no
|
26
|
+
more than the cost of distribution plus a nominal fee, and must be freely
|
27
|
+
redistributable under reasonable conditions. For an executable file, complete
|
28
|
+
source code means the source code for all modules it contains. It does not
|
29
|
+
include source code for modules or files that typically accompany the major
|
30
|
+
components of the operating system on which the executable file runs.
|
31
|
+
|
32
|
+
* Redistribution in any form without redistributing source code for software
|
33
|
+
that uses SVNKit is possible only when such redistribution is explictly permitted
|
34
|
+
by TMate Software. Please, contact TMate Software at support@svnkit.com to
|
35
|
+
get such permission.
|
36
|
+
|
37
|
+
THIS SOFTWARE IS PROVIDED BY TMATE SOFTWARE ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
38
|
+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
39
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE
|
40
|
+
DISCLAIMED.
|
41
|
+
|
42
|
+
IN NO EVENT SHALL TMATE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
|
43
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
44
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
45
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
46
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
47
|
+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
48
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,59 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: redcar-svnkit
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: "0.1"
|
6
|
+
platform: java
|
7
|
+
authors:
|
8
|
+
- Daniel Lucraft
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
|
13
|
+
date: 2011-08-19 00:00:00 +01:00
|
14
|
+
default_executable:
|
15
|
+
dependencies: []
|
16
|
+
|
17
|
+
description: ""
|
18
|
+
email:
|
19
|
+
- dan@fluentradical.com
|
20
|
+
executables: []
|
21
|
+
|
22
|
+
extensions: []
|
23
|
+
|
24
|
+
extra_rdoc_files: []
|
25
|
+
|
26
|
+
files:
|
27
|
+
- lib/redcar-svnkit.rb
|
28
|
+
- vendor/svnkit-1.3.5.jar
|
29
|
+
- LICENSE
|
30
|
+
has_rdoc: true
|
31
|
+
homepage: http://github.com/redcar/redcar-svnkit
|
32
|
+
licenses: []
|
33
|
+
|
34
|
+
post_install_message:
|
35
|
+
rdoc_options: []
|
36
|
+
|
37
|
+
require_paths:
|
38
|
+
- lib
|
39
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: "0"
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
46
|
+
none: false
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: "0"
|
51
|
+
requirements: []
|
52
|
+
|
53
|
+
rubyforge_project:
|
54
|
+
rubygems_version: 1.5.1
|
55
|
+
signing_key:
|
56
|
+
specification_version: 3
|
57
|
+
summary: Bundles the svnkit jar so Redcar can use it
|
58
|
+
test_files: []
|
59
|
+
|