-
Notifications
You must be signed in to change notification settings - Fork 0
/
svn_wc_tree.gemspec
72 lines (71 loc) · 3.99 KB
/
svn_wc_tree.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Gem::Specification.new do |s|
s.name = %q{svn_wc_tree}
s.version = "0.0.10"
s.date = %q{2012-06-27}
s.authors = ["David Wright"]
s.email = %q{[email protected]}
s.summary = %q{svn_wc_tree is a web application (GUI) that enables
basic operations on a working copy of a Subversion repository.}
s.homepage = %q{https://github.com/dvwright/svn_wc_tree}
s.description = %q{svn_wc_tree provides an Web Application Front End GUI
to a working copy of an remote SVN Repository.}
s.executables = %q{svn_wc_tree}
s.files = %w(
bin/svn_wc_tree
cgi/svn_wc_broker.cgi
ChangeLog
lib/svn_wc_broker.rb
lib/svn_wc_client.rb
tests/test_installer_bin.rb
Manifest
README.rdoc
svn_conf.yaml
svn_wc_tree/css/swt.css
svn_wc_tree/img/swt_spinner.gif
svn_wc_tree/index.html
svn_wc_tree/index.php
svn_wc_tree/js/swt.js
svn_wc_tree/js/jquery-1.3.2.js
svn_wc_tree/js/jquery.blockUI-2.31.js
svn_wc_tree/js/jquery.cookie.js
svn_wc_tree/js/jquery.tree.checkbox.js
svn_wc_tree/js/jquery.tree.js
svn_wc_tree/js/source/jquery.tree.js
svn_wc_tree/js/source/jquery.tree.min.js
svn_wc_tree/js/source/lib/jquery.cookie.js
svn_wc_tree/js/source/lib/jquery.hotkeys.js
svn_wc_tree/js/source/lib/jquery.js
svn_wc_tree/js/source/lib/jquery.metadata.js
svn_wc_tree/js/source/lib/sarissa.js
svn_wc_tree/js/source/plugins/_jquery.tree.rtl.js
svn_wc_tree/js/source/plugins/jquery.tree.checkbox.js
svn_wc_tree/js/source/plugins/jquery.tree.contextmenu.js
svn_wc_tree/js/source/plugins/jquery.tree.cookie.js
svn_wc_tree/js/source/plugins/jquery.tree.hotkeys.js
svn_wc_tree/js/source/plugins/jquery.tree.metadata.js
svn_wc_tree/js/source/plugins/jquery.tree.themeroller.js
svn_wc_tree/js/source/plugins/jquery.tree.xml_flat.js
svn_wc_tree/js/source/plugins/jquery.tree.xml_nested.js
svn_wc_tree/js/source/themes/apple/bg.jpg
svn_wc_tree/js/source/themes/apple/dot_for_ie.gif
svn_wc_tree/js/source/themes/apple/icons.png
svn_wc_tree/js/source/themes/apple/style.css
svn_wc_tree/js/source/themes/apple/throbber.gif
svn_wc_tree/js/source/themes/checkbox/dot_for_ie.gif
svn_wc_tree/js/source/themes/checkbox/icons.png
svn_wc_tree/js/source/themes/checkbox/style.css
svn_wc_tree/js/source/themes/checkbox/throbber.gif
svn_wc_tree/js/source/themes/classic/dot_for_ie.gif
svn_wc_tree/js/source/themes/classic/icons.png
svn_wc_tree/js/source/themes/classic/style.css
svn_wc_tree/js/source/themes/classic/throbber.gif
svn_wc_tree/js/source/themes/default/dot_for_ie.gif
svn_wc_tree/js/source/themes/default/icons.png
svn_wc_tree/js/source/themes/default/style.css
svn_wc_tree/js/source/themes/default/throbber.gif
svn_wc_tree/js/source/themes/themeroller/dot_for_ie.gif
svn_wc_tree/js/source/themes/themeroller/icons.png
svn_wc_tree/js/source/themes/themeroller/style.css
svn_wc_tree/js/source/themes/themeroller/throbber.gif
)
end