Sha256: a9d1fac19eea389450606a1dcf5540a49e9ec5c0662b064e9f4e9c398a574049

Contents?: true

Size: 906 Bytes

Versions: 7

Compression:

Stored size: 906 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'e4commerce/version'

Gem::Specification.new do |spec|
  spec.name          = "e4commerce"
  spec.version       = E4commerce::VERSION
  spec.authors       = ["Miguel Pimentel"]
  spec.email         = ["miguelpimentel2013@gmail.com"]

  spec.summary       = %q{"Provide e-commerce structure and different payment methods"}
  spec.homepage      = "https://github.com/miguelpimentel/e4commerce"
  spec.license       = "MIT"

  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_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
e4commerce-0.5.0 e4commerce.gemspec
e4commerce-0.4.1 e4commerce.gemspec
e4commerce-0.3.2 e4commerce.gemspec
e4commerce-0.3.1 e4commerce.gemspec
e4commerce-0.3.0 e4commerce.gemspec
e4commerce-0.2.0 e4commerce.gemspec
e4commerce-0.1.1 e4commerce.gemspec