redcar-svnkit 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/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.
@@ -0,0 +1,8 @@
1
+
2
+ module Redcar
3
+ module SvnKit
4
+ def self.jar_path
5
+ File.expand_path("../../vendor/svnkit-1.3.5.jar", __FILE__)
6
+ end
7
+ end
8
+ end
Binary file
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: redcar-svnkit
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.2'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Daniel Lucraft
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-09-10 00:00:00.000000000 +01:00
13
+ default_executable:
14
+ dependencies: []
15
+ description: ''
16
+ email:
17
+ - dan@fluentradical.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/redcar-svnkit.rb
23
+ - vendor/svnkit-1.3.5.jar
24
+ - LICENSE
25
+ has_rdoc: true
26
+ homepage: http://github.com/redcar/redcar-svnkit
27
+ licenses: []
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 1.6.2
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: Bundles the svnkit jar so Redcar can use it
50
+ test_files: []