3
0
Fork 0
forked from mirrors/nixpkgs

neovim-ruby: 0.4.0 -> 0.5.0

This commit is contained in:
Benno Fünfstück 2017-07-15 18:56:51 +02:00
parent 171e3f85ce
commit 549df83e8e
2 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
msgpack (1.0.2)
neovim (0.3.1)
msgpack (1.1.0)
neovim (0.5.0)
msgpack (~> 1.0)
PLATFORMS
@ -12,4 +12,4 @@ DEPENDENCIES
neovim
BUNDLED WITH
1.12.5
1.15.1

View file

@ -2,18 +2,18 @@
msgpack = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg";
sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
type = "gem";
};
version = "1.0.2";
version = "1.1.0";
};
neovim = {
dependencies = ["msgpack"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gvwa1zkirai7605x4hn2lynbw1caviga272iyy472jv7hs2zn92";
sha256 = "1da0ha3mz63iyihldp7185b87wx86jg07023xjhbng6i28y1ksn7";
type = "gem";
};
version = "0.4.0";
version = "0.5.0";
};
}
}