Skip to content

Commit

Permalink
upgrade to jeweler 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 25, 2010
1 parent 8fa43a7 commit d71b7e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Rakefile
@@ -1,4 +1,5 @@
require 'rubygems'
gem 'jeweler', ">= 1.4.0"
require 'rake'
require 'fileutils'
require 'pathname'
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

5 changes: 0 additions & 5 deletions VERSION.yml

This file was deleted.

10 changes: 5 additions & 5 deletions 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|
Expand All @@ -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"
Expand All @@ -20,15 +20,14 @@ Gem::Specification.new do |s|
"License.txt",
"README.markdown",
"Rakefile",
"VERSION",
"VERSION.yml",
"lib/rspec.rb",
"lib/rspec/version.rb",
"rspec.gemspec"
]
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}

Expand All @@ -51,3 +50,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"])
end
end

0 comments on commit d71b7e2

Please sign in to comment.