yap-shell 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +9 -24
  3. data/Gemfile +1 -5
  4. data/LICENSE.txt +17 -18
  5. data/README.md +28 -14
  6. data/Rakefile +4 -1
  7. data/bin/yap +1 -3
  8. data/lib/.gitkeep +0 -0
  9. data/yap-shell.gemspec +12 -11
  10. metadata +19 -184
  11. data/.rspec +0 -2
  12. data/.travis.yml +0 -11
  13. data/DESIGN.md +0 -87
  14. data/Gemfile.travis +0 -8
  15. data/Gemfile.travis.lock +0 -104
  16. data/WISHLIST.md +0 -54
  17. data/bin/yap-dev +0 -45
  18. data/lib/tasks/gem.rake +0 -62
  19. data/lib/yap.rb +0 -52
  20. data/lib/yap/addon.rb +0 -24
  21. data/lib/yap/addon/base.rb +0 -52
  22. data/lib/yap/addon/export_as.rb +0 -12
  23. data/lib/yap/addon/loader.rb +0 -84
  24. data/lib/yap/addon/path.rb +0 -56
  25. data/lib/yap/addon/rc_file.rb +0 -21
  26. data/lib/yap/addon/reference.rb +0 -22
  27. data/lib/yap/cli.rb +0 -4
  28. data/lib/yap/cli/commands.rb +0 -6
  29. data/lib/yap/cli/commands/addon.rb +0 -14
  30. data/lib/yap/cli/commands/addon/disable.rb +0 -35
  31. data/lib/yap/cli/commands/addon/enable.rb +0 -35
  32. data/lib/yap/cli/commands/addon/list.rb +0 -37
  33. data/lib/yap/cli/commands/addon/search.rb +0 -99
  34. data/lib/yap/cli/commands/generate.rb +0 -13
  35. data/lib/yap/cli/commands/generate/addon.rb +0 -258
  36. data/lib/yap/cli/commands/generate/addonrb.template +0 -22
  37. data/lib/yap/cli/commands/generate/gemspec.template +0 -25
  38. data/lib/yap/cli/commands/generate/license.template +0 -21
  39. data/lib/yap/cli/commands/generate/rakefile.template +0 -6
  40. data/lib/yap/cli/commands/generate/readme.template +0 -40
  41. data/lib/yap/cli/options.rb +0 -162
  42. data/lib/yap/cli/options/addon.rb +0 -64
  43. data/lib/yap/cli/options/addon/disable.rb +0 -62
  44. data/lib/yap/cli/options/addon/enable.rb +0 -63
  45. data/lib/yap/cli/options/addon/list.rb +0 -65
  46. data/lib/yap/cli/options/addon/search.rb +0 -76
  47. data/lib/yap/cli/options/generate.rb +0 -59
  48. data/lib/yap/cli/options/generate/addon.rb +0 -63
  49. data/lib/yap/configuration.rb +0 -74
  50. data/lib/yap/gem_helper.rb +0 -195
  51. data/lib/yap/gem_tasks.rb +0 -6
  52. data/lib/yap/shell.rb +0 -116
  53. data/lib/yap/shell/aliases.rb +0 -58
  54. data/lib/yap/shell/builtins.rb +0 -18
  55. data/lib/yap/shell/builtins/alias.rb +0 -42
  56. data/lib/yap/shell/builtins/cd.rb +0 -57
  57. data/lib/yap/shell/builtins/env.rb +0 -11
  58. data/lib/yap/shell/commands.rb +0 -163
  59. data/lib/yap/shell/evaluation.rb +0 -439
  60. data/lib/yap/shell/evaluation/shell_expansions.rb +0 -99
  61. data/lib/yap/shell/event_emitter.rb +0 -18
  62. data/lib/yap/shell/execution.rb +0 -16
  63. data/lib/yap/shell/execution/builtin_command_execution.rb +0 -20
  64. data/lib/yap/shell/execution/command_execution.rb +0 -30
  65. data/lib/yap/shell/execution/context.rb +0 -128
  66. data/lib/yap/shell/execution/file_system_command_execution.rb +0 -137
  67. data/lib/yap/shell/execution/result.rb +0 -18
  68. data/lib/yap/shell/execution/ruby_command_execution.rb +0 -80
  69. data/lib/yap/shell/execution/shell_command_execution.rb +0 -30
  70. data/lib/yap/shell/prompt.rb +0 -21
  71. data/lib/yap/shell/repl.rb +0 -237
  72. data/lib/yap/shell/version.rb +0 -5
  73. data/lib/yap/world.rb +0 -286
  74. data/rcfiles/yaprc +0 -390
  75. data/scripts/4 +0 -8
  76. data/scripts/bg-vim +0 -4
  77. data/scripts/fail +0 -3
  78. data/scripts/letters +0 -8
  79. data/scripts/lots-of-output +0 -6
  80. data/scripts/pass +0 -3
  81. data/scripts/simulate-long-running +0 -4
  82. data/scripts/write-to-stderr.rb +0 -3
  83. data/scripts/write-to-stdout.rb +0 -3
  84. data/spec/features/addons/generating_an_addon_spec.rb +0 -55
  85. data/spec/features/addons/using_an_addon_spec.rb +0 -182
  86. data/spec/features/aliases_spec.rb +0 -78
  87. data/spec/features/environment_variables_spec.rb +0 -69
  88. data/spec/features/filesystem_commands_spec.rb +0 -61
  89. data/spec/features/first_time_spec.rb +0 -45
  90. data/spec/features/grouping_spec.rb +0 -81
  91. data/spec/features/line_editing_spec.rb +0 -174
  92. data/spec/features/range_spec.rb +0 -35
  93. data/spec/features/redirection_spec.rb +0 -234
  94. data/spec/features/repetition_spec.rb +0 -118
  95. data/spec/features/shell_expansions_spec.rb +0 -127
  96. data/spec/spec_helper.rb +0 -172
  97. data/spec/support/matchers/have_not_printed.rb +0 -30
  98. data/spec/support/matchers/have_printed.rb +0 -68
  99. data/spec/support/very_soon.rb +0 -9
  100. data/spec/support/yap_spec_dsl.rb +0 -258
  101. data/test.rb +0 -206
  102. data/update-rawline.sh +0 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5267336e3bb3562e35623338ad4f06984f507508
