[DRE-commits] [ruby-neovim] 01/05: Updated version 0.5.0 from 'upstream/0.5.0'

Jason Pleau jpleau-guest at moszumanska.debian.org
Thu Jul 20 23:22:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpleau-guest pushed a commit to branch master
in repository ruby-neovim.

commit 7a61d15c256624a1ff3043d99ce58cc59846202f
Merge: 6afb1e7 362763d
Author: Jason Pleau <jason at jpleau.ca>
Date:   Sat Jul 15 10:40:35 2017 -0400

    Updated version 0.5.0 from 'upstream/0.5.0'
    
    with Debian dir 0f1e8153dfbf6cb87d011556981ed4777ab17448

 .gitignore                                         |   1 +
 .gitmodules                                        |   3 +
 .rspec                                             |   1 +
 .travis.yml                                        |   3 +-
 CHANGELOG.md                                       |  20 ++
 README.md                                          |   8 +-
 Rakefile                                           |  28 ++-
 lib/neovim.rb                                      |  13 +-
 lib/neovim/buffer.rb                               | 244 +++++++++------------
 lib/neovim/client.rb                               | 215 +++++++++---------
 lib/neovim/current.rb                              |  38 ++--
 lib/neovim/executable.rb                           |  33 +++
 lib/neovim/host.rb                                 |   1 +
 lib/neovim/line_range.rb                           | 121 +++++-----
 lib/neovim/plugin.rb                               |   8 +-
 lib/neovim/plugin/dsl.rb                           |  34 ++-
 lib/neovim/remote_object.rb                        |  16 +-
 lib/neovim/ruby_provider.rb                        |  89 ++++----
 lib/neovim/ruby_provider/buffer_ext.rb             |   6 +-
 lib/neovim/ruby_provider/vim.rb                    |  16 +-
 lib/neovim/ruby_provider/window_ext.rb             |   6 +-
 lib/neovim/session.rb                              |   8 +-
 lib/neovim/session/api.rb                          |  72 ++++--
 lib/neovim/session/event_loop.rb                   |   4 +-
 lib/neovim/tabpage.rb                              |  43 ++--
 lib/neovim/version.rb                              |   2 +-
 lib/neovim/window.rb                               | 123 ++++++-----
 script/dump_api                                    |  10 +
 script/generate_docs                               |  71 +++---
 spec/acceptance/neovim-ruby-host_spec.rb           |  69 ------
 spec/acceptance/ruby_provider_spec.rb              | 148 -------------
 spec/helper.rb                                     |  71 +++---
 spec/integration/rplugin_autocmd_spec.vim          |  18 ++
 spec/integration/rplugin_command_spec.vim          |  97 ++++++++
 spec/integration/rplugin_function_spec.vim         |  26 +++
 spec/integration/ruby_buffer_spec.rb               | 151 +++++++++++++
 spec/integration/ruby_spec.vim                     |  74 +++++++
 spec/integration/ruby_vim_spec.rb                  |  27 +++
 spec/integration/ruby_window_spec.rb               |  56 +++++
 spec/integration/rubydo_spec.vim                   |  75 +++++++
 spec/integration/rubyfile/call_foo.rb              |   1 +
 spec/integration/rubyfile/curbuf_ivar_get.rb       |   1 +
 spec/integration/rubyfile/curbuf_ivar_set.rb       |   1 +
 spec/integration/rubyfile/define_foo.rb            |   3 +
 spec/integration/rubyfile/raise_standard_error.rb  |   1 +
 spec/integration/rubyfile/raise_syntax_error.rb    |   1 +
 spec/integration/rubyfile/set_pwd_after.rb         |   1 +
 spec/integration/rubyfile/set_pwd_before.rb        |   1 +
 spec/integration/rubyfile_spec.vim                 |  93 ++++++++
 spec/integration/runtime/init.vim                  |   9 +
 spec/integration/runtime/rplugin.vim               |  35 +++
 spec/integration/runtime/rplugin/ruby/autocmds.rb  |   9 +
 spec/integration/runtime/rplugin/ruby/commands.rb  |  59 +++++
 spec/integration/runtime/rplugin/ruby/functions.rb |  17 ++
 spec/integration_spec.rb                           | 119 ++++++++++
 spec/neovim/buffer_spec.rb                         | 167 --------------
 spec/neovim/client_spec.rb                         |  45 +---
 spec/neovim/current_spec.rb                        |  14 +-
 spec/neovim/executable_spec.rb                     |  32 +++
 spec/neovim/host_spec.rb                           |  22 +-
 spec/neovim/line_range_spec.rb                     | 189 ++++++++--------
 spec/neovim/plugin_spec.rb                         |  34 ++-
 spec/neovim/remote_object_spec.rb                  |   8 +-
 spec/neovim/ruby_provider/buffer_ext_spec.rb       |   6 +-
 spec/neovim/ruby_provider/vim_spec.rb              |  38 ++++
 spec/neovim/ruby_provider/window_ext_spec.rb       |   2 +-
 spec/neovim/session/api_spec.rb                    |  75 ++++---
 spec/neovim/session/event_loop_spec.rb             |   2 +-
 spec/neovim/session_spec.rb                        |  30 +--
 spec/neovim/window_spec.rb                         |  91 --------
 spec/neovim_spec.rb                                |   6 +
 spec/support.rb                                    |  45 ++++
 72 files changed, 1942 insertions(+), 1264 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-neovim.git



More information about the Pkg-ruby-extras-commits mailing list