mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
cleanup gemspec. closes #251
This commit is contained in:
parent
2c30dcafee
commit
a9daa36405
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.specification_version = 2 if s.respond_to? :specification_version=
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.rubygems_version = '1.3.5'
|
||||
|
||||
## Leave these as is they will be modified for you by the rake gemspec task.
|
||||
## If your rubyforge_project name is different, then edit it and comment out
|
||||
|
@ -23,10 +22,6 @@ Gem::Specification.new do |s|
|
|||
s.email = 'geemus@gmail.com'
|
||||
s.homepage = 'http://github.com/geemus/fog'
|
||||
|
||||
## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as
|
||||
## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
|
||||
s.require_paths = %w[lib]
|
||||
|
||||
## This sections is only necessary if you have C extensions.
|
||||
# s.require_paths << 'ext'
|
||||
# s.extensions = %w[ext/extconf.rb]
|
||||
|
|
Loading…
Reference in a new issue