Remove Rubyforge
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -19,7 +19,6 @@ begin
|
|||||||
s.homepage = "https://projects.littlestreamsoftware.com/projects/redmine-rate"
|
s.homepage = "https://projects.littlestreamsoftware.com/projects/redmine-rate"
|
||||||
s.description = "The Rate plugin stores billing rates for Users. It also provides an API that can be used to find the rate for a Member of a Project at a specific date."
|
s.description = "The Rate plugin stores billing rates for Users. It also provides an API that can be used to find the rate for a Member of a Project at a specific date."
|
||||||
s.authors = ["Eric Davis"]
|
s.authors = ["Eric Davis"]
|
||||||
s.rubyforge_project = "redmine_rate" # TODO
|
|
||||||
s.files = FileList[
|
s.files = FileList[
|
||||||
"[A-Z]*",
|
"[A-Z]*",
|
||||||
"init.rb",
|
"init.rb",
|
||||||
@@ -29,9 +28,6 @@ begin
|
|||||||
]
|
]
|
||||||
end
|
end
|
||||||
Jeweler::GemcutterTasks.new
|
Jeweler::GemcutterTasks.new
|
||||||
Jeweler::RubyforgeTasks.new do |rubyforge|
|
|
||||||
rubyforge.doc_task = "rdoc"
|
|
||||||
end
|
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -79,7 +79,6 @@ Gem::Specification.new do |s|
|
|||||||
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/redmine-rate}
|
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/redmine-rate}
|
||||||
s.rdoc_options = ["--charset=UTF-8"]
|
s.rdoc_options = ["--charset=UTF-8"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubyforge_project = %q{redmine_rate}
|
|
||||||
s.rubygems_version = %q{1.3.7}
|
s.rubygems_version = %q{1.3.7}
|
||||||
s.summary = %q{A Rate plugin for Redmine to store billing rate for user.}
|
s.summary = %q{A Rate plugin for Redmine to store billing rate for user.}
|
||||||
s.test_files = [
|
s.test_files = [
|
||||||
|
|||||||
Reference in New Issue
Block a user