4
- data.tar.gz: c77fc549d91212039744e7ce425f8809edcec81e
3
+ metadata.gz: ba5b60d481f6ac89cdfdcde824feccd79459349a
4
+ data.tar.gz: c0f95eb00403ceaac23bf5ef08dfde0b9785cb42
5
5
  SHA512:
6
- metadata.gz: ae91a30734b05b8202d98f7b66976a08a91ded7e0390f995a8925f48f37361f2b4aa23490de607e19a1909832dec5f6c8080cc5c2a46f91261ad1266c4609207
7
- data.tar.gz: bf30df466e3022093a4b38be3127e5bb93057e59c3ecc6c3b1141d01bad1bbbae975533a1cd98f2e6891c93942ad78d0330b3287e2ef7ea783102741fdc62df9
6
+ metadata.gz: 184fd442069d4110b1abd41eb4e78aa08ae4e24b7958ef20bfdf2413f3dbcc439a4bb300c5023a7674f32f8e5912671bf4f886c3a89e9f26fc8f053d79c0857f
7
+ data.tar.gz: 6c01817545a3a9533929cab667d5aa50cc391f16b630bd9bc3a8326a91ebc5aa4811f6542e806a2e2a403330ff0713f8baef5b779a4ba02d837628496dd9eaf4
data/.gitignore CHANGED
@@ -1,24 +1,9 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- *.bundle
19
- *.so
20
- *.o
21
- *.a
22
- mkmf.log
23
-
24
- wiki/
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/Gemfile CHANGED
@@ -1,8 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ # Specify your gem's dependencies in yap-shell.gemspec
3
4
  gemspec
