diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..f5ceeb2e --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +gem "rake" +gem "jeweler" +gem "rspec-core", :path => "../rspec-core" +gem "rspec-expectations", :path => "../rspec-expectations" +gem "rspec-mocks", :path => "../rspec-mocks" diff --git a/Rakefile b/Rakefile index 4f67a9e7..07fe7a07 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,6 @@ +require "bundler" +Bundler.setup + require 'rake' require 'fileutils' require 'pathname' diff --git a/rspec.gemspec b/rspec.gemspec index b2a96f01..47e0efed 100644 --- a/rspec.gemspec +++ b/rspec.gemspec @@ -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 = ["David Chelimsky", "Chad Humphries"] - s.date = %q{2010-06-18} + s.date = %q{2010-06-21} s.description = %q{Meta-gem that depends on the other rspec gems} s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com} s.extra_rdoc_files = [ @@ -41,14 +41,14 @@ Gem::Specification.new do |s| s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{rspec} - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.3.6} s.summary = %q{rspec-2.0.0.beta.12} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 2.0.0.beta.12"]) s.add_runtime_dependency(%q, ["= 2.0.0.beta.12"]) s.add_runtime_dependency(%q, ["= 2.0.0.beta.12"])