Sha256: e0d94725482414ed8d371bca759b114d34e790dbb1e74d985f724b2e1c7489af

Contents?: true

Size: 986 Bytes

Versions: 4

Compression:

Stored size: 986 Bytes

Contents

require_relative 'lib/mobile_workflow_cli/version'

Gem::Specification.new do |s|
  s.name          = "mobile_workflow_cli"
  s.version       = MobileWorkflowCli::VERSION
  s.authors       = ["Matt Brooke-Smith"]
  s.email         = ["matt@futureworkshops.com"]

  s.summary       = "CLI tool for Mobile Workflow"
  s.homepage      = "https://github.com/FutureWorkshops/MobileWorkflowCli"
  s.license       = "MIT"
  s.required_ruby_version = ">= #{MobileWorkflowCli::RUBY_VERSION}"

  s.metadata["homepage_uri"] = s.homepage
  s.metadata["source_code_uri"] = s.homepage

  s.executables = ['mwf']
  
  s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|s|features)/}) }
  end
  s.test_files = `git ls-files -- {spec}/*`.split("\n")
  s.require_paths = ["lib"]
  
  s.add_dependency 'administrate'
  s.add_dependency 'rails', ">= #{MobileWorkflowCli::RAILS_VERSION}"
  
  s.add_development_dependency 'byebug'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mobile_workflow_cli-0.1.6 mobile_workflow_cli.gemspec
mobile_workflow_cli-0.1.4 mobile_workflow_cli.gemspec
mobile_workflow_cli-0.1.3 mobile_workflow_cli.gemspec
mobile_workflow_cli-0.1.2 mobile_workflow_cli.gemspec