Skip to content

Commit

Permalink
errors in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtless committed May 28, 2011
1 parent c1a0bb8 commit a596ede
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions rspec-process-mocks.gemspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "rspec/mocks/version"
require "rspec/process_mocks/version"

Gem::Specification.new do |s|
s.name = "rspec-mocks"
s.version = RSpec::Mocks::Version::STRING
s.name = "rspec-process-mocks"
s.version = RSpec::ProcessMocks::Version::STRING
s.platform = Gem::Platform::RUBY
s.authors = ["David Chelimsky", "Chad Humphries"]
s.email = "dchelimsky@gmail.com;chad.humphries@gmail.com"
s.homepage = "http://github.com/rspec/rspec-mocks"
s.summary = "rspec-mocks-#{RSpec::Mocks::Version::STRING}"
s.description = "RSpec's 'test double' framework, with support for stubbing and mocking"

s.rubygems_version = "1.3.7"
s.rubyforge_project = "rspec"
s.authors = ["Paul Cortens"]
s.email = "paul@thoughtless.ca"
s.homepage = "http://github.com/thoughtless/rspec-process-mocks"
s.summary = "rspec-process-mocks-#{RSpec::ProcessMocks::Version::STRING}"
s.description = "Add-on for RSpec's 'test double' framework, with support for stubbing and mocking within child processes"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
Expand Down

0 comments on commit a596ede

Please sign in to comment.