1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

upgrade to jeweler 1.4.0

This commit is contained in:
David Chelimsky 2010-01-24 20:53:51 -06:00
parent 8fa43a7ed1
commit d71b7e242e
4 changed files with 8 additions and 11 deletions

View file

@ -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"

View file

@ -1 +0,0 @@
2.0.0.a1

View file

@ -1,5 +0,0 @@
---
:major: 2
:minor: 0
:patch: 0
:build: a1

View file

@ -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<rspec-mocks>, [">= 2.0.0.a2"])
end
end