Sha256: d0157ba78e131a47d7b8c6852c3b14a03b406c868d52d845605317ae3c5f63a8

Contents?: true

Size: 1.29 KB

Versions: 5

Compression:

Stored size: 1.29 KB

Contents

# -*- encoding: utf-8 -*-
# stub: nenv 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "nenv"
  s.version = "0.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Cezary Baginski"]
  s.date = "2016-02-08"
  s.description = "Using ENV is like using raw SQL statements in your code. We all know how that ends..."
  s.email = ["cezary@chronomantic.net"]
  s.homepage = "https://github.com/e2/nenv"
  s.licenses = ["MIT"]
  s.rubygems_version = "2.5.1"
  s.summary = "Convenience wrapper for Ruby's ENV"

  s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<bundler>, ["~> 1.7"])
      s.add_development_dependency(%q<rspec>, ["~> 3.1"])
      s.add_development_dependency(%q<rake>, ["~> 10.0"])
    else
      s.add_dependency(%q<bundler>, ["~> 1.7"])
      s.add_dependency(%q<rspec>, ["~> 3.1"])
      s.add_dependency(%q<rake>, ["~> 10.0"])
    end
  else
    s.add_dependency(%q<bundler>, ["~> 1.7"])
    s.add_dependency(%q<rspec>, ["~> 3.1"])
    s.add_dependency(%q<rake>, ["~> 10.0"])
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/specifications/nenv-0.3.0.gemspec
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/specifications/nenv-0.3.0.gemspec
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/specifications/nenv-0.3.0.gemspec
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/specifications/nenv-0.3.0.gemspec
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/specifications/nenv-0.3.0.gemspec