From 7edbf676ce2e18a8d4d346fa2889d84eb8f2ecec Mon Sep 17 00:00:00 2001 From: geemus Date: Sat, 17 Jul 2010 16:53:38 -0500 Subject: [PATCH] Release 0.2.15 --- fog.gemspec | 9 +++++++-- lib/fog.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index f90c15af3..3bc8b7e25 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -7,8 +7,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'fog' - s.version = '0.2.14' - s.date = '2010-07-13' + s.version = '0.2.15' + s.date = '2010-07-17' s.rubyforge_project = 'fog' ## Make sure your summary is short. The description may be as long @@ -242,6 +242,11 @@ Gem::Specification.new do |s| lib/fog/linode/requests/avail_distributions.rb lib/fog/linode/requests/avail_kernels.rb lib/fog/linode/requests/avail_linodeplans.rb + lib/fog/linode/requests/avail_stackscripts.rb + lib/fog/linode/requests/linode_create.rb + lib/fog/linode/requests/linode_delete.rb + lib/fog/linode/requests/linode_list.rb + lib/fog/linode/requests/linode_reboot.rb lib/fog/local.rb lib/fog/local/bin.rb lib/fog/local/models/directories.rb diff --git a/lib/fog.rb b/lib/fog.rb index 74915878e..1d4941177 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -40,7 +40,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.2.14' + VERSION = '0.2.15' end module Mock