Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Add Davis to authors.
Browse files Browse the repository at this point in the history
Remove Gemfile.lock per office wisdom.
  • Loading branch information
xian committed Oct 5, 2010
1 parent 2eec10e commit 1ebd9e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jasmine-example/
.rvmrc
.pairs
*.swp
Gemfile.lock
83 changes: 0 additions & 83 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace :jeweler do
gemspec.description = "Javascript BDD test framework"
gemspec.email = "jasmine-js@googlegroups.com"
gemspec.homepage = "http://pivotal.github.com/jasmine"
gemspec.authors = ["Rajan Agaskar", "Christian Williams"]
gemspec.authors = ["Rajan Agaskar", "Christian Williams", "Davis Frank"]
gemspec.executables = ["jasmine"]
gemspec.add_dependency('rake', '>= 0.8.7')
gemspec.add_dependency('rspec', '>= 1.1.5')
Expand Down
2 changes: 1 addition & 1 deletion jasmine
Submodule jasmine updated from 64fac3 to 127fe0
4 changes: 2 additions & 2 deletions jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{jasmine}
s.version = "1.0.0"
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.date = %q{2010-09-14}
s.date = %q{2010-10-05}
s.default_executable = %q{jasmine}
s.description = %q{Javascript BDD test framework}
s.email = %q{jasmine-js@googlegroups.com}
Expand Down

0 comments on commit 1ebd9e3

Please sign in to comment.