Sha256: a8cf3f6c48804730d848f35eb7e9d3694f882901a764471bf565b1b9814cbd49
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/margin/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-margin" spec.version = Workarea::Margin::VERSION spec.authors = ["Brandon Goodman"] spec.email = ["brandongoodman615@gmail.com"] spec.homepage = "https://github.com/Brandongoodman615/workarea-margin" spec.summary = "Margin plugin for the Workarea ecommerce platform" spec.description = "Plugin for cost and margin in admin pricing list on the Workarea ecommerce platform" spec.license = "Business Software License" # 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`.split("\n") spec.add_dependency 'workarea', '~> 3.x' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-margin-1.0.1 | workarea-margin.gemspec |
workarea-margin-1.0.0.pre | workarea-margin.gemspec |