xaiml 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config-2.0.yml +160 -0
- data/.circleci/config.yml +48 -0
- data/.gitignore +1 -2
- data/.reek.yml +5 -2
- data/.rubocop.rspec.yml +67 -0
- data/.rubocop.ruby.yml +423 -0
- data/.rubocop.yml +18 -15
- data/.ruby-version +1 -1
- data/Gemfile +2 -0
- data/Gemfile.lock +95 -0
- data/Rakefile +3 -1
- data/bin/console +1 -0
- data/lib/xaiml/document.rb +11 -7
- data/lib/xaiml/element/base.rb +5 -0
- data/lib/xaiml/element/category.rb +6 -1
- data/lib/xaiml/element/condition.rb +5 -1
- data/lib/xaiml/element/conditional_random.rb +5 -1
- data/lib/xaiml/element/ext.rb +5 -1
- data/lib/xaiml/element/topic.rb +5 -1
- data/lib/xaiml/element.rb +32 -28
- data/lib/xaiml/exceptions.rb +2 -0
- data/lib/xaiml/version.rb +3 -1
- data/lib/xaiml.rb +6 -4
- data/xaiml.gemspec +9 -2
- metadata +86 -766
- data/vendor/bundle/ruby/2.5.0/bin/coderay +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/htmldiff +0 -29
- data/vendor/bundle/ruby/2.5.0/bin/ldiff +0 -29
- data/vendor/bundle/ruby/2.5.0/bin/pry +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/rake +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/rspec +0 -27
- data/vendor/bundle/ruby/2.5.0/cache/coderay-1.1.2.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/diff-lcs-1.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/method_source-0.9.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/ox-2.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/pry-0.11.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rake-10.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-3.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.8.1.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/ox-2.10.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/ox-2.10.0/gem_make.out +0 -93
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/ox-2.10.0/ox.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/MIT-LICENSE +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/README_INDEX.rdoc +0 -123
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/bin/coderay +0 -215
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/duo.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/_map.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/comment_filter.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/count.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/debug.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/debug_lint.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/div.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/encoder.rb +0 -190
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/filter.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/html/css.rb +0 -65
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/html/numbering.rb +0 -108
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/html/output.rb +0 -166
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/html.rb +0 -333
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/json.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/lines_of_code.rb +0 -45
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/lint.rb +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/null.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/page.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/span.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/statistic.rb +0 -95
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/terminal.rb +0 -195
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/text.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/token_kind_filter.rb +0 -111
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/xml.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders/yaml.rb +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/for_redcloth.rb +0 -95
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/helpers/file_type.rb +0 -151
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/helpers/plugin.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/helpers/plugin_host.rb +0 -221
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/helpers/word_list.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/_map.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/c.rb +0 -189
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/clojure.rb +0 -217
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/cpp.rb +0 -217
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/css.rb +0 -196
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/debug.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/delphi.rb +0 -144
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/diff.rb +0 -221
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/erb.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/go.rb +0 -208
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/groovy.rb +0 -268
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/haml.rb +0 -168
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/html.rb +0 -275
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/java/builtin_types.rb +0 -421
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/java.rb +0 -174
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/java_script.rb +0 -237
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/json.rb +0 -98
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/lua.rb +0 -280
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/php.rb +0 -527
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/python.rb +0 -287
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/raydebug.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/ruby/patterns.rb +0 -178
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/ruby/string_state.rb +0 -79
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/ruby.rb +0 -477
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/sass.rb +0 -232
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/scanner.rb +0 -337
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/sql.rb +0 -169
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/taskpaper.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/text.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/xml.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners/yaml.rb +0 -140
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/styles/_map.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/styles/alpha.rb +0 -153
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/styles/style.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/styles.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/token_kinds.rb +0 -85
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/tokens.rb +0 -161
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/tokens_proxy.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/version.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay.rb +0 -284
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/.rspec +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/Code-of-Conduct.md +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/Contributing.md +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/History.md +0 -220
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/License.md +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/Manifest.txt +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/README.rdoc +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/Rakefile +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/autotest/discover.rb +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/bin/htmldiff +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/bin/ldiff +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/docs/COPYING.txt +0 -339
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/docs/artistic.txt +0 -127
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/array.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/block.rb +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/callbacks.rb +0 -322
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/change.rb +0 -181
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/htmldiff.rb +0 -149
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/hunk.rb +0 -276
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/internals.rb +0 -307
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/ldiff.rb +0 -167
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs/string.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff/lcs.rb +0 -725
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/lib/diff-lcs.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/change_spec.rb +0 -65
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/diff_spec.rb +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/fixtures/ds1.csv +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/fixtures/ds2.csv +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/hunk_spec.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/issues_spec.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/lcs_spec.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/ldiff_spec.rb +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/patch_spec.rb +0 -422
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/sdiff_spec.rb +0 -214
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/spec_helper.rb +0 -321
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +0 -310
- data/vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.3/spec/traverse_sequences_spec.rb +0 -139
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/.gemtest +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/.travis.yml +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/.yardopts +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/Gemfile +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/LICENSE +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/README.markdown +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/Rakefile +0 -80
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/lib/method_source/code_helpers.rb +0 -154
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/lib/method_source/source_location.rb +0 -138
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/lib/method_source/version.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/lib/method_source.rb +0 -141
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/method_source.gemspec +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/spec/method_source/code_helpers_spec.rb +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/spec/method_source_spec.rb +0 -143
- data/vendor/bundle/ruby/2.5.0/gems/method_source-0.9.0/spec/spec_helper.rb +0 -101
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/CHANGELOG.md +0 -455
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/LICENSE +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/README.md +0 -307
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/Makefile +0 -264
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/attr.h +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/base64.c +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/base64.h +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/base64.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/buf.h +0 -160
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/builder.c +0 -937
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/builder.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache.c +0 -160
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache.h +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.c +0 -109
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.h +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/dump.c +0 -1321
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/dump.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/err.c +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/err.h +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/err.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/extconf.rb +0 -67
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/gen_load.c +0 -492
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/gen_load.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/hash_load.c +0 -228
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/hash_load.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/helper.h +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/obj_load.c +0 -986
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/obj_load.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/ox.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/ox.c +0 -1562
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/ox.h +0 -279
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/ox.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/parse.c +0 -1177
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/parse.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax.c +0 -1750
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax.h +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_as.c +0 -276
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_as.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_buf.c +0 -228
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_buf.h +0 -222
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_buf.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_has.h +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_hint.c +0 -216
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_hint.h +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_hint.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/sax_stack.h +0 -85
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/special.c +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/special.h +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/special.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/type.h +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/bag.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/cdata.rb +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/comment.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/doctype.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/document.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/element.rb +0 -319
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/error.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/hasattrs.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/instruct.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/node.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/raw.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/sax.rb +0 -113
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/version.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox/xmlrpc_adapter.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/lib/ox.rb +0 -79
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/CHANGELOG.md +0 -797
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/LICENSE +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/README.md +0 -407
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/bin/pry +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/basic_object.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/cli.rb +0 -225
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/code/code_file.rb +0 -109
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/code/code_range.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/code/loc.rb +0 -92
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/code.rb +0 -353
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/code_object.rb +0 -195
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/color_printer.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/command.rb +0 -716
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/command_set.rb +0 -450
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/amend_line.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/bang.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/bang_pry.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cat/abstract_formatter.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cat/exception_formatter.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cat/file_formatter.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cat/input_expression_formatter.rb +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cat.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/cd.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/change_inspector.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/change_prompt.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/code_collector.rb +0 -167
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/disable_pry.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/disabled_commands.rb +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/easter_eggs.rb +0 -112
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/edit/exception_patcher.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/edit/file_and_line_locator.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/edit.rb +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/exit.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/exit_all.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/exit_program.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/find_method.rb +0 -193
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/fix_indent.rb +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_cd.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_install.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_list.rb +0 -33
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_open.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_readme.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gem_search.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/gist.rb +0 -101
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/help.rb +0 -164
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/hist.rb +0 -180
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/import_set.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/install_command.rb +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/jump_to.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/list_inspectors.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/list_prompts.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/constants.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/formatter.rb +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/globals.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/grep.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/instance_vars.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/interrogatable.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/jruby_hacks.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/local_names.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/local_vars.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/ls_entity.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/methods.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/methods_helper.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls/self_methods.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ls.rb +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/nesting.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/play.rb +0 -103
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/pry_backtrace.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/pry_version.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/raise_up.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/reload_code.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/reset.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/ri.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/save_file.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/shell_command.rb +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/shell_mode.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/show_doc.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/show_info.rb +0 -209
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/show_input.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/show_source.rb +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/simple_prompt.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/stat.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/switch_to.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/toggle_color.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/watch_expression/expression.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/watch_expression.rb +0 -105
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/whereami.rb +0 -197
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands/wtf.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/commands.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/config/behavior.rb +0 -231
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/config/convenience.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/config/default.rb +0 -149
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/config/memoization.rb +0 -44
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/config.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/core_extensions.rb +0 -141
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/editor.rb +0 -135
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/exceptions.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/forwardable.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/base_helpers.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/command_helpers.rb +0 -156
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/documentation_helpers.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/options_helpers.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/table.rb +0 -109
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers/text.rb +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/helpers.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/history.rb +0 -148
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/history_array.rb +0 -121
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/hooks.rb +0 -171
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/indent.rb +0 -410
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/input_completer.rb +0 -260
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/input_lock.rb +0 -132
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/inspector.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/last_exception.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/method/disowned.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/method/patcher.rb +0 -122
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/method/weird_method_locator.rb +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/method.rb +0 -546
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/object_path.rb +0 -82
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/output.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/pager.rb +0 -242
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/platform.rb +0 -93
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/plugins.rb +0 -118
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/prompt.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/pry_class.rb +0 -401
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/pry_instance.rb +0 -666
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/rbx_path.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/repl.rb +0 -232
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/repl_file_loader.rb +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/rubygem.rb +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/slop/LICENSE +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/slop/commands.rb +0 -196
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/slop/option.rb +0 -208
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/slop.rb +0 -661
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/terminal.rb +0 -90
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable/evalable.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable/mockable.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable/pry_tester.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable/utility.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable/variables.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/testable.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/version.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/wrapped_module/candidate.rb +0 -131
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry/wrapped_module.rb +0 -378
- data/vendor/bundle/ruby/2.5.0/gems/pry-0.11.3/lib/pry.rb +0 -162
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/.autotest +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/.rubocop.yml +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/.togglerc +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/CONTRIBUTING.rdoc +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/History.rdoc +0 -659
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/Manifest.txt +0 -166
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/README.rdoc +0 -139
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/Rakefile +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/bin/rake +0 -33
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/command_line_usage.rdoc +0 -158
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/example/Rakefile1 +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/example/Rakefile2 +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/example/a.c +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/example/b.c +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/example/main.c +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/glossary.rdoc +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/jamis.rb +0 -591
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/proto_rake.rdoc +0 -127
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/rake.1 +0 -141
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/rakefile.rdoc +0 -624
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/rational.rdoc +0 -151
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc +0 -141
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc +0 -119
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc +0 -121
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc +0 -165
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc +0 -112
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc +0 -147
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc +0 -112
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc +0 -52
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc +0 -102
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc +0 -60
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc +0 -178
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc +0 -191
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/alt_system.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/application.rb +0 -790
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/backtrace.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/clean.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/cloneable.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/.document +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb +0 -137
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/publisher.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/contrib/sys.rb +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/cpu_counter.rb +0 -125
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/default_loader.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/dsl_definition.rb +0 -201
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/early_time.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/core.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/module.rb +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/pathname.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/string.rb +0 -175
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ext/time.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_creation_task.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_list.rb +0 -428
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_task.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_utils.rb +0 -128
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/file_utils_ext.rb +0 -144
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/gempackagetask.rb +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/invocation_chain.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/late_time.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/linked_list.rb +0 -103
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/loaders/makefile.rb +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/multi_task.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/name_space.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/packagetask.rb +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/pathmap.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/phony.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/private_reader.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/promise.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/pseudo_status.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rake_module.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rake_test_loader.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rdoctask.rb +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/runtest.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/scope.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task.rb +0 -383
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_argument_error.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_arguments.rb +0 -98
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/task_manager.rb +0 -307
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/tasklib.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/testtask.rb +0 -213
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/thread_history_display.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/thread_pool.rb +0 -164
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/trace_output.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/version.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake/win32.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/lib/rake.rb +0 -79
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/rakelib/publish.rake +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/rakelib/test_times.rake +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/file_creation.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/helper.rb +0 -129
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/support/rakefile_definitions.rb +0 -478
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/support/ruby_runner.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_private_reader.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_application.rb +0 -643
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_application_options.rb +0 -468
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_backtrace.rb +0 -119
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_clean.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_cpu_counter.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_definitions.rb +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_directory_task.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_dsl.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_early_time.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_extension.rb +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_creation_task.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_list.rb +0 -670
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_task.rb +0 -197
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_file_utils.rb +0 -314
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_ftp_file.rb +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_functional.rb +0 -482
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_invocation_chain.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_late_time.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_linked_list.rb +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_makefile_loader.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_multi_task.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_name_space.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_package_task.rb +0 -79
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map.rb +0 -168
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map_explode.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_path_map_partial.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_pseudo_status.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_reduce_compat.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_require.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_rules.rb +0 -388
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_scope.rb +0 -44
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task.rb +0 -393
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb +0 -119
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_arguments.rb +0 -127
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_lib.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_manager.rb +0 -178
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb +0 -172
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_test_task.rb +0 -146
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_thread_pool.rb +0 -145
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_top_level_functions.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_rake_win32.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_thread_history_display.rb +0 -101
- data/vendor/bundle/ruby/2.5.0/gems/rake-10.5.0/test/test_trace_output.rb +0 -52
- data/vendor/bundle/ruby/2.5.0/gems/rspec-3.8.0/LICENSE.md +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/rspec-3.8.0/README.md +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/rspec-3.8.0/lib/rspec/version.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/rspec-3.8.0/lib/rspec.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/.document +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/.yardopts +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/Changelog.md +0 -2221
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/LICENSE.md +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/README.md +0 -384
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/exe/rspec +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/autorun.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/backtrace_formatter.rb +0 -65
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/coordinator.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/example_minimizer.rb +0 -173
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/fork_runner.rb +0 -134
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/server.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/shell_command.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/shell_runner.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/bisect/utilities.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb +0 -2289
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/configuration_options.rb +0 -233
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/drb.rb +0 -113
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/dsl.rb +0 -98
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/example.rb +0 -653
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb +0 -885
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/example_status_persister.rb +0 -235
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/filter_manager.rb +0 -231
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/flat_map.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -45
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/base_formatter.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/base_text_formatter.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -157
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/console_codes.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/deprecation_formatter.rb +0 -223
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/documentation_formatter.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/exception_presenter.rb +0 -497
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -28
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/helpers.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/html_formatter.rb +0 -153
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/html_printer.rb +0 -414
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -120
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/json_formatter.rb +0 -102
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/profile_formatter.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/progress_formatter.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/protocol.rb +0 -182
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/snippet_extractor.rb +0 -134
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters/syntax_highlighter.rb +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/formatters.rb +0 -269
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb +0 -624
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/invocations.rb +0 -87
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb +0 -535
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/metadata.rb +0 -499
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/metadata_filter.rb +0 -255
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/minitest_assertions_adapter.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/mocking_adapters/flexmock.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/mocking_adapters/mocha.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/mocking_adapters/null.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/mocking_adapters/rr.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/mocking_adapters/rspec.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/notifications.rb +0 -521
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/option_parser.rb +0 -309
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/ordering.rb +0 -158
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/output_wrapper.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/pending.rb +0 -165
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/profiler.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/project_initializer/.rspec +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -100
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/project_initializer.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/rake_task.rb +0 -168
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb +0 -257
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/ruby_project.rb +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/sandbox.rb +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/set.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/shared_context.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/shared_example_group.rb +0 -269
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/shell_escape.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/test_unit_assertions_adapter.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/warnings.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core/world.rb +0 -275
- data/vendor/bundle/ruby/2.5.0/gems/rspec-core-3.8.0/lib/rspec/core.rb +0 -185
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/.document +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/.yardopts +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/Changelog.md +0 -1110
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/LICENSE.md +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/README.md +0 -305
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/block_snippet_extractor.rb +0 -253
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/configuration.rb +0 -215
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/expectation_target.rb +0 -127
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/fail_with.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/failure_aggregator.rb +0 -194
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/handler.rb +0 -170
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/minitest_integration.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/syntax.rb +0 -132
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations/version.rb +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/expectations.rb +0 -82
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/aliased_matcher.rb +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/all.rb +0 -85
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/base_matcher.rb +0 -193
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be.rb +0 -288
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_between.rb +0 -77
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_instance_of.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_kind_of.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/be_within.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/change.rb +0 -426
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/compound.rb +0 -271
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/contain_exactly.rb +0 -302
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/cover.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/eq.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/eql.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/equal.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/exist.rb +0 -90
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/has.rb +0 -103
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/have_attributes.rb +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/include.rb +0 -149
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/match.rb +0 -106
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/operators.rb +0 -128
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/output.rb +0 -200
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/raise_error.rb +0 -230
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/respond_to.rb +0 -165
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/satisfy.rb +0 -60
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -94
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/throw_symbol.rb +0 -132
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in/yield.rb +0 -432
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/built_in.rb +0 -52
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/composable.rb +0 -171
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/dsl.rb +0 -527
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/english_phrasing.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/fail_matchers.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/generated_descriptions.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/matcher_delegator.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers/matcher_protocol.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/rspec-expectations-3.8.1/lib/rspec/matchers.rb +0 -1034
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/.document +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/.yardopts +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/Changelog.md +0 -1100
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/LICENSE.md +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/README.md +0 -460
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/chain.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/error_generator.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/message_chains.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/proxy.rb +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/recorder.rb +0 -289
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/stub_chain.rb +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/any_instance.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/argument_list_matcher.rb +0 -100
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/argument_matchers.rb +0 -320
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/configuration.rb +0 -212
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/error_generator.rb +0 -369
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/example_methods.rb +0 -434
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/instance_method_stasher.rb +0 -146
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/marshal_extension.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/matchers/expectation_customization.rb +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/matchers/have_received.rb +0 -134
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/matchers/receive.rb +0 -132
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -82
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/matchers/receive_messages.rb +0 -77
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/message_chain.rb +0 -87
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/message_expectation.rb +0 -741
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/method_double.rb +0 -287
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/method_reference.rb +0 -202
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/minitest_integration.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/mutate_const.rb +0 -339
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/object_reference.rb +0 -149
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/order_group.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/proxy.rb +0 -485
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/space.rb +0 -238
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/standalone.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/syntax.rb +0 -325
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/targets.rb +0 -124
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/test_double.rb +0 -171
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/verifying_double.rb +0 -129
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/verifying_message_expectation.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/verifying_proxy.rb +0 -220
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rspec-mocks-3.8.0/lib/rspec/mocks.rb +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/Changelog.md +0 -242
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/LICENSE.md +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/README.md +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/caller_filter.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/comparable_version.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/differ.rb +0 -215
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/directory_maker.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/encoded_string.rb +0 -165
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/fuzzy_matcher.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/hunk_generator.rb +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/matcher_definition.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/method_signature_verifier.rb +0 -426
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/mutex.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/object_formatter.rb +0 -275
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/recursive_const_methods.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/reentrant_mutex.rb +0 -53
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/ruby_features.rb +0 -176
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/source/location.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/source/node.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/source/token.rb +0 -87
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/source.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/deprecation_helpers.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/formatting_support.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/in_sub_process.rb +0 -69
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/library_wide_checks.rb +0 -150
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/shell_out.rb +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/stderr_splitter.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/string_matcher.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/with_isolated_directory.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec/with_isolated_stderr.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/spec.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/version.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support/warnings.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/rspec-support-3.8.0/lib/rspec/support.rb +0 -149
- data/vendor/bundle/ruby/2.5.0/specifications/coderay-1.1.2.gemspec +0 -26
- data/vendor/bundle/ruby/2.5.0/specifications/diff-lcs-1.3.gemspec +0 -61
- data/vendor/bundle/ruby/2.5.0/specifications/method_source-0.9.0.gemspec +0 -34
- data/vendor/bundle/ruby/2.5.0/specifications/ox-2.10.0.gemspec +0 -0
- data/vendor/bundle/ruby/2.5.0/specifications/pry-0.11.3.gemspec +0 -41
- data/vendor/bundle/ruby/2.5.0/specifications/rake-10.5.0.gemspec +0 -43
- data/vendor/bundle/ruby/2.5.0/specifications/rspec-3.8.0.gemspec +0 -42
- data/vendor/bundle/ruby/2.5.0/specifications/rspec-core-3.8.0.gemspec +0 -62
- data/vendor/bundle/ruby/2.5.0/specifications/rspec-expectations-3.8.1.gemspec +0 -50
- data/vendor/bundle/ruby/2.5.0/specifications/rspec-mocks-3.8.0.gemspec +0 -50
- data/vendor/bundle/ruby/2.5.0/specifications/rspec-support-3.8.0.gemspec +0 -41
@@ -1,797 +0,0 @@
|
|
1
|
-
### HEAD
|
2
|
-
|
3
|
-
#### Features
|
4
|
-
|
5
|
-
* Add Pry::Testable, an improved modular replacement for PryTestHelpers.
|
6
|
-
**breaking change**.
|
7
|
-
|
8
|
-
See pull request [#1679](https://github.com/pry/pry/pull/1679).
|
9
|
-
|
10
|
-
* Add a new category module: "Pry::Platform". Loosely related to #1668 below.
|
11
|
-
|
12
|
-
See pull request [#1670](https://github.com/pry/pry/pull/1670)
|
13
|
-
|
14
|
-
* Add `mac_osx?` and `linux?` utility functions to Pry::Helpers::BaseHelpers.
|
15
|
-
|
16
|
-
See pull request [#1668](https://github.com/pry/pry/pull/1668).
|
17
|
-
|
18
|
-
* Add utility functions for drawing colorised text on a colorised background.
|
19
|
-
|
20
|
-
See pull request [#1673](https://github.com/pry/pry/pull/1673).
|
21
|
-
|
22
|
-
#### Bug fixes
|
23
|
-
|
24
|
-
* Fix a case of infinite recursion in `Pry::Method::WeirdMethodLocator#find_method_in_superclass`
|
25
|
-
that users of the [Hanami](http://hanamirb.org/) web framework experienced and
|
26
|
-
reported since 2015.
|
27
|
-
|
28
|
-
See pull request [#1639](https://github.com/pry/pry/pull/1689).
|
29
|
-
|
30
|
-
* Fix a bug where Method objects were not returned for setters inherited
|
31
|
-
from a default (Pry::Config::Default). Eg, this is no longer an error:
|
32
|
-
|
33
|
-
pry(main)> d = Pry::Config.from_hash({}, Pry::Config::Default.new)
|
34
|
-
pry(main)> d.method(:exception_whitelist=) # Error
|
35
|
-
|
36
|
-
See pull request [#1688](https://github.com/pry/pry/pull/1688).
|
37
|
-
|
38
|
-
* Do not capture unused Proc objects in Text helper methods `no_color` and `no_paging`,
|
39
|
-
for performance reasons. Improve the documentation of both methods.
|
40
|
-
|
41
|
-
See pull request [#1691](https://github.com/pry/pry/pull/1691).
|
42
|
-
|
43
|
-
* Fix `String#pp` output color.
|
44
|
-
|
45
|
-
See pull request [#1674](https://github.com/pry/pry/pull/1674).
|
46
|
-
|
47
|
-
### 0.11.0
|
48
|
-
|
49
|
-
* Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))
|
50
|
-
* Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
|
51
|
-
* Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them.
|
52
|
-
* Fix warnings that originate in Pry while using the repl.
|
53
|
-
* Improve completion speed in large applications. ([#1588](https://github.com/pry/pry/pull/1588))
|
54
|
-
* Pry::ColorPrinter.pp: add `newline` argument and pass it on to PP. ([#1603](https://github.com/pry/pry/pull/1603))
|
55
|
-
* Use `less` or system pager pager on MS Windows if it is available. ([#1512](https://github.com/pry/pry/pull/1512))
|
56
|
-
* Add `Pry.configure` as an alternative to the current way of changing configuration options in `.pryrc` files. ([#1502](https://github.com/pry/pry/pull/1502))
|
57
|
-
* Add `Pry::Config::Behavior#eager_load!` to add a possible workaround for issues like ([#1501](https://github.com/pry/pry/issues/1501))
|
58
|
-
* Remove Slop as a runtime dependency by vendoring v3.4 as Pry::Slop.
|
59
|
-
People can depend on Slop v4 and Pry at the same time without running into version conflicts. ([#1497](https://github.com/pry/pry/issues/1497))
|
60
|
-
* Fix auto-indentation of code that uses a single-line rescue ([#1450](https://github.com/pry/pry/issues/1450))
|
61
|
-
* Remove "Pry::Config#refresh", please use "Pry::Config#clear" instead.
|
62
|
-
* Defining a method called "ls" no longer breaks the "ls" command ([#1407](https://github.com/pry/pry/issues/1407))
|
63
|
-
* Don't raise when directory permissions don't allow file expansion ([#1432](https://github.com/pry/pry/issues/1432))
|
64
|
-
* Syntax highlight <tt> tags in documentation output.
|
65
|
-
* Add support for BasicObject subclasses who implement their own #inspect (#1341)
|
66
|
-
* Fix 'include RSpec::Matchers' at the top-level (#1277)
|
67
|
-
* Add 'gem-readme' command, prints the README file bundled with a rubygem
|
68
|
-
* Add 'gem-search' command, searches for a gem with the rubygems.org HTTP API
|
69
|
-
* Fixed bug in the `cat` command where it was impossible to use line numbers with files ([#1349](https://github.com/pry/pry/issues/1349))
|
70
|
-
* Fixed uncaught Errno::EOPNOTSUPP exception when $stdout is a socket ([#1352](https://github.com/pry/pry/issues/1352))
|
71
|
-
* Display a warning when you cd'ed inside a C object and executed 'show-source' without arguments ([#691](https://github.com/pry/pry/issues/691))
|
72
|
-
* Make the stagger_output method more reliable by reusing possibly available Pry instance ([#1364](https://github.com/pry/pry/pull/1364))
|
73
|
-
* Make the 'gem-install' message less confusing by removing backticks ([#1350](https://github.com/pry/pry/pull/1350))
|
74
|
-
* Fixed error when Pry was trying to load incompatible versions of plugins ([#1312](https://github.com/pry/pry/issues/1312))
|
75
|
-
* Fixed bug when `hist --clear` led to ArgumentError ([#1340](https://github.com/pry/pry/pull/1340))
|
76
|
-
* Fixed the "uninitialized constant Pry::ObjectPath::StringScanner" exception during autocomplete ([#1330](https://github.com/pry/pry/issues/1330))
|
77
|
-
* Secured usage of colours with special characters (RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE) in Pry::Helpers::Text ([#493](https://github.com/pry/pry/issues/493#issuecomment-39232771))
|
78
|
-
* Fixed regression with `pry -e` when it messes the terminal ([#1387](https://github.com/pry/pry/issues/1387))
|
79
|
-
* Fixed regression with space prefixes of expressions ([#1369](https://github.com/pry/pry/issues/1369))
|
80
|
-
* Introduced the new way to define hooks for commands (with `Pry.hooks.add_hook("{before,after}_commandName")`). The old way is deprecated, but still supported (with `Pry.commands.{before,after}_command`) ([#651](https://github.com/pry/pry/issues/651))
|
81
|
-
* Removed old API's using `Pry::Hooks.from_hash` altogether
|
82
|
-
* Removed hints on Foreman support (see [this](https://github.com/ddollar/foreman/pull/536))
|
83
|
-
* Fixed support for the tee command ([#1334](https://github.com/pry/pry/issues/1334))
|
84
|
-
* Implemented support for CDPATH for ShellCommand ([#1433](https://github.com/pry/pry/issues/1433), [#1434](https://github.com/pry/pry/issues/1434))
|
85
|
-
* `Pry::CLI.parse_options` does not start Pry anymore ([#1393](https://github.com/pry/pry/pull/1393))
|
86
|
-
* The gem uses CPU-less platforms for Windows now ([#1410](https://github.com/pry/pry/pull/1410))
|
87
|
-
* Add `Pry::Config::Memoization` to make it easier to implement your own `Pry::Config::Default` class.([#1503](https://github.com/pry/pry/pull/1503/))
|
88
|
-
* Lazy load the config defaults for `Pry.config.history` and `Pry.config.gist`.
|
89
|
-
|
90
|
-
### 0.10.1
|
91
|
-
|
92
|
-
* Fix bugs with jruby
|
93
|
-
* Move to rspec for testing (from bacon)
|
94
|
-
* Clean up ruby warnings
|
95
|
-
|
96
|
-
### 0.10.0
|
97
|
-
|
98
|
-
#### Features
|
99
|
-
* Added a `watch` command that lets you see how values change over time.
|
100
|
-
* Added an experimental `Pry.auto_resize!` method
|
101
|
-
* Makes Pry notice that your window has resized and tell Readline about it
|
102
|
-
* Fixes various bugs with command history after a window resize
|
103
|
-
* Off by default, but can be called from your `.pryrc` if you're brave
|
104
|
-
* `play` now has an `-e`/`--expression` flag
|
105
|
-
* Evaluates until the end of the first valid expression
|
106
|
-
* History gets appended to `~/.pry_history` after every input, not just at quit
|
107
|
-
* Return values render with more accurate syntax highlighting
|
108
|
-
* Return values start rendering immediately and stream into the pager
|
109
|
-
* User can override `.pryrc` location by setting `$PRYRC` env var (#893)
|
110
|
-
* User can whitelist objects whose inspect output should appear in prompt (#885)
|
111
|
-
* See `Pry.config.prompt_safe_objects`
|
112
|
-
* `whereami` is now aliased to `@`
|
113
|
-
* Added arguments to `whereami`:
|
114
|
-
* `-m` shows the surrounding method
|
115
|
-
* `-c` shows the surrounding class
|
116
|
-
* `-f` shows the entire file
|
117
|
-
* Lazy load configuration values (Pry.config). (#1096)
|
118
|
-
* Defer requiring `readline` until Pry is started for the first time. (#1117)
|
119
|
-
* Add option to disable input completer through `_pry_.config.completer = nil`
|
120
|
-
* Add `list-prompts` command. (#1175)
|
121
|
-
* Lists the available prompts available for use.
|
122
|
-
* Add `change-prompt` command. (#1175)
|
123
|
-
* Switches the current prompt, by name.
|
124
|
-
* Add `list-inspectors` command. (#1176)
|
125
|
-
* Lists the inspectors available to print Ruby return values.
|
126
|
-
* Add `change-inspector` command. (#1176)
|
127
|
-
* Switches the current inspector, by name.
|
128
|
-
* Add `show-source -e`. (#1185)
|
129
|
-
* Evaluate the given Ruby expression and show the source of its return value.
|
130
|
-
* Add `Pry.config.windows_console_warning`(#1218)
|
131
|
-
* Windows JRuby users who don't want warnings about ansicon can set
|
132
|
-
`Pry.config.windows_console_warning = false`.
|
133
|
-
* Add arguments to `play` command.
|
134
|
-
* `-p` prints the code before playing it.
|
135
|
-
* `-e` allows you to play expressions from your session.
|
136
|
-
* Add `cd -` to switch to the previous binding.
|
137
|
-
* Allow prying into frozen objects.
|
138
|
-
|
139
|
-
#### Dependency changes
|
140
|
-
|
141
|
-
* Remove dependency on `ffi` gem on JRuby ([#1158](https://github.com/pry/pry/issues/1158))
|
142
|
-
* Remove optional dependency on Bond ([#1166](https://github.com/pry/pry/issues/1166))
|
143
|
-
* Bond support has been extracted to the `pry-bond` plugin
|
144
|
-
* Remove dependency on `openstruct` ([#1096](https://github.com/pry/pry/issues/1096))
|
145
|
-
* Drop support for Ruby 1.8.7 (0.9.12.x will continue to be available)
|
146
|
-
* Add support for Ruby 2.1
|
147
|
-
* Require Coderay `~> 1.1.0`
|
148
|
-
* Remove deprecated hooks API ([#1209](https://github.com/pry/pry/pull/1209))
|
149
|
-
* Add 64-bit windows support.
|
150
|
-
|
151
|
-
#### Bug fixes, etc.
|
152
|
-
* The `gem-install` command can require gems like `net-ssh` thanks to better
|
153
|
-
logic for guessing what path to require. (#1188)
|
154
|
-
* `toggle-color` command toggles the local `_pry_.color` setting instead of the
|
155
|
-
global `Pry.color`.
|
156
|
-
* Update `Pry::CLIPPED_PRINT` to include a hex representation of object ID when
|
157
|
-
printing a return value. (#1162)
|
158
|
-
* Wrap exceptions in a proxy instead of adding singleton methods. (#1145)
|
159
|
-
* `Pry#last_exception=` now supports exception objects that have been frozen.
|
160
|
-
* `binding.pry` inside `.pryrc` file now works, with some limitations (@richo / #1118)
|
161
|
-
* Add support for BasicObjects to `ls` (#984)
|
162
|
-
* Allow `ls -c <anything>` (#891)
|
163
|
-
* Fix indentation not working if the `mathn` stdlib was loaded (#872)
|
164
|
-
* Fix `hist`'s `--exclude-pry` switch (#874)
|
165
|
-
* Fix `gem-install` on JRuby (#870)
|
166
|
-
* Fix source lookup for instrumented classes (#923)
|
167
|
-
* Improved thread safety when multiple instances are running (#944)
|
168
|
-
* Make `edit` ignore `-n`/`--no-reload` flag and `disable_auto_reload` config
|
169
|
-
in cases where the user was editing a tempfile
|
170
|
-
* Make `gem-cd` use the most recent gem, not the oldest
|
171
|
-
* Make `install-command` honor `.gemrc` switches (#666)
|
172
|
-
* Make `hist` with no parameters show just the current session's history (#205)
|
173
|
-
* `hist --all` shows older history
|
174
|
-
* Make `-s`/`--super` flag of `show-source`/`show-doc` work when method name is
|
175
|
-
being inferred from context (#877)
|
176
|
-
* Rename `--installed-plugins` flag to `--plugins`
|
177
|
-
* Strip ANSI codes from prompt before measuring length for indentation (#493)
|
178
|
-
* Fix bug in `edit` regarding recognition of file names without suffix.
|
179
|
-
* Reduced download size by removing tests etc. from distributed gem.
|
180
|
-
|
181
|
-
#### Dev-facing changes
|
182
|
-
* `CommandSet#commands`, sometimes referenced through `Pry.commands.commands`,
|
183
|
-
renamed to `CommandSet#to_hash`. It returns a duplicate of the internal hash
|
184
|
-
a CommandSet uses.
|
185
|
-
* `CommandSet#keys` is now an alias of `CommandSet#list_commands`.
|
186
|
-
* All commands should now reference configuration values via `_pry_.config`
|
187
|
-
(local) and not `Pry.config` (global). (#1096)
|
188
|
-
* This change improves support for concurrent environments and
|
189
|
-
context-specific Pry sessions. `_pry_.config` inherits default values from
|
190
|
-
`Pry.config` but can override them locally.
|
191
|
-
* `rake pry` now accepts switches prefixed with `_` (e.g., `rake pry _v`)
|
192
|
-
* Pagers now act like `IO`s and accept streaming output
|
193
|
-
* See `_pry_.pager.page` and `_pry_.pager.open`.
|
194
|
-
* The `Pry` class has been broken up into two smaller classes.
|
195
|
-
* `Pry` represents non-UI-specific session state, including the eval string
|
196
|
-
* `Pry::REPL` controls the user-facing interface
|
197
|
-
* This should make it easier to drive Pry from alternative interfaces
|
198
|
-
* `Pry.start` now has a `:driver` option that defaults to `Pry::REPL`
|
199
|
-
* This involved a lot of refactoring and may break plugins that depend on
|
200
|
-
the old layout
|
201
|
-
* Add `ColorPrinter` subclass of `PP` for colorized object inspection
|
202
|
-
* Add `[]` and `[]=` methods to `CommandSet`, which find and replace commands
|
203
|
-
* Example: `Pry.commands["help"] = MyHelpCommand`
|
204
|
-
* The completion API has been refactored (see fdb703a8de4ef3)
|
205
|
-
* `Pry.config.input_stack` (and the input stack concept in general) no longer
|
206
|
-
exists
|
207
|
-
* There's a new `Pry::Terminal` class that implements a number of different
|
208
|
-
methods of determining the terminal's dimensions
|
209
|
-
* Add `ReplTester` class for high-level simulation of Pry sessions in tests
|
210
|
-
* Add `Pry.main`. Returns the special instance of Object referenced by self of
|
211
|
-
`TOPLEVEL_BINDING`: "main".
|
212
|
-
* Changed second argument of `Pry.view_clip()` from Fixnum to Hash to support
|
213
|
-
returning a string with or without a hex representation of object ID. (#1162)
|
214
|
-
* The `output` and `pager` objects will now strip color-codes, so commands should
|
215
|
-
always print in color.
|
216
|
-
* Commands now have a `state` hash that is persistent across invocations of the command
|
217
|
-
in the same pry session.
|
218
|
-
|
219
|
-
### 0.9.12.6 (2014/01/28)
|
220
|
-
* Don't fail if Bond is not installed (#1106)
|
221
|
-
|
222
|
-
### 0.9.12.5 (2014/01/27)
|
223
|
-
* Fix early readline errors by deferring require of readline (#1081, #1095)
|
224
|
-
|
225
|
-
### 0.9.12.4 (2013/11/23)
|
226
|
-
* Fix issue with Coderay colors being black, even when on a black background (#1016)
|
227
|
-
|
228
|
-
### 0.9.12.3 (2013/09/11)
|
229
|
-
* Bump Coderay dependency (#987)
|
230
|
-
* Fix consecutive newlines in heredocs being collapsed (#962)
|
231
|
-
* Fix pager not working in JRuby > 1.7.5 (#992)
|
232
|
-
|
233
|
-
### 0.9.12.2 (2013/05/10)
|
234
|
-
* Make `reload-code` with no args reload "current" file (#920)
|
235
|
-
|
236
|
-
### 0.9.12.1 (2013/04/21)
|
237
|
-
* Add workaround for JRuby crashing bug (#890)
|
238
|
-
* Related to http://jira.codehaus.org/browse/JRUBY-7114
|
239
|
-
|
240
|
-
### 0.9.12 (2013/02/12)
|
241
|
-
#### Features
|
242
|
-
* `pry --gem` (see 19bfc13aa)
|
243
|
-
* `show-source` now works on commands created with `create_command`
|
244
|
-
* `whereami` now has `-m` (method), `-c` (class), and `-f` (file) options
|
245
|
-
* `show-source` now falls back to superclass (and displays warning) if it
|
246
|
-
can't find class code
|
247
|
-
* `show-source`/`show-doc` now indicate when `-a` option is available
|
248
|
-
|
249
|
-
#### Bug fixes, etc.
|
250
|
-
* Fix commands breaking due to Slop looking at `ARGV` instead of command
|
251
|
-
parameters (#828)
|
252
|
-
* Fix pager breaking in some situations (#845)
|
253
|
-
* Fix broken rendering of some docs (#795)
|
254
|
-
* Silence warnings during failed tab-completion attempts
|
255
|
-
* Fix broken prompt when prompt is colored (#822 / #823)
|
256
|
-
* Added `reload-method` as alias for `reload-code` (for backwards
|
257
|
-
compatibility)
|
258
|
-
* Reopen `Readline.output` if it is not a tty (see 1538bc0990)
|
259
|
-
|
260
|
-
### 0.9.11.4 (2013/01/20)
|
261
|
-
* Fix pager not rendering color codes in some circumstances
|
262
|
-
* Add `Pry.last_internal_error`, useful for devs debugging commands
|
263
|
-
|
264
|
-
### 0.9.11.3 (2013/01/17)
|
265
|
-
* Fix `Pry.run_command`
|
266
|
-
* Improve `ls` output
|
267
|
-
* Add `:requires_gem => "jist"` to `gist` command (so dependencies can be
|
268
|
-
installed via `install-command`)
|
269
|
-
* Improve help for `edit` command
|
270
|
-
|
271
|
-
### 0.9.11.2 (2013/01/16)
|
272
|
-
* Fix minor bug in `gist` on Windows: rescue `Jist::ClipboardError` rather
|
273
|
-
than letting the scary error spill out to users and potentially having them
|
274
|
-
think the gist didn't post.
|
275
|
-
|
276
|
-
### 0.9.11.1 (2013/01/16)
|
277
|
-
* Fix minor bug in `gist` command where I neglected to remove
|
278
|
-
a call to a non-existent method (`no_arg`) which was called when
|
279
|
-
`gist` is invoked with no parameters
|
280
|
-
|
281
|
-
### 0.9.11 (2013/01/16)
|
282
|
-
#### Dependency changes
|
283
|
-
* Upgrade `slop` to `~> 3.4`
|
284
|
-
* New optional dependency: `bond`
|
285
|
-
* You'll need to perform `gem install bond`
|
286
|
-
* It improves autocompletion if you use Readline
|
287
|
-
* Does not work for libedit
|
288
|
-
(More info: https://github.com/pry/pry/wiki/FAQ#wiki-readline)
|
289
|
-
* Big thanks to cldwalker
|
290
|
-
|
291
|
-
#### Features
|
292
|
-
* Basic Ruby 2.0 support (#738)
|
293
|
-
* JRuby 1.7.0+ support (#732)
|
294
|
-
* New `reload-code` command
|
295
|
-
* Reload code for methods, classes, commands, objects and so on
|
296
|
-
* Examples: `reload-code MyClass`, `reload-code my_method`,
|
297
|
-
`reload-code my_obj`
|
298
|
-
* Bond tab completion (see "Dependency changes")
|
299
|
-
* Consolidate "show" commands into `show-source`
|
300
|
-
* `show-source` can now extract source for:
|
301
|
-
* Classes
|
302
|
-
* Methods
|
303
|
-
* Procs
|
304
|
-
* Pry commands
|
305
|
-
* Arbitrary objects (it shows the source for the class of the object)
|
306
|
-
* As a result, `show-command` is now removed
|
307
|
-
* `gist`, `play`, and `save-file` now infer object type without requiring flags
|
308
|
-
* Examples: `play MyClass`, `play my_file.rb`, `play my_method`
|
309
|
-
* Consolidate editing commands into `edit`
|
310
|
-
* `edit` can now edit:
|
311
|
-
* Files
|
312
|
-
* Methods
|
313
|
-
* Classes
|
314
|
-
* Pry commands
|
315
|
-
* As a result, `edit-method` is now removed
|
316
|
-
* Examples: `edit MyClass`, `edit my_file.rb`, `edit my_method`
|
317
|
-
* `amend-line` and `play` now properly indent code added to input buffer
|
318
|
-
* Support for multiple require switches (`pry -rubygems -r./a.rb`) (#674)
|
319
|
-
* Support for multiple exec switches (`pry -e ':one' -e ':two'`)
|
320
|
-
* Ability to customize the name displayed in the prompt (#695)
|
321
|
-
* `--patch` switch for `edit --ex` command (#716)
|
322
|
-
* Respect the `$PAGER` environment variable (#736)
|
323
|
-
* `disable-pry` command (#497)
|
324
|
-
* Two new hooks, `before_eval` and `after_eval`
|
325
|
-
* Tab completion for `Array#<tab>` in `show-source` and `show-doc`
|
326
|
-
* `gem-install` immediately requires gems
|
327
|
-
* `-l` switch for `ls` command (displays local variables)
|
328
|
-
* `gem-open` command
|
329
|
-
* `fix-indent` command
|
330
|
-
* Subcommands API
|
331
|
-
* Public test API for plugin writers (see d1489a)
|
332
|
-
* Tabular `ls` output
|
333
|
-
* `--no-line-numbers` switch for `whereami` command
|
334
|
-
* `--lines` switch for `play` command
|
335
|
-
|
336
|
-
#### Bug fixes, etc.
|
337
|
-
* Use single escape instead of double in `find-method` (#652)
|
338
|
-
* Fix blank string delimiters (#657)
|
339
|
-
* Fix unwanted `binding_impl_method` local in scratch bindings (#622)
|
340
|
-
* Fix `edit-method -p` changing constant lookup (#645)
|
341
|
-
* Fix `.pryrc` loading twice when invoked from `$HOME` directory (#682)
|
342
|
-
* Fix Pry not remembering initial `pwd` (#675)
|
343
|
-
* Fix multiline object coloring (#717)
|
344
|
-
* Fix `show-method` not supporting `String::new` notation (#719)
|
345
|
-
* Fix `whereami` command not showing correct line numbers (#754)
|
346
|
-
* Fix buggy Cucumber AST output (#751)
|
347
|
-
* Fix `while/until do` loops indentation (#787)
|
348
|
-
* Fix `--no-plugins` switch (#526)
|
349
|
-
* Ensure all errors go to the error handler (#774)
|
350
|
-
* Fix `.pryrc` loading with wrong `__FILE__`
|
351
|
-
* Fix pager not working if `less` is not available
|
352
|
-
* Fix `^D` in nested REPL
|
353
|
-
* Many small improvements to error message clarity and documentation formatting
|
354
|
-
|
355
|
-
### 0.9.10 (2012/07/04)
|
356
|
-
#### Dependency changes
|
357
|
-
* Upgrade `slop` to version 3 (#561)
|
358
|
-
* Switch from `gist` gem to `jist` (#590)
|
359
|
-
* Upgrade `method_source` to 0.8
|
360
|
-
|
361
|
-
#### Features
|
362
|
-
* Add `--hist`, `-o` and `-k` flags to `gist` command (#572)
|
363
|
-
* Support `show-source`/`show-doc` on methods defined in `class_eval` (#584)
|
364
|
-
* Support `show-source`/`show-doc` on gem methods defined in C (#585)
|
365
|
-
* Add `--disable-plugin` and `--select-plugin` options (#596)
|
366
|
-
* Allow `cd -` to switch between bindings (#597)
|
367
|
-
* Add `Pry.config.should_load_local_rc` to turn off `./.pryrc` (#612)
|
368
|
-
* Allow running a file of Pry input with `pry <file>`
|
369
|
-
* Support colours in `ri` command
|
370
|
-
* Add `before_eval` hook
|
371
|
-
* The prompt proc now gets a lot more data when its arity is 1
|
372
|
-
|
373
|
-
#### Bug fixes, etc.
|
374
|
-
* Removed the `req` command (#554)
|
375
|
-
* Fix rendering bugs when starting Pry (#567)
|
376
|
-
* Fix `Array#pretty_print` on Jruby (#568)
|
377
|
-
* Fix `edit` on Windows (#575)
|
378
|
-
* Fix `find-method` in the presence of badly behaved objects (#576)
|
379
|
-
* Fix `whereami` in ERb files on Rails (#580)
|
380
|
-
* Raise fewer exceptions while tab completing (#632)
|
381
|
-
* Don't immediately quit Pry when an error happens in Readline (#605)
|
382
|
-
* Support for `ansicon` to give JRuby Windows users colour (#606)
|
383
|
-
* Massive speed improvements to `show-source` for modules (#613)
|
384
|
-
* Improve `whereami` command when not in a `binding.pry` (#620)
|
385
|
-
* Support embedded documents (`=begin` ... `=end`) (#622)
|
386
|
-
* Support editing files with spaces in the name (#627)
|
387
|
-
* Renamed `__binding_impl__` to `__pry__`
|
388
|
-
* Support for absolute paths in `$EDITOR`
|
389
|
-
* Fix `cat` command on files with unknown extensions
|
390
|
-
* Many, many internal refactorings and tidyings
|
391
|
-
|
392
|
-
### 0.9.9.6 (2012/05/09)
|
393
|
-
* Fix `ZeroDivisionError` in `correct_indentation` (#558)
|
394
|
-
|
395
|
-
### 0.9.9.5 (2012/05/09)
|
396
|
-
* Fix `ZeroDivisionError` in `correct_indentation` (#558)
|
397
|
-
* Fix double highlighting in RDoc (#562)
|
398
|
-
* Automatically create configuration for plugins (#548)
|
399
|
-
|
400
|
-
### 0.9.9.4 (2012/04/26)
|
401
|
-
* Fix `NoMethodError: undefined method `winsize' for #<IO:<STDOUT>>` (#549)
|
402
|
-
* Fixes for JRuby
|
403
|
-
* Fix syntax error on `exit` (550)
|
404
|
-
* Heredoc content no longer auto-indented
|
405
|
-
|
406
|
-
### 0.9.9.3 (2012/04/19)
|
407
|
-
* Fix `show-doc` failing on some core classes, like `Bignum`
|
408
|
-
|
409
|
-
### 0.9.9.2 (2012/04/18)
|
410
|
-
* Make `correct_indentation`'s auto-colorization respect `Pry.color`
|
411
|
-
|
412
|
-
### 0.9.9.1 (2012/04/18)
|
413
|
-
* Clear up confusion in `show-source`/`show-doc` docs
|
414
|
-
* `-a` switch applies to classes as well as modules
|
415
|
-
|
416
|
-
### 0.9.9 (2012/04/18)
|
417
|
-
#### New features
|
418
|
-
* Lines of input are syntax highlighted upon Enter keypress
|
419
|
-
* `show-source` command can now show class/module source code
|
420
|
-
* Use `-a` to see all monkeypatches
|
421
|
-
* Hard dependency on `ruby18_source_location` gem in MRI 1.8
|
422
|
-
* `show-doc` command can now show class/module docs
|
423
|
-
* Use `-a` to see docs for all monkeypatches
|
424
|
-
* Hard dependency on `ruby18_source_location` gem in MRI 1.8
|
425
|
-
* New `find-method` command
|
426
|
-
* Performs a recursive search in a namespace for the existence of methods
|
427
|
-
* Can find methods whose names match a regex or methods which contain
|
428
|
-
provided code
|
429
|
-
* This command is like a ruby-aware `grep`, very cool (thanks swarley)
|
430
|
-
* [`pry-coolline`](https://github.com/pry/pry-coolline) now works properly
|
431
|
-
* `alias_command` method now much more powerful
|
432
|
-
* Example: `alias_command "lM", "ls -M"`
|
433
|
-
* `whereami` is now more intelligent
|
434
|
-
* Automatically shows entire source code of current method if current
|
435
|
-
context is a method (thanks robgleeson)
|
436
|
-
* New `raise-up` command
|
437
|
-
* Allows you to raise an exception that will bubble out of pry (ending the
|
438
|
-
session) and escape into enclosing program
|
439
|
-
|
440
|
-
#### Bug fixes, etc.
|
441
|
-
* Fixed crash when paging under Windows
|
442
|
-
* Lines ending with `\` are incomplete (kudos to fowl)
|
443
|
-
* `edit-method -n` no longer blocks (thanks misfo)
|
444
|
-
* Show instance methods of modules by default in `ls`
|
445
|
-
* Docs for REPL-defined methods can now be displayed using `show-doc`
|
446
|
-
* Autoload `ruby18_source_location` on MRI 1.8, when available
|
447
|
-
* See https://github.com/conradirwin/ruby18_source_location
|
448
|
-
* Tab completion should work on first line now (historic bug fixed)
|
449
|
-
* `:quiet => true` option added to `Pry.start`, turns off `whereami`
|
450
|
-
* Another easter egg added
|
451
|
-
* Show unloaded constants in yellow for `ls`
|
452
|
-
* Improved documentation for `Pry.config` options
|
453
|
-
* Improved auto-indentation
|
454
|
-
* JRuby: heuristics used to clean up `ls` output
|
455
|
-
* Fewer internal methods polluting output
|
456
|
-
|
457
|
-
### 0.9.8.4 (2012/6/3)
|
458
|
-
* ~/.pry_history wasn't being created (if it did not exist)! FIXED
|
459
|
-
* `hist --save` saved colors! FIXED
|
460
|
-
* added Pry#add_sticky_local API for adding sticky locals to individual pry instances
|
461
|
-
|
462
|
-
### 0.9.8.3 (2012/3/2)
|
463
|
-
* various tweaks to improve rbx support
|
464
|
-
* commands now support optional block arguments
|
465
|
-
* much improved help command
|
466
|
-
* updated method_source dependency
|
467
|
-
* added wtf command
|
468
|
-
* jruby should now work in windows (though without color)
|
469
|
-
|
470
|
-
### 0.9.8.2 (2012/2/9)
|
471
|
-
* fixed bugs related to --super
|
472
|
-
* upgraded slop dependency
|
473
|
-
* added edit -c (edit current line)
|
474
|
-
* edit now respects Pry.config.disable_autoreload option
|
475
|
-
|
476
|
-
### 0.9.8.1 (2012/1/30)
|
477
|
-
* fixed broken --no-plugins option
|
478
|
-
* Ensure ARGV is not mutated during option parsing.
|
479
|
-
* Use a more rbx-friendly test for unicodeness
|
480
|
-
* Use rbx-{18,19}mode as indicated http://about.travis-ci.org/docs/user/languages/ruby/
|
481
|
-
* Don't explode in gem-list [Fixes #453, #454]
|
482
|
-
* Check for command-name collision on assignment [Fixes #450]
|
483
|
-
|
484
|
-
### 0.9.8 (2012/1/25)
|
485
|
-
|
486
|
-
MAJOR NEW FEATURES
|
487
|
-
- upgraded command api, https://github.com/pry/pry/wiki/Custom-commands
|
488
|
-
- added a system of hooks for customizing pry behaviour
|
489
|
-
- changed syntax checking to use eval() for improved accuracy
|
490
|
-
- added save-file command
|
491
|
-
- added gist command (removed gist-method, new gist command is more general)
|
492
|
-
|
493
|
-
complete CHANGELOG:
|
494
|
-
* CommandError's no longer cause the current input to be discarded
|
495
|
-
* Better syntax highlighting for rbx code code
|
496
|
-
* added cat --in to show pry input history
|
497
|
-
* prefixed temporary file names with 'pry'
|
498
|
-
* show-doc now supports -l and -b options (line numbers)
|
499
|
-
* play now supports -i and -d options
|
500
|
-
* moved UserCommandAPI command-set to pry-developer_tools plugin
|
501
|
-
* added :when_started event for hooks, called in Pry.start
|
502
|
-
* added a man page
|
503
|
-
* added rename method to Pry::CommandSet (commands can be renamed)
|
504
|
-
* added CommandSet#{before_command,after_command} for enhancing builtin commands
|
505
|
-
* added checking for namespace collisions with pry commands, set Pry.config.collision_warning
|
506
|
-
* work around namespace collisions by ensuring lines starting with a space are executed as
|
507
|
-
* ruby.work around namespace collisions by pressuring lines starting with a space are executed as ruby
|
508
|
-
* added handlers for Ctrl+C (SIGINT) on jruby, these are now caught as in other ruby versions
|
509
|
-
* removed dependency on ruby_parser
|
510
|
-
* prevented colours leaking across the pry prompt
|
511
|
-
* fixed edge cases in Pry::Method, for methods with crazy names and methods that have been 'undef'd
|
512
|
-
* refactored history handling code for clarity and correctness
|
513
|
-
* added Pry::WrappedModule as a counterpart to Pry::Method
|
514
|
-
* made a trailing , cause pry to wait for further input
|
515
|
-
* removed gist-method command, added gist command
|
516
|
-
* added pry-backtrace command to show history of current session
|
517
|
-
* fixed whereami within 'super' methods
|
518
|
-
* replaced inline version guards by Pry::Helpers::BaseHelpers.{rbx?,jruby?,windows?} etc.
|
519
|
-
* removed the CommandProcessor, its functionality is part of the new Command class
|
520
|
-
* changed cd .. at the top level so it doesn't quit pry.
|
521
|
-
* changed edit-command to no-longer need a command set argument
|
522
|
-
* fixed empty lines so that they don't replace _ by nil
|
523
|
-
* fixed SyntaxErrors at the REPL level so they don't replace _ex_.
|
524
|
-
|
525
|
-
### 0.9.7.4 (2011/11/5)
|
526
|
-
* ls -M now works in modules (bugfix)
|
527
|
-
* added exception message for bad cd object/path
|
528
|
-
* no longer die when encounter exceptions in .pryrc
|
529
|
-
* baked in CoolLine support
|
530
|
-
* Pry.config.input in .pryrc now respected
|
531
|
-
|
532
|
-
### 0.9.7.3 (2011/10/28)
|
533
|
-
* really fixed indentation for 'super if' and friends
|
534
|
-
* Fixed indentation for tmux
|
535
|
-
* added Pry.config.correct_indent option (to toggle whether indentation
|
536
|
-
* corrected optional param behaviour for method signatures: e.g Signature meth(param1=?, param2=?)
|
537
|
-
|
538
|
-
### 0.9.7.2 (2011/10/27)
|
539
|
-
* fixed indentation for 'super if' and 'ensure', 'next if', etc
|
540
|
-
* refactored Pry#run_command so it can accept an eval_string parameter (so amend-line and so on can work with it)
|
541
|
-
* changed ^D so it no longer resets indent level automatically
|
542
|
-
|
543
|
-
### 0.9.7.1 (2011/10/26)
|
544
|
-
* fixed gem dependency issues
|
545
|
-
|
546
|
-
### 0.9.7 (2011/10/25)
|
547
|
-
|
548
|
-
MAJOR NEW FEATURES:
|
549
|
-
- upgraded ls command to have a more intuitive interface
|
550
|
-
- added automatic indentation (thanks YorickPeterse!)
|
551
|
-
- added Pry::Method wrapper class to encapsulate method-related functionality
|
552
|
-
|
553
|
-
complete CHANGELOG:
|
554
|
-
* fixed syntax highlighting for object literals
|
555
|
-
* fixed ActiveSupport method-naming conflict with "in?"
|
556
|
-
* added --super option to edit-method, show-method, and friends - making it easier to operate on superclass methods
|
557
|
-
* officially added edit --in to open previous expressions in an editor
|
558
|
-
* whereami now works for REPL-defined code
|
559
|
-
* started using JRuby parser for input validation in JRuby (thanks pangloss!)
|
560
|
-
* fixed bug where ~/.pryrc could be loaded more than once (thanks kelseyjudson!)
|
561
|
-
* added parse_options! helper to pull option parsing out of commands
|
562
|
-
* Pry now respects the terminal's input encoding
|
563
|
-
* moved some requires out of the startup process for improved speed
|
564
|
-
* added input_array info to DEFAULT_PROMPT, e.g [1] pry(main)>
|
565
|
-
* added --no-history option to pry binary (prevent history being LOADED, history will still be saved)
|
566
|
-
|
567
|
-
### 0.9.6.2 (2011/9/27)
|
568
|
-
* downgrading to CodeRay 0.9.8 due to problems with 1.0 and rails (autoloading problem) see #280 on pry and #6 on CodeRay
|
569
|
-
* also added (as a minor feature) cirwin's implementation of edit --in
|
570
|
-
* added early break/exit for objectpath errors (the 'cd 34/@hello/bad_path/23')
|
571
|
-
|
572
|
-
### 0.9.6 (2011/9/19)
|
573
|
-
* restored previous behavior of command-line switches (allowing "-rfilename")
|
574
|
-
* removed -p option (--play) from edit command
|
575
|
-
* `edit` with no arguments now edits the current or most recent expression
|
576
|
-
* `edit` auto-reloads .rb files (need to specify -n to suppress)
|
577
|
-
* added -p option (--patch) to edit-method command, which allows
|
578
|
-
monkeypatching methods without touching the original file
|
579
|
-
* edit-method can now edit REPL-defined methods
|
580
|
-
* cat --ex now works on exceptions in REPL-defined code
|
581
|
-
* play -m now uses eval_string.replace()
|
582
|
-
* play -m --open uses show-input to show play'd code
|
583
|
-
* added "unindent" helper to make adding help to commands easier
|
584
|
-
* local ./.pryrc now loaded after ~/.pryrc if it exists
|
585
|
-
* cat --ex N and edit --ex N now can navigate through backtrace, where cat --ex (with no args) moves through successive levels of the backtrace automatically with state stored on the exception object itself
|
586
|
-
* new option Pry.config.exception_window_size determines window size for cat --ex
|
587
|
-
* input_stack now implemented - pushing objects onto a pry instance's input_stack causes the instance to read from those objects in turn as it encounters EOF on the previous object. On finishing the input_stack the input object for the pry instance is set back to Pry.config.input, if this fails, pry breaks out of the REPL (throw(:breakout)) with an error message
|
588
|
-
* Pry.config.system() defines how pry runs system commands
|
589
|
-
* now injecting target_self method into command scope
|
590
|
-
* play now performs 'show-input' always unless eval_string contains a valid expression (i.e it's about to be eval'd)
|
591
|
-
* play and hist --replay now push the current input object onto the input_stack before redirecting input to a StringIO (works much better with pry-remote now)
|
592
|
-
|
593
|
-
### 0.9.5 (2011/9/8)
|
594
|
-
|
595
|
-
MAJOR NEW FEATURES:
|
596
|
-
- JRuby support, including show-method/edit-method and editor integration on both 1.8 and 1.9 versions
|
597
|
-
- extended cd syntax: cd ../@x/y
|
598
|
-
- play command now works much better with _in_ array (this is a very powerful feature, esp with Pry::NAV_PROMPT)
|
599
|
-
- history saving/loading is now lightning fast
|
600
|
-
- 'edit' (entered by itself) now opens current lines in input buffer in an editor, and evals on exit
|
601
|
-
- 'edit' command is also, in general more intelligent
|
602
|
-
- ls output no longer in array format, and colors can be configured, e.g: Pry.config.ls.ivar_color = :bright_blue
|
603
|
-
- new switch-to command for moving around the binding stack without exiting out of sessions
|
604
|
-
- more sophisticated prompts, Pry::NAV_PROMPT to ease deep spelunking of code
|
605
|
-
- major bug fix for windows systems
|
606
|
-
- much better support for huge objects, should no longer hang pry (see #245)
|
607
|
-
- cat --ex and edit --ex now work better
|
608
|
-
|
609
|
-
complete CHANGELOG:
|
610
|
-
* tempfile should end in .rb (for edit -t)
|
611
|
-
* ls output should not be in array format
|
612
|
-
* fix history saving (should not save all of Readline::HISTORY, but only what changed)
|
613
|
-
* prevent blank lines going to Readline::HISTORY (thanks cirwin!)
|
614
|
-
* ensure that cat --ex emulates the `whereami` format - includes line numbers and formatted the same, etc
|
615
|
-
* fixed bug #200 ( https://github.com/pry/pry/issues/200 )- string interpolation bug (thanks to ryanf)
|
616
|
-
* show-doc and stat now display method visibility (update WIKI)
|
617
|
-
* got rid of warnings caused by stricter ruby 1.9.3 rules
|
618
|
-
* remove interpolation of command names and fix interpolation error message (update WIKI) (thanks ryanf!)
|
619
|
-
* 'nested sessions' now use binding stacks (so each instance manages its own collection of bindings without spawning other instances)
|
620
|
-
* 'cd ..' just pops a binding off the binding_stack with special behaviour when only one binding in stack - it breaks out of the repl loop
|
621
|
-
* added switch-to command (like jump-to but doesn't unwind the stack)
|
622
|
-
* show-method and show-doc now accept multiple method names
|
623
|
-
* control_d hook added (Pry.config.control_d_handler)
|
624
|
-
* behaviour of ^d is now to break out of current expr if in multi-line expr, or break out of current context if nested, or break out of pry repl loop if at top-level
|
625
|
-
* can no longer interpolate command name itself e.g #{x}-#{y} where x = "show" and y = "doc"
|
626
|
-
* ^C no longer captured
|
627
|
-
* got rid of Pry.active_instance, Pry.last_exception and friends.
|
628
|
-
* also special locals now shared among bindings in a pry instance (i.e _ex_ (and friends) re-injected into new binding entered with 'cd')
|
629
|
-
* renamed inp and out to _in_ and _out_ (to avoid collisions with actual locals in debugging scope)
|
630
|
-
* added third parameter to prompts, the pry instance itself (_pry) see https://github.com/pry/pry/issues/233 for why it's important
|
631
|
-
* cd behaviour when no args performs the same as `cd /`
|
632
|
-
* commands with keep_retval can now return nil (to suppress output now return 'void' instead)
|
633
|
-
* Pry::CommandProcessor::Result introduced
|
634
|
-
* Pry.view_clip() modified to be more robust and properly display Class#name
|
635
|
-
* edit command when invoked with no args now works like edit -t
|
636
|
-
* when edit is invoked (with no args or with -t) inside a multi-line expression input buffer, it dumps that buffer into a temp file and takes you to it
|
637
|
-
* got rid of Pry#null_input? since all that was needed was eval_string.empty?
|
638
|
-
* cd command now supports complex syntax: cd ../@y/y/../z
|
639
|
-
* JRuby is no longer a 2nd class citizen, almost full JRuby support, passing 100% tests
|
640
|
-
* added Pry::NAV_PROMPT (great new navigation prompt, per robgleeson) and Pry::SIMPLE_PRINT for simple (IRB-style) print output (just using inspect)
|
641
|
-
* _pry_ now passed as 3rd parameter to :before_session hook
|
642
|
-
* ls colors now configurable via Pry.config.ls.local_var_color = :bright_red etc
|
643
|
-
* ls separator configurable via, e.g Pry.config.ls.separator = " "
|
644
|
-
* Pry.view_clip() now only calls inspect on a few immediates, otherwise uses the #<> syntax, which has been truncated further to exclude teh mem address, again related to #245
|
645
|
-
|
646
|
-
### 0.9.3 (2011/7/27)
|
647
|
-
* cat --ex (cats 5 lines above and below line in file where exception was raised)
|
648
|
-
* edit --ex (edits line in file where exception was raised)
|
649
|
-
* edit -t (opens a temporary file and evals it in current context when closed)
|
650
|
-
* `pry -r` requires now happen after plugin loading (so as not to interfere with
|
651
|
-
* new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related (thanks ryanf)
|
652
|
-
* add better error messages for `cd` command
|
653
|
-
* fixed exotic object regression - BasicObject.new etc now return "=> unknown"
|
654
|
-
* added reload-method command (reloads the associated file of a method)
|
655
|
-
* converted: import => import-set, version => pry-version, install => install-command
|
656
|
-
* Pry.config.command_prefix support (thanks ryanf!)
|
657
|
-
* fixed indentation for simple-prompt
|
658
|
-
* hist command now excludes last line of input (the command invocation itself)
|
659
|
-
* hist now has `history` alias
|
660
|
-
* missing plugins no longer raise exception, just print a warning to $stderr
|
661
|
-
* fixed jedit editor support
|
662
|
-
|
663
|
-
### 0.9.2 (2011/6/21)
|
664
|
-
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!)
|
665
|
-
* fixed `ls` command, so it can properly display members of Object and classes, and BasicObject, etc
|
666
|
-
* added a few git related commands to experimental command set, blame and diff
|
667
|
-
|
668
|
-
### 0.9.0 (2011/6/17)
|
669
|
-
* plugin system
|
670
|
-
* regex commands
|
671
|
-
* show-method works on methods defined in REPL
|
672
|
-
* new command system/API
|
673
|
-
* rubinius core support
|
674
|
-
* more backports to ruby 1.8
|
675
|
-
* inp/out special locals
|
676
|
-
* _ex_ backtrace navigation object (_ex_.line, _ex_.file)
|
677
|
-
* readline history saving/loading
|
678
|
-
* prompt stack
|
679
|
-
* more hooks
|
680
|
-
* amend-line
|
681
|
-
* play
|
682
|
-
* show-input
|
683
|
-
* edit
|
684
|
-
* much more comprehensive test suite
|
685
|
-
* support for new and old rubygems API
|
686
|
-
* changed -s behaviour of ls (now excludes Object methods)
|
687
|
-
* removed eval-file, lls, lcd, and a few other commands
|
688
|
-
|
689
|
-
|
690
|
-
### 0.7.6.1 (2011/3/26)
|
691
|
-
* added slightly better support for YARD
|
692
|
-
* now @param and @return tags are colored green and markdown `code` is syntax highlighted using coderay
|
693
|
-
|
694
|
-
### 0.7.6 (2011/3/26)
|
695
|
-
* `whereami` command now accepts parameter AROUND, to display AROUND lines on eitherside of invocation line.
|
696
|
-
* made it so `whereami` is invoked even if no method exists in current context (i.e in rspec tests)
|
697
|
-
* added rubinius support for `whereami` invocation in HOOKS by checking for __unknown__.rb rather than just <main>
|
698
|
-
|
699
|
-
### 0.7.0 (2011/3/15)
|
700
|
-
* add pry-doc support with syntax highlighting for docs
|
701
|
-
* add 'mj' option to ls (restrict to singleton methods)
|
702
|
-
* add _ex_ local to hold last exception raised in an exception
|
703
|
-
|
704
|
-
### 0.6.8 (2011/3/6)
|
705
|
-
* add whereami command, a la the `ir_b` gem
|
706
|
-
* make whereami run at the start of every session
|
707
|
-
* make .pryrc be loaded by run-time pry sessions
|
708
|
-
|
709
|
-
### 0.6.7 (2011/3/4)
|
710
|
-
* color support
|
711
|
-
* --simple-prompt for pry commandline
|
712
|
-
* -I mode for pry commandline
|
713
|
-
* --color mode for pry commandline
|
714
|
-
* clean up requires (put them all in one place)
|
715
|
-
* simple-prompt command and toggle-color command.
|
716
|
-
|
717
|
-
### 0.6.3 (2011/2/28)
|
718
|
-
* Using MethodSource 0.3.4 so 1.8 show-method support provided
|
719
|
-
* `Set` class added to list of classes that are inspected
|
720
|
-
|
721
|
-
### 0.6.1 (2011/2/26)
|
722
|
-
* !@ command alias for exit_all
|
723
|
-
* `cd /` for breaking out to pry top level (jump-to 0)
|
724
|
-
* made `-e` option work in a more effective way for `pry` command line invocation
|
725
|
-
* exit and exit-all commands now accept a parameter, this parameter becomes the return value of repl()
|
726
|
-
* `command` method from CommandBase now accepts a :keep_retval arg that determines if command value is returned to pry session or just `nil` (`nil` was old behaviour)
|
727
|
-
* tests for new :keep_retval and exit-all/exit behaviour; :keep_retval will remain undocumented.
|
728
|
-
|
729
|
-
### 0.5.8 (2011/2/22)
|
730
|
-
* Added -c (context) option to show-doc, show-methods and eval-file
|
731
|
-
* Fixed up ordering issue of -c and -r parameters to command line pry
|
732
|
-
|
733
|
-
### 0.5.7 (2011/2/21)
|
734
|
-
* Added pry executable, auto-loads .pryrc in user's home directory, if it
|
735
|
-
exists.
|
736
|
-
|
737
|
-
### 0.5.5 (2011/2/19)
|
738
|
-
* Added Pry.run_command
|
739
|
-
* More useful error messages
|
740
|
-
* Easter eggs (game and cohen-poem)
|
741
|
-
|
742
|
-
### 0.5.0 (2011/2/17)
|
743
|
-
* Use clipped version of Pry.view() for large objects
|
744
|
-
* Exit Pry session on ^d
|
745
|
-
* Use Shellwords for breaking up parameters to pry commands
|
746
|
-
* Use OptionParser to parse options for default pry commands
|
747
|
-
* Add version command
|
748
|
-
* Refactor 'status' command: add current method info
|
749
|
-
* Add meth_name_from_binding utility lambda to commands.rb
|
750
|
-
* Add -M, -m, -v(erbose), -a(ll), -s(uper), -l(ocals), -i(ivars), -k(klass
|
751
|
-
vars), etc options to ls
|
752
|
-
* add -M(instance method) options to show-method and show-doc
|
753
|
-
* add --help option to most commands
|
754
|
-
* Get rid of ls_method and ls_imethods (subsumed by more powerful ls)
|
755
|
-
* Get rid of show_idoc and show_imethod
|
756
|
-
* Add special eval-file command that evals target file in current context
|
757
|
-
|
758
|
-
### 0.4.5 (2011/1/27)
|
759
|
-
* fixed show_method (though fragile as it references __binding_impl__
|
760
|
-
directly, making a name change to that method difficult
|
761
|
-
|
762
|
-
### 0.4.4 (2011/1/27)
|
763
|
-
* oops, added examples/ directory
|
764
|
-
|
765
|
-
### 0.4.3 (2011/1/26)
|
766
|
-
* added alias_command and desc methods to Pry::CommandBase
|
767
|
-
* changed behaviour of ls_methods and ls_imethods to return sorted lists
|
768
|
-
of methods
|
769
|
-
|
770
|
-
### 0.4.1 (2011/1/23)
|
771
|
-
* made it so a 'def meth;end' in an object Pry session defines singleton
|
772
|
-
methods, not methods on the class (except in the case of
|
773
|
-
immediates)
|
774
|
-
* reorganized documentation, moving customization to a separate wiki file
|
775
|
-
* storing wiki in a nested git repo, as github wiki pages have their own
|
776
|
-
repo
|
777
|
-
* added more tests for new method definition behaviour
|
778
|
-
|
779
|
-
### 0.4.0 (2011/1/21)
|
780
|
-
* added command API
|
781
|
-
* added many new commands, i.e ls_methods and friends
|
782
|
-
* modified other commands
|
783
|
-
* now accepts greater customization, can modify: input, output, hooks,
|
784
|
-
prompt, print object
|
785
|
-
* added tab completion (even completes commands)
|
786
|
-
* added extensive tests
|
787
|
-
* added examples
|
788
|
-
* many more changes
|
789
|
-
|
790
|
-
### 0.1.3 (2010/12/9)
|
791
|
-
* Got rid of rubygems dependency, refactored some code.
|
792
|
-
|
793
|
-
### 0.1.2 (2010/12/8)
|
794
|
-
* now rescuing SyntaxError as well as Racc::Parser error in valid_expression?
|
795
|
-
|
796
|
-
### 0.1.0 (2010/12/8)
|
797
|
-
* release!
|