Sha256: a589e0eb28308a1302e4d465dcee2e5a2044c523371bfc5c44d67a581f7197b5
Contents?: true
Size: 733 Bytes
Versions: 1
Compression:
Stored size: 733 Bytes
Contents
Gem::Specification.new do |s| s.name = 'param_test' s.version = '0.1.1' s.platform = Gem::Platform::RUBY s.authors = ['Nik Haldimann'] s.email = ['nhaldimann@gmail.com'] s.homepage = 'https://github.com/nikhaldi/param-test-ruby' s.summary = 'Parameterized unit tests for Ruby/ActiveSupport' s.description = 'Parameterized unit tests for Ruby/ActiveSupport' s.add_runtime_dependency 'activesupport', '~> 4.0' s.add_development_dependency 'rake' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
param_test-0.1.1 | param_test.gemspec |