Skip to content

Commit

Permalink
Remove old Jeweler stuff, add Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed May 19, 2011
1 parent ac7f0d9 commit 1f83704
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ doc/*
pkg/*
*.gem
.idea
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :gemcutter

gemspec
19 changes: 0 additions & 19 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
require './lib/cloudfiles.rb'

begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "cloudfiles"
gemspec.summary = "A Ruby API into Rackspace Cloud Files"
gemspec.description = "A Ruby version of the Rackspace Cloud Files API."
gemspec.email = "minter@lunenburg.org"
gemspec.homepage = "http://www.rackspacecloud.com/cloud_hosting_products/files"
gemspec.authors = ["H. Wade Minter", "Rackspace Hosting"]
gemspec.add_dependency('mime-types', '>= 1.16')
gemspec.add_development_dependency "mocha", "~> 0.9.8"
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install jeweler"
end

namespace :test do
desc 'Check test coverage'
task :coverage do
Expand Down
6 changes: 1 addition & 5 deletions cloudfiles.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Generated by jeweler
# 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|
s.name = %q{cloudfiles}
s.version = "1.4.16"
Expand All @@ -21,6 +16,7 @@ Gem::Specification.new do |s|
"CHANGELOG",
"CONTRIBUTORS",
"COPYING",
"Gemfile",
"README.rdoc",
"Rakefile",
"TODO",
Expand Down

0 comments on commit 1f83704

Please sign in to comment.