Sha256: 2810c056c905655f804acf74719410d5b3747596faed6cb5a4c6a2af91e8b856

Contents?: true

Size: 1.63 KB

Versions: 6

Compression:

Stored size: 1.63 KB

Contents

# coding: utf-8

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "lanmao/version"

Gem::Specification.new do |spec|
  spec.name          = "lanmao"
  spec.version       = Lanmao::VERSION
  spec.authors       = ["tony"]
  spec.email         = ["gandalf@omniaccount.com"]

  spec.summary       = %q{懒猫存管系统 SDK}
  spec.description   = %q{新网银行的存管实现}
  spec.homepage      = "https://github.com/omniaccountcorp/lanmao"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  if spec.respond_to?(:metadata)
    spec.metadata["allowed_push_host"] = "https://rubygems.org"
  else
    raise "RubyGems 2.0 or newer is required to protect against " \
      "public gem pushes."
  end

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency 'activesupport', '~> 5.0'
  spec.add_runtime_dependency 'rest-client', '~> 2.0'
  spec.add_runtime_dependency 'macaddr', '~> 1.7'

  spec.add_development_dependency "bundler", "~> 1.16"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency 'faker', '~> 1.8'
  spec.add_development_dependency 'byebug', '~> 9.1'
  spec.add_development_dependency 'awesome_print', '~> 1.8'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lanmao-0.16.0 lanmao.gemspec
lanmao-0.15.0 lanmao.gemspec
lanmao-0.14.0 lanmao.gemspec
lanmao-0.13.0 lanmao.gemspec
lanmao-0.12.0 lanmao.gemspec
lanmao-0.11.0 lanmao.gemspec