Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Oct 5, 2010
1 parent 1ebd9e3 commit 3d7d97e
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rajan Agaskar", "Christian Williams"]
s.authors = ["Rajan Agaskar", "Christian Williams", "Davis Frank"]
s.date = %q{2010-10-05}
s.default_executable = %q{jasmine}
s.description = %q{Javascript BDD test framework}
Expand All @@ -18,22 +18,25 @@ Gem::Specification.new do |s|
"README.markdown"
]
s.files = [
"generators/jasmine/jasmine_generator.rb",
".gitignore",
".gitmodules",
".idea/dictionaries/pivotal.xml",
"Gemfile",
"MIT.LICENSE",
"README.markdown",
"RELEASE.markdown",
"Rakefile",
"VERSION.yml",
"bin/jasmine",
"copy_examples.rb",
"generators/jasmine/jasmine_generator.rb",
"generators/jasmine/templates/INSTALL",
"generators/jasmine/templates/jasmine-example/SpecRunner.html",
"generators/jasmine/templates/jasmine-example/spec/PlayerSpec.js",
"generators/jasmine/templates/jasmine-example/spec/SpecHelper.js",
"generators/jasmine/templates/jasmine-example/src/Player.js",
"generators/jasmine/templates/jasmine-example/src/Song.js",
"generators/jasmine/templates/lib/tasks/jasmine.rake",
"generators/jasmine/templates/spec/javascripts/support/jasmine-rails.yml",
"generators/jasmine/templates/spec/javascripts/support/jasmine.yml",
"generators/jasmine/templates/spec/javascripts/support/jasmine_runner.rb",
"jasmine/example/SpecRunner.html",
"jasmine/lib/jasmine-html.js",
"jasmine/lib/jasmine.css",
"jasmine/lib/jasmine.js",
"jasmine/lib/json2.js",
"install.rb",
"jasmine.gemspec",
"lib/jasmine.rb",
"lib/jasmine/base.rb",
"lib/jasmine/command_line_tool.rb",
Expand All @@ -42,12 +45,20 @@ Gem::Specification.new do |s|
"lib/jasmine/selenium_driver.rb",
"lib/jasmine/server.rb",
"lib/jasmine/spec_builder.rb",
"lib/jasmine/tasks/jasmine.rake"
"lib/jasmine/tasks/jasmine.rake",
"spec/config_spec.rb",
"spec/fixture/jasmine.erb.yml",
"spec/jasmine_command_line_tool_spec.rb",
"spec/jasmine_self_test_config.rb",
"spec/jasmine_self_test_spec.rb",
"spec/rails_generator_spec.rb",
"spec/server_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://pivotal.github.com/jasmine}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Jasmine Runner for Ruby}
s.test_files = [
"spec/config_spec.rb",
Expand All @@ -63,7 +74,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rake>, [">= 0.8.7"])
s.add_runtime_dependency(%q<rspec>, [">= 1.1.5"])
s.add_runtime_dependency(%q<rack>, [">= 1.0.0"])
Expand Down

0 comments on commit 3d7d97e

Please sign in to comment.