Sha256: 6db987ef2d5a79b1e78c43c49c3586116c560a480170ee2fcf409d7048122884

Contents?: true

Size: 275 Bytes

Versions: 9

Compression:

Stored size: 275 Bytes

Contents

source "https://rubygems.org"
gemspec

group :development do
  if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new("2.0.0")
    gem "coveralls"
    gem "pry-byebug"
  else
    gem "term-ansicolor", "1.3.2"
    gem "coveralls", "0.8.13"
    gem "pry-debugger"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
neovim-0.6.2 Gemfile
neovim-0.6.1 Gemfile
neovim-0.6.0 Gemfile
neovim-0.5.1 Gemfile
neovim-0.5.0 Gemfile
neovim-0.4.0 Gemfile
neovim-0.3.3 Gemfile
neovim-0.3.2 Gemfile
neovim-0.3.1 Gemfile