From d71b7e242e1e68b6e3aca44eb96196717c4f5502 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sun, 24 Jan 2010 20:53:51 -0600 Subject: [PATCH] upgrade to jeweler 1.4.0 --- Rakefile | 3 +++ VERSION | 1 - VERSION.yml | 5 ----- rspec.gemspec | 10 +++++----- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 VERSION delete mode 100644 VERSION.yml diff --git a/Rakefile b/Rakefile index 8e5742ddc..14f9b261e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'rubygems' +gem 'jeweler', ">= 1.4.0" require 'rake' require 'fileutils' require 'pathname' @@ -11,6 +12,8 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "rspec" + gem.version = Rspec::Version::STRING + gem.rubyforge_project = "rspec" gem.summary = "pulls in the other rspec gems" gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com" gem.homepage = "http://github.com/rspec/meta" diff --git a/VERSION b/VERSION deleted file mode 100644 index ff411832a..000000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -2.0.0.a1 diff --git a/VERSION.yml b/VERSION.yml deleted file mode 100644 index 0adc6290a..000000000 --- a/VERSION.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -:major: 2 -:minor: 0 -:patch: 0 -:build: a1 diff --git a/rspec.gemspec b/rspec.gemspec index ac48d3b6a..8f9882b62 100644 --- a/rspec.gemspec +++ b/rspec.gemspec @@ -1,6 +1,6 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| @@ -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-01-21} + s.date = %q{2010-01-24} s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com} s.extra_rdoc_files = [ "README.markdown" @@ -20,8 +20,6 @@ Gem::Specification.new do |s| "License.txt", "README.markdown", "Rakefile", - "VERSION", - "VERSION.yml", "lib/rspec.rb", "lib/rspec/version.rb", "rspec.gemspec" @@ -29,6 +27,7 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/rspec/meta} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] + s.rubyforge_project = %q{rspec} s.rubygems_version = %q{1.3.5} s.summary = %q{pulls in the other rspec gems} @@ -51,3 +50,4 @@ Gem::Specification.new do |s| s.add_dependency(%q, [">= 2.0.0.a2"]) end end +