You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2010/10/15 17:42:36 UTC

[PATCH core 3/4] Bumped gem version to 0.0.1

From: Michal Fojtik <mf...@redhat.com>

---
 client/deltacloud-client.gemspec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/deltacloud-client.gemspec b/client/deltacloud-client.gemspec
index 110ad83..6359c4e 100644
--- a/client/deltacloud-client.gemspec
+++ b/client/deltacloud-client.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
   s.email = 'deltacloud-users@lists.fedorahosted.org'
   s.name = 'deltacloud-client'
   s.description = %q{Deltacloud REST Client for API}
-  s.version = '0.0.9.8'
+  s.version = '0.0.1'
   s.summary = %q{Deltacloud REST Client}
   s.files = Dir['Rakefile', 'lib/**/*.rb', 'init.rb', 'bin/deltacloudc']
   s.bindir = 'bin'
-- 
1.7.2.3


Re: [PATCH core 3/4] Bumped gem version to 0.0.1

Posted by Chris Lalancette <cl...@redhat.com>.
On 10/15/10 - 05:42:36PM, mfojtik@redhat.com wrote:
> From: Michal Fojtik <mf...@redhat.com>
> 
> ---
>  client/deltacloud-client.gemspec |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/client/deltacloud-client.gemspec b/client/deltacloud-client.gemspec
> index 110ad83..6359c4e 100644
> --- a/client/deltacloud-client.gemspec
> +++ b/client/deltacloud-client.gemspec
> @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
>    s.email = 'deltacloud-users@lists.fedorahosted.org'
>    s.name = 'deltacloud-client'
>    s.description = %q{Deltacloud REST Client for API}
> -  s.version = '0.0.9.8'
> +  s.version = '0.0.1'
>    s.summary = %q{Deltacloud REST Client}
>    s.files = Dir['Rakefile', 'lib/**/*.rb', 'init.rb', 'bin/deltacloudc']
>    s.bindir = 'bin'

As I think was pointed out elsewhere, this won't work with packaging managers,
since 0.0.9.8 > 0.0.1.  I think we need to bump this to 0.1.0 (which seems
perfectly reasonable to me).

-- 
Chris Lalancette