Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Jun 24, 2012
1 parent cd0f63a commit f87abb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mockjax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ require File.expand_path('../lib/mockjax/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Eric J. Holmes"]
gem.email = ["eric@ejholmes.net"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = %q{Ruby gem for using jquery mockjax within rspec examples}
gem.summary = %q{Ruby gem for using jquery mockjax within rspec examples}
gem.homepage = "https://github.com/ejholmes/mockjax"

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit f87abb1

Please sign in to comment.