Sha256: 84cd1e1ca9500c3a4719369342a4476a7ce0b1aa8d21e152c3d203a93442ac1d

Contents?: true

Size: 642 Bytes

Versions: 5

Compression:

Stored size: 642 Bytes

Contents

require File.expand_path('../lib/stump/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors = ["Francis Chong"]
  gem.email = ["francis@ignition.hk"]
  gem.description = "Stubbing and mocking for RubyMotion"
  gem.summary = "Stubbing and mocking for RubyMotion"
  gem.homepage = "https://github.com/siuying/motion-stump"

  gem.files = `git ls-files`.split($\)
  gem.test_files = gem.files.grep(%r{^(test|spec|lib_spec|features)/})
  gem.name = "motion-stump"
  gem.require_paths = ["lib"]
  gem.version = Stump::VERSION

  gem.add_development_dependency 'motion-redgreen', '~> 0.1.0'
  gem.add_development_dependency 'rake'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
motion-stump-0.3.2 motion-stump.gemspec
motion-stump-0.3.1 motion-stump.gemspec
motion-stump-0.3.0 motion-stump.gemspec
motion-stump-0.2.1 motion-stump.gemspec
motion-stump-0.2.0 motion-stump.gemspec