Sha256: d06b176226da6416602d1d023a3f596299f4f607b8172cc987882f9a52b29f22
Contents?: true
Size: 952 Bytes
Versions: 40
Compression:
Stored size: 952 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "jasmine-core/version" Gem::Specification.new do |s| s.name = "jasmine-core" s.version = Jasmine::Core::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Rajan Agaskar", "Davis W. Frank", "Christian Williams"] s.summary = %q{JavaScript BDD framework} s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.} s.email = %q{jasmine-js@googlegroups.com} s.homepage = "http://pivotal.github.com/jasmine" s.rubyforge_project = "jasmine-core" s.license = "MIT" s.files = Dir.glob("./lib/**/*") + Dir.glob("./lib/jasmine-core/spec/**/*.js") s.require_paths = ["lib"] s.add_development_dependency "rake" s.add_development_dependency "sauce-connect" s.add_development_dependency "compass" s.add_development_dependency "jasmine_selenium_runner", ">= 0.2.0" end
Version data entries
40 entries across 40 versions & 2 rubygems