Skip to content

Commit

Permalink
Updated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 9, 2010
1 parent 59ca1b1 commit 5fd41fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vcr.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{vcr}
s.version = "0.1.2"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Myron Marston"]
s.date = %q{2010-03-04}
s.date = %q{2010-03-09}
s.description = %q{VCR provides helpers to record HTTP requests for URIs that are not registered with fakeweb, and replay them later. It provides built-in support for cucumber, but works with any ruby testing framework.}
s.email = %q{myron.marston@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -63,6 +63,7 @@ Gem::Specification.new do |s|
"spec/recorded_response_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/support/disable_warnings.rb",
"spec/support/temp_cache_dir.rb",
"spec/vcr_spec.rb",
"vcr.gemspec"
Expand All @@ -81,6 +82,7 @@ Gem::Specification.new do |s|
"spec/extensions/net_read_adapter_spec.rb",
"spec/recorded_response_spec.rb",
"spec/spec_helper.rb",
"spec/support/disable_warnings.rb",
"spec/support/temp_cache_dir.rb",
"spec/vcr_spec.rb"
]
Expand Down

0 comments on commit 5fd41fd

Please sign in to comment.