forked from drnic/tabtab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Manifest.txt
76 lines (76 loc) · 2.25 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
History.txt
Manifest.txt
PostInstall.txt
README.rdoc
Rakefile
bin/install_tabtab
bin/tabtab
examples/tabtab.sh
features/aliases_for_completions.feature
features/development.feature
features/different_shells_installation.feature
features/discovered_gem_app_completions.feature
features/external_app_completions.feature
features/file_completions.feature
features/hide_short_flags.feature
features/steps/cli.rb
features/steps/common.rb
features/steps/completions.rb
features/steps/configuration.rb
features/steps/env.rb
features/steps/gems.rb
features/steps/shells.rb
lib/dev_definitions/gem.rb
lib/dev_definitions/script-generate.rb
lib/dev_definitions/script-server.rb
lib/install_tabtab/cli.rb
lib/tabtab.rb
lib/tabtab/cli.rb
lib/tabtab/completions.rb
lib/tabtab/completions/external.rb
lib/tabtab/completions/file.rb
lib/tabtab/completions/gems.rb
lib/tabtab/definitions.rb
lib/tabtab/definitions/base.rb
lib/tabtab/definitions/command.rb
lib/tabtab/definitions/default.rb
lib/tabtab/definitions/flag.rb
lib/tabtab/definitions/root.rb
lib/tabtab/framework_testing.rb
lib/tabtab/local_config.rb
lib/tabtab/test/assertions.rb
lib/tabtab_definitions/cucumber.rb
lib/tabtab_definitions/github.rb
lib/tabtab_definitions/newgem.rb
lib/tabtab_definitions/rails.rb
lib/tabtab_definitions/rake.rb
lib/tabtab_definitions/rubyforge.rb
script/console
script/destroy
script/generate
spec/definition_spec.rb
spec/external_spec.rb
spec/fixtures/bin/test_app
spec/fixtures/gems/multi_app/History.txt
spec/fixtures/gems/multi_app/Manifest.txt
spec/fixtures/gems/multi_app/Rakefile
spec/fixtures/gems/multi_app/bin/test_app
spec/fixtures/gems/multi_app/lib/multi_app.rb
spec/fixtures/gems/multi_app/lib/tabtab_definitions/some_app.rb
spec/fixtures/gems/multi_app/multi_app-0.0.1.gem
spec/fixtures/gems/multi_app/multi_app.gemspec
spec/fixtures/gems/my_app/History.txt
spec/fixtures/gems/my_app/Manifest.txt
spec/fixtures/gems/my_app/Rakefile
spec/fixtures/gems/my_app/bin/test_app
spec/fixtures/gems/my_app/lib/my_app.rb
spec/fixtures/gems/my_app/lib/tabtab_definitions.rb
spec/fixtures/gems/my_app/my_app-0.0.1.gem
spec/fixtures/gems/my_app/my_app.gemspec
spec/framework_testing_spec.rb
spec/install_tabtab_cli_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/tabtab_cli_spec.rb
tasks/rspec.rake
website/images/tabtab.png