Sha256: 8473f8838da15726073ccd74ae879ba06ab38da14ec794352dd4e30c01195efd

Contents?: true

Size: 957 Bytes

Versions: 2

Compression:

Stored size: 957 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.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

2 entries across 2 versions & 1 rubygems

Version Path
mobile_workflow_cli-0.1.1 mobile_workflow_cli.gemspec
mobile_workflow_cli-0.1.0 mobile_workflow_cli.gemspec