forked from vertiginous/pik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.txt
99 lines (99 loc) · 2.77 KB
/
Manifest.txt
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.rspec
History.txt
Isolate
Manifest.txt
README.rdoc
Rakefile
bin/pik_install
features/add_command.feature
features/config_command.feature
features/default_command.feature
features/devkit_command.feature
features/gemsync_command.feature
features/help_command.feature
features/implode_command.feature
features/info_command.feature
features/install_command.feature
features/list_command.feature
features/pik_install.feature
features/remove_command.feature
features/run_command.feature
features/step_definitions/pik_commands.rb
features/support/env.rb
features/support/proxy.ru
features/tag_command.feature
features/uninstall_command.feature
features/use_command.feature
features/version.feature
lib/pik.rb
lib/pik/commands.rb
lib/pik/commands/add_command.rb
lib/pik/commands/alias_command.rb
lib/pik/commands/command.rb
lib/pik/commands/config_file_editor.rb
lib/pik/commands/help_command.rb
lib/pik/commands/implode_command.rb
lib/pik/commands/info_command.rb
lib/pik/commands/install_command.rb
lib/pik/commands/list_command.rb
lib/pik/commands/package_command.rb
lib/pik/commands/refresh_command.rb
lib/pik/commands/remove_command.rb
lib/pik/commands/run_command.rb
lib/pik/commands/script_file_editor.rb
lib/pik/commands/system_command.rb
lib/pik/commands/uninstall_command.rb
lib/pik/commands/update_command.rb
lib/pik/commands/use_command.rb
lib/pik/config_file.rb
lib/pik/contrib/progressbar.rb
lib/pik/contrib/unzip.rb
lib/pik/contrib/uri_ext.rb
lib/pik/contrib/zip/ioextras.rb
lib/pik/contrib/zip/stdrubyext.rb
lib/pik/contrib/zip/tempfile_bugfixed.rb
lib/pik/contrib/zip/zip.rb
lib/pik/contrib/zip/zipfilesystem.rb
lib/pik/contrib/zip/ziprequire.rb
lib/pik/core_ext/pathname.rb
lib/pik/installer.rb
lib/pik/log.rb
lib/pik/options.rb
lib/pik/packages.rb
lib/pik/scripts/bash_file.rb
lib/pik/scripts/batch_file.rb
lib/pik/scripts/powershell_file.rb
lib/pik/scripts/script_file.rb
lib/pik/search_path.rb
lib/pik/version_parser.rb
lib/pik/version_pattern.rb
lib/pik/which.rb
lib/pik/windows_env.rb
spec/html/ironruby.htm
spec/html/jruby.htm
spec/html/ruby.htm
spec/pik/bash_file_spec.rb
spec/pik/batch_file_spec.rb
spec/pik/commands/add_command_spec.rb
spec/pik/commands/command_spec.rb
spec/pik/commands/default_command_spec.rb
spec/pik/commands/help_command_spec.rb
spec/pik/commands/list_command_spec.rb
spec/pik/commands/remove_command_spec.rb
spec/pik/commands/run_command_spec.rb
spec/pik/commands/use_command_spec.rb
spec/pik/commands_spec.rb
spec/pik/pathname_spec.rb
spec/pik/powershell_file_spec.rb
spec/pik/search_path_spec.rb
spec/pik/version_parser_spec.rb
spec/pik/which_spec.rb
tasks/build.rb
tasks/common.rb
tasks/cucumber.rb
tasks/package.rb
tools/pik.bat
tools/pik.ps1
tools/pik.sh
tools/pik_runner
tools/pik_runner.exe