jasmine-spec-extras/jasmine-spec-extras.gemspec

20 lines
680 B
Ruby
Raw Normal View History

2011-10-17 13:56:48 +00:00
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "jasmine-spec-extras"
2012-01-04 13:15:04 +00:00
s.version = '0.0.2'
2011-10-17 13:56:48 +00:00
s.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"]
s.homepage = ""
s.summary = %q{Bundle together oft-used Jasmine helper files in a clean way.}
s.description = %q{Bundle together oft-used Jasmine helper files in a clean way.}
s.rubyforge_project = "jasmine-spec-extras"
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
2011-11-22 00:19:37 +00:00