Skip to content

Commit

Permalink
stopped using jeweller in favour of user generated gem specification …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
ksylvest committed Dec 29, 2010
1 parent 1656422 commit f4f7f9d
Showing 1 changed file with 11 additions and 38 deletions.
49 changes: 11 additions & 38 deletions pdf-my-url.gemspec
@@ -1,42 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
$:.push File.join(File.dirname(__FILE__), 'lib')
require "pdf-my-url/version"

Gem::Specification.new do |s|
s.name = %q{pdf-my-url}
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kevin Sylvestre"]
s.date = %q{2010-07-19}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
".gitignore",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"init.rb",
"lib/pdf-my-url.rb",
"pdf-my-url.gemspec"
]
s.homepage = %q{http://github.com/ksylvest/pdf-my-url}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A basic ruby-on-rails interface to http://pdfmyurl.com/}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
s.name = "pdf-my-url"
s.version = PdfMyUrl::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Kevin Sylvestre"]
s.email = ["kevin@ksylvest.com"]
s.homepage = "http://github.com/ksylvest/pdf-my-url"
s.summary = "A basic ruby-on-rails interface to http://pdfmyurl.com/"
s.description = "PDF my URL is a Ruby on Rails view helper for easily creating attachments from the online web service with the same name."
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.rdoc LICENSE Gemfile)
end

0 comments on commit f4f7f9d

Please sign in to comment.