Skip to content

Commit

Permalink
Not bothering with rubyforge
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 15, 2009
1 parent 5d00f65 commit 5bd9c11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
pkg
doc/*
.garlic
.garlic
6 changes: 6 additions & 0 deletions History.txt
@@ -1,5 +1,11 @@
== 0.1.16 - 13 Oct 2009

* 1 minor enhancement
* release gem only on gemcutter


== 0.1.16 - 13 Oct 2009

* 1 minor enhancement
* release gem on gemcutter and rubyforge

Expand Down
4 changes: 1 addition & 3 deletions README.rdoc
Expand Up @@ -15,7 +15,7 @@ It's tested against all stable branches of 2.x rails, and edge, with the latest

Install pickle either as a rails plugin, or a gem

# gem form rubyforge or gemcutter
# gem from gemcutter
sudo gem install pickle

# plugin
Expand All @@ -24,8 +24,6 @@ Install pickle either as a rails plugin, or a gem
# or, plugin as submodule
git submodule add git://github.com/ianwhite/pickle.git vendor/plugins/pickle

# or, github gem
sudo gem install ianwhite-pickle

== Get Started

Expand Down
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -97,20 +97,10 @@ begin
s.email = "ian.w.white@gmail.com"
s.homepage = "http://github.com/ianwhite/pickle/tree"
s.authors = ["Ian White"]
s.rubyforge_project = 'pickle'
end

Jeweler::GemcutterTasks.new

Jeweler::RubyforgeTasks.new do |rubyforge|
rubyforge.doc_task = "doc"
end

namespace :release do
desc "Release current version to github, gemcutter and rubyforge"
task :all => ['release', 'gemcutter:release', 'rubyforge:release']
end

rescue LoadError
puts "Jeweler not available for gem tasks. Install it with: sudo gem install jeweler"
end
1 change: 0 additions & 1 deletion pickle.gemspec
Expand Up @@ -79,7 +79,6 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/ianwhite/pickle/tree}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{pickle}
s.rubygems_version = %q{1.3.4}
s.summary = %q{Easy model creation and reference in your cucumber features}
s.test_files = [
Expand Down

0 comments on commit 5bd9c11

Please sign in to comment.