4
-
5
- gem 'treefell', path: '../treefell'
6
- gem 'yap-shell-parser', path: '../yap-shell-parser'
7
- gem 'terminal-layout', path: '../terminal-layout'
8
- gem 'yap-rawline', path: '../yap-rawline'
@@ -1,22 +1,21 @@
1
- Copyright (c) 2014 Zach Dennis
1
+ The MIT License (MIT)
2
2
 
3
- MIT License
3
+ Copyright (c) 2016 Zach Dennis
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
12
11
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
15
14
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,27 +1,41 @@
1
- [![Build Status](https://travis-ci.org/zdennis/yap-shell.svg?branch=master)](https://travis-ci.org/zdennis/yap-shell)
1
+ # Yap::Shell
2
2
 
3
- # Yap
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/yap/shell`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
- Yap is a modern, developer shell. Inspired by shells like bash and zsh it's a modern implementation keeping the good parts and leaving out the rest.
6
-
7
- See the slide deck that [introduces Yap](http://slides.com/zdennis/yaptastic-1#/)
5
+ TODO: Delete this and the text above, and describe your gem
8
6
 
9
7
  ## Installation
10
8
 
11
- This should not go in your Gemfile, you should install from the command line:
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'yap-shell'
13
+ ```
14
+
15
+ And then execute:
12
16
 
13
- > gem install yap-shell
17
+ $ bundle
14
18
 
15
- Then follow the on-screen installation instructions.
19
+ Or install it yourself as:
20
+
21
+ $ gem install yap-shell
16
22
 
17
23
  ## Usage
18
24
 
19
- See the Yap [shell reference](https://github.com/zdennis/yap-shell/wiki/ShellReference)
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
20
32
 
21
33
  ## Contributing
22
34
 
23
- 1. Fork it ( https://github.com/zdennis/yap-shell/fork )
24
- 2. Create your feature branch (`git checkout -b my-new-feature`)
25
- 3. Commit your changes (`git commit -am 'Add some feature'`)
26
- 4. Push to the branch (`git push origin my-new-feature`)
27
- 5. Create a new Pull Request
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/yap-shell.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
data/Rakefile CHANGED
@@ -1,3 +1,6 @@
1
1
  require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
2
3
 
3
- Dir[File.join(File.dirname(__FILE__), 'lib/tasks/**/*.rake')].each {|f| load f }
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/yap CHANGED
@@ -44,11 +44,9 @@ trap "SIGINT", "IGNORE"
44
44
  trap "SIGTTIN", "IGNORE"
45
45
  trap "SIGTTOU", "IGNORE"
46
46
 
47
- $LOAD_PATH.unshift File.dirname(file) + '/../lib'
48
-
49
47
  ENV['TERM'] ||= 'linux'
50
48
 
51
- require "yap"
49
+ require "yap-shell-core"
52
50
 
53
51
  STDOUT.sync = true
54
52
  STDERR.sync = true
File without changes
@@ -1,11 +1,12 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'yap/shell/version'
4
+
5
+ yap_shell_version = "0.7.2"
5
6
 
6
7
  Gem::Specification.new do |spec|
7
8
  spec.name = "yap-shell"
8
- spec.version = Yap::Shell::VERSION
9
+ spec.version = yap_shell_version
9
10
  spec.authors = ["Zach Dennis"]
10
11
  spec.email = ["zach.dennis@gmail.com"]
11
12
  spec.summary = %q{The Lagniappe "Yap" shell.}
@@ -64,16 +65,16 @@ Gem::Specification.new do |spec|
64
65
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
65
66
  spec.require_paths = ["lib"]
66
67
 
67
- spec.add_dependency "pry-byebug", "~> 3.3"
68
- spec.add_dependency "yap-shell-parser", "~> 0.7.1"
69
- spec.add_dependency "term-ansicolor", "~> 1.3"
70
- spec.add_dependency "ruby-termios", "~> 0.9.6"
71
- spec.add_dependency "ruby-terminfo", "~> 0.1.1"
72
- spec.add_dependency "yap-rawline", "~> 0.6.3"
73
- spec.add_dependency "chronic", "~> 0.10.2"
68
+ # Default add-ons
69
+ spec.add_dependency "yap-shell-core", "= #{yap_shell_version}"
70
+
71
+ # Default add-ons
72
+ spec.add_dependency "yap-shell-addon-history", "~> 0.1.1"
73
+ spec.add_dependency "yap-shell-addon-history-search", "~> 0.1.1"
74
+ spec.add_dependency "yap-shell-addon-keyboard-macros", "~> 0.1.1"
75
+ spec.add_dependency "yap-shell-addon-tab-completion", "~> 0.1.1"
76
+ # spec.add_dependency "yap-shell-addon-right-prompt", "~> 0.1.1"
74
77
 
75
78
  spec.add_development_dependency "bundler", "~> 1.6"
76
79
  spec.add_development_dependency "rake", "~> 11"
77
- spec.add_development_dependency "rspec", "~> 3.0"
78
- spec.add_development_dependency "childprocess", "~> 0.5.9"
79
80
  end
metadata CHANGED
@@ -1,73 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yap-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Dennis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-01 00:00:00.000000000 Z
11
+ date: 2016-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: pry-byebug
14
+ name: yap-shell-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '3.3'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '3.3'
27
- - !ruby/object:Gem::Dependency
28
- name: yap-shell-parser
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 0.7.1
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
17
+ - - '='
39
18
  - !ruby/object:Gem::Version
40
- version: 0.7.1
41
- - !ruby/object:Gem::Dependency
42
- name: term-ansicolor
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '1.3'
19
+ version: 0.7.2
48
20
  type: :runtime
49
21
  prerelease: false
50
22
  version_requirements: !ruby/object:Gem::Requirement
51
23
  requirements:
52
- - - "~>"
24
+ - - '='
53
25
  - !ruby/object:Gem::Version
54
- version: '1.3'
26
+ version: 0.7.2
55
27
  - !ruby/object:Gem::Dependency
56
- name: ruby-termios
28
+ name: yap-shell-addon-history
57
29
  requirement: !ruby/object:Gem::Requirement
58
30
  requirements:
59
31
  - - "~>"
60
32
  - !ruby/object:Gem::Version
61
- version: 0.9.6
33
+ version: 0.1.1
62
34
  type: :runtime
63
35
  prerelease: false
64
36
  version_requirements: !ruby/object:Gem::Requirement
65
37
  requirements:
66
38
  - - "~>"
67
39
  - !ruby/object:Gem::Version
68
- version: 0.9.6
40
+ version: 0.1.1
69
41
  - !ruby/object:Gem::Dependency
70
- name: ruby-terminfo
42
+ name: yap-shell-addon-history-search
71
43
  requirement: !ruby/object:Gem::Requirement
72
44
  requirements:
73
45
  - - "~>"
@@ -81,33 +53,33 @@ dependencies:
81
53
  - !ruby/object:Gem::Version
82
54
  version: 0.1.1
83
55
  - !ruby/object:Gem::Dependency
84
- name: yap-rawline
56
+ name: yap-shell-addon-keyboard-macros
85
57
  requirement: !ruby/object:Gem::Requirement
86
58
  requirements:
87
59
  - - "~>"
88
60
  - !ruby/object:Gem::Version
89
- version: 0.6.3
61
+ version: 0.1.1
90
62
  type: :runtime
91
63
  prerelease: false
92
64
  version_requirements: !ruby/object:Gem::Requirement
93
65
  requirements:
94
66
  - - "~>"
95
67
  - !ruby/object:Gem::Version
96
- version: 0.6.3
68
+ version: 0.1.1
97
69
  - !ruby/object:Gem::Dependency
98
- name: chronic
70
+ name: yap-shell-addon-tab-completion
99
71
  requirement: !ruby/object:Gem::Requirement
100
72
  requirements:
101
73
  - - "~>"
102
74
  - !ruby/object:Gem::Version
103
- version: 0.10.2
75
+ version: 0.1.1
104
76
  type: :runtime
105
77
  prerelease: false
106
78
  version_requirements: !ruby/object:Gem::Requirement
107
79
  requirements:
108
80
  - - "~>"
109
81
  - !ruby/object:Gem::Version
110
- version: 0.10.2
82
+ version: 0.1.1
111
83
  - !ruby/object:Gem::Dependency
112
84
  name: bundler
113
85
  requirement: !ruby/object:Gem::Requirement
@@ -136,142 +108,22 @@ dependencies:
136
108
  - - "~>"
137
109
  - !ruby/object:Gem::Version
138
110
  version: '11'
139
- - !ruby/object:Gem::Dependency
140
- name: rspec
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: '3.0'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: '3.0'
153
- - !ruby/object:Gem::Dependency
154
- name: childprocess
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: 0.5.9
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: 0.5.9
167
111
  description: The Lagniappe "Yap" shell description.
168
112
  email:
169
113
  - zach.dennis@gmail.com
170
114
  executables:
171
115
  - yap
172
- - yap-dev
173
116
  extensions: []
174
117
  extra_rdoc_files: []
175
118
  files:
176
119
  - ".gitignore"
177
- - ".rspec"
178
120
  - ".ruby-version"
179
- - ".travis.yml"
180
- - DESIGN.md
181
121
  - Gemfile
182
- - Gemfile.travis
183
- - Gemfile.travis.lock
184
122
  - LICENSE.txt
185
123
  - README.md
186
124
  - Rakefile
187
- - WISHLIST.md
188
125
  - bin/yap
189
- - bin/yap-dev
190
- - lib/tasks/gem.rake
191
- - lib/yap.rb
192
- - lib/yap/addon.rb
193
- - lib/yap/addon/base.rb
194
- - lib/yap/addon/export_as.rb
195
- - lib/yap/addon/loader.rb
196
- - lib/yap/addon/path.rb
197
- - lib/yap/addon/rc_file.rb
198
- - lib/yap/addon/reference.rb
199
- - lib/yap/cli.rb
200
- - lib/yap/cli/commands.rb
201
- - lib/yap/cli/commands/addon.rb
202
- - lib/yap/cli/commands/addon/disable.rb
203
- - lib/yap/cli/commands/addon/enable.rb
204
- - lib/yap/cli/commands/addon/list.rb
205
- - lib/yap/cli/commands/addon/search.rb
206
- - lib/yap/cli/commands/generate.rb
207
- - lib/yap/cli/commands/generate/addon.rb
208
- - lib/yap/cli/commands/generate/addonrb.template
209
- - lib/yap/cli/commands/generate/gemspec.template
210
- - lib/yap/cli/commands/generate/license.template
211
- - lib/yap/cli/commands/generate/rakefile.template
212
- - lib/yap/cli/commands/generate/readme.template
213
- - lib/yap/cli/options.rb
214
- - lib/yap/cli/options/addon.rb
215
- - lib/yap/cli/options/addon/disable.rb
216
- - lib/yap/cli/options/addon/enable.rb
217
- - lib/yap/cli/options/addon/list.rb
218
- - lib/yap/cli/options/addon/search.rb
219
- - lib/yap/cli/options/generate.rb
220
- - lib/yap/cli/options/generate/addon.rb
221
- - lib/yap/configuration.rb
222
- - lib/yap/gem_helper.rb
223
- - lib/yap/gem_tasks.rb
224
- - lib/yap/shell.rb
225
- - lib/yap/shell/aliases.rb
226
- - lib/yap/shell/builtins.rb
227
- - lib/yap/shell/builtins/alias.rb
228
- - lib/yap/shell/builtins/cd.rb
229
- - lib/yap/shell/builtins/env.rb
230
- - lib/yap/shell/commands.rb
231
- - lib/yap/shell/evaluation.rb
232
- - lib/yap/shell/evaluation/shell_expansions.rb
233
- - lib/yap/shell/event_emitter.rb
234
- - lib/yap/shell/execution.rb
235
- - lib/yap/shell/execution/builtin_command_execution.rb
236
- - lib/yap/shell/execution/command_execution.rb
237
- - lib/yap/shell/execution/context.rb
238
- - lib/yap/shell/execution/file_system_command_execution.rb
239
- - lib/yap/shell/execution/result.rb
240
- - lib/yap/shell/execution/ruby_command_execution.rb
241
- - lib/yap/shell/execution/shell_command_execution.rb
242
- - lib/yap/shell/prompt.rb
243
- - lib/yap/shell/repl.rb
244
- - lib/yap/shell/version.rb
245
- - lib/yap/world.rb
246
- - rcfiles/yaprc
247
- - scripts/4
248
- - scripts/bg-vim
249
- - scripts/fail
250
- - scripts/letters
251
- - scripts/lots-of-output
252
- - scripts/pass
253
- - scripts/simulate-long-running
254
- - scripts/write-to-stderr.rb
255
- - scripts/write-to-stdout.rb
256
- - spec/features/addons/generating_an_addon_spec.rb
257
- - spec/features/addons/using_an_addon_spec.rb
258
- - spec/features/aliases_spec.rb
259
- - spec/features/environment_variables_spec.rb
260
- - spec/features/filesystem_commands_spec.rb
261
- - spec/features/first_time_spec.rb
262
- - spec/features/grouping_spec.rb
263
- - spec/features/line_editing_spec.rb
264
- - spec/features/range_spec.rb
265
- - spec/features/redirection_spec.rb
266
- - spec/features/repetition_spec.rb
267
- - spec/features/shell_expansions_spec.rb
268
- - spec/spec_helper.rb
269
- - spec/support/matchers/have_not_printed.rb
270
- - spec/support/matchers/have_printed.rb
271
- - spec/support/very_soon.rb
272
- - spec/support/yap_spec_dsl.rb
273
- - test.rb
274
- - update-rawline.sh
126
+ - lib/.gitkeep
275
127
  - yap-shell.gemspec
276
128
  homepage: https://github.com/zdennis/yap-shell
277
129
  licenses:
@@ -313,22 +165,5 @@ rubygems_version: 2.5.1
313
165
  signing_key:
314
166
  specification_version: 4
315
167
  summary: The Lagniappe "Yap" shell.
316
- test_files:
317
- - spec/features/addons/generating_an_addon_spec.rb
318
- - spec/features/addons/using_an_addon_spec.rb
319
- - spec/features/aliases_spec.rb
320
- - spec/features/environment_variables_spec.rb
321
- - spec/features/filesystem_commands_spec.rb
322
- - spec/features/first_time_spec.rb
323
- - spec/features/grouping_spec.rb
324
- - spec/features/line_editing_spec.rb
325
- - spec/features/range_spec.rb
326
- - spec/features/redirection_spec.rb
327
- - spec/features/repetition_spec.rb
328
- - spec/features/shell_expansions_spec.rb
329
- - spec/spec_helper.rb
330
- - spec/support/matchers/have_not_printed.rb
331
- - spec/support/matchers/have_printed.rb
332
- - spec/support/very_soon.rb
333
- - spec/support/yap_spec_dsl.rb
168
+ test_files: []
334
169
  has_rdoc: