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 6b28d02 commit baeb478
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'rubygems' require 'rubygems'
gem 'jeweler', '>= 1.4.0'
require 'rake' require 'rake'
$:.unshift File.expand_path(File.join(File.dirname(__FILE__),'lib')) $:.unshift File.expand_path(File.join(File.dirname(__FILE__),'lib'))
require 'rspec/expectations/version' require 'rspec/expectations/version'
Expand All @@ -7,9 +8,10 @@ begin
require 'jeweler' require 'jeweler'
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "rspec-expectations" gem.name = "rspec-expectations"
gem.version = Rspec::Expectations::Version::STRING
gem.summary = "rspec expectations (should[_not] and matchers)" gem.summary = "rspec expectations (should[_not] and matchers)"
gem.rubyforge_project = "rspec"
gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com" gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com"
gem.version = Rspec::Expectations::Version::STRING
gem.homepage = "http://github.com/rspec/expectations" gem.homepage = "http://github.com/rspec/expectations"
gem.authors = ["David Chelimsky", "Chad Humphries"] gem.authors = ["David Chelimsky", "Chad Humphries"]
gem.add_development_dependency('rspec-core', ">= #{Rspec::Expectations::Version::STRING}") gem.add_development_dependency('rspec-core', ">= #{Rspec::Expectations::Version::STRING}")
Expand Down
5 changes: 0 additions & 5 deletions VERSION.yml

This file was deleted.

9 changes: 5 additions & 4 deletions rspec-expectations.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| 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.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"] 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.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.markdown" "README.markdown"
Expand All @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
"README.markdown", "README.markdown",
"Rakefile", "Rakefile",
"Upgrade.markdown", "Upgrade.markdown",
"VERSION.yml",
"lib/rspec/expectations.rb", "lib/rspec/expectations.rb",
"lib/rspec/expectations/differs/default.rb", "lib/rspec/expectations/differs/default.rb",
"lib/rspec/expectations/differs/load-diff-lcs.rb", "lib/rspec/expectations/differs/load-diff-lcs.rb",
Expand Down Expand Up @@ -96,6 +95,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rspec/expectations} s.homepage = %q{http://github.com/rspec/expectations}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.5}
s.summary = %q{rspec expectations (should[_not] and matchers)} s.summary = %q{rspec expectations (should[_not] and matchers)}
s.test_files = [ s.test_files = [
Expand Down Expand Up @@ -148,3 +148,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"]) s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"])
end end
end end

0 comments on commit baeb478

Please sign in to comment.