1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix fog.gemspec

This commit is contained in:
Rupak Ganguly 2013-01-25 11:32:37 -05:00
parent 50b0dcbe73
commit 99a3cb5c4f
2 changed files with 7 additions and 10 deletions

1
.rvmrc
View file

@ -1 +0,0 @@
rvm use 1.9.2@ruby_fog_os

View file

@ -5,11 +5,10 @@ Gem::Specification.new do |s|
## Leave these as is they will be modified for you by the rake gemspec task. ## 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 ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'hpfog' s.name = 'fog'
s.version = '0.0.19' # fog base 1.8.0 s.version = '1.9.0'
s.date = '2013-01-18' s.date = '2013-01-19'
#s.rubyforge_project = 'fog' s.rubyforge_project = 'fog'
## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long
## as you like. ## as you like.
@ -19,10 +18,9 @@ Gem::Specification.new do |s|
## List the primary authors. If there are a bunch of authors, it's probably ## List the primary authors. If there are a bunch of authors, it's probably
## better to set the email to an email list or something. If you don't have ## better to set the email to an email list or something. If you don't have
## a custom homepage, consider using your GitHub URL or the like. ## a custom homepage, consider using your GitHub URL or the like.
s.authors = ["Hewlett-Packard","geemus (Wesley Beary)"] s.authors = ["geemus (Wesley Beary)"]
s.email = %w{rupak.ganguly@hp.com} s.email = 'geemus@gmail.com'
# s.email = 'geemus@gmail.com' s.homepage = 'http://github.com/fog/fog'
# s.homepage = 'http://github.com/geemus/fog'
## This sections is only necessary if you have C extensions. ## This sections is only necessary if you have C extensions.
# s.require_paths << 'ext' # s.require_paths << 'ext'