Skip to content

Commit

Permalink
Refreshed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Aug 8, 2010
1 parent 3eb4494 commit 52d0809
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions rspec-core.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Chad Humphries", "David Chelimsky"]
s.date = %q{2010-07-27}
s.date = %q{2010-08-08}
s.default_executable = %q{rspec}
s.description = %q{RSpec runner and example groups}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
Expand Down Expand Up @@ -72,6 +72,11 @@ Gem::Specification.new do |s|
"lib/rspec/core/errors.rb",
"lib/rspec/core/example.rb",
"lib/rspec/core/example_group.rb",
"lib/rspec/core/extensions.rb",
"lib/rspec/core/extensions/instance_eval_with_args.rb",
"lib/rspec/core/extensions/kernel.rb",
"lib/rspec/core/extensions/module_eval_with_args.rb",
"lib/rspec/core/extensions/object.rb",
"lib/rspec/core/formatters.rb",
"lib/rspec/core/formatters/base_formatter.rb",
"lib/rspec/core/formatters/base_text_formatter.rb",
Expand All @@ -82,7 +87,6 @@ Gem::Specification.new do |s|
"lib/rspec/core/formatters/snippet_extractor.rb",
"lib/rspec/core/formatters/text_mate_formatter.rb",
"lib/rspec/core/hooks.rb",
"lib/rspec/core/kernel_extensions.rb",
"lib/rspec/core/let.rb",
"lib/rspec/core/load_path.rb",
"lib/rspec/core/metadata.rb",
Expand All @@ -91,7 +95,6 @@ Gem::Specification.new do |s|
"lib/rspec/core/mocking/with_mocha.rb",
"lib/rspec/core/mocking/with_rr.rb",
"lib/rspec/core/mocking/with_rspec.rb",
"lib/rspec/core/object_extensions.rb",
"lib/rspec/core/option_parser.rb",
"lib/rspec/core/pending.rb",
"lib/rspec/core/rake_task.rb",
Expand Down Expand Up @@ -122,12 +125,14 @@ Gem::Specification.new do |s|
"spec/rspec/core/formatters/base_text_formatter_spec.rb",
"spec/rspec/core/formatters/documentation_formatter_spec.rb",
"spec/rspec/core/formatters/helpers_spec.rb",
"spec/rspec/core/formatters/html_formatted-1.8.6.html",
"spec/rspec/core/formatters/html_formatted-1.8.7.html",
"spec/rspec/core/formatters/html_formatted-1.9.1.html",
"spec/rspec/core/formatters/html_formatted-1.9.2.html",
"spec/rspec/core/formatters/html_formatter_spec.rb",
"spec/rspec/core/formatters/progress_formatter_spec.rb",
"spec/rspec/core/formatters/snippet_extractor_spec.rb",
"spec/rspec/core/formatters/text_mate_formatted-1.8.6.html",
"spec/rspec/core/formatters/text_mate_formatted-1.8.7.html",
"spec/rspec/core/formatters/text_mate_formatted-1.9.2.html",
"spec/rspec/core/formatters/text_mate_formatter_spec.rb",
Expand Down

0 comments on commit 52d0809

Please sign in to comment.