From dee8b10ae68f8be642064a852bdd5981cb462059 Mon Sep 17 00:00:00 2001 From: Ley Missailidis Date: Sun, 14 Jul 2013 13:39:44 -0300 Subject: [PATCH 1/2] bumps version to .5 --- manifests/init.pp | 2 +- spec/classes/shortcat_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index f46ead1..8294d04 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ # include shortcat class shortcat { package { 'Shortcat': - source => 'http://files.shortcatapp.com/v0.4.3.1/Shortcat.zip', + source => 'http://files.shortcatapp.com/v0.5.0/Shortcat.zip', provider => 'compressed_app' } } diff --git a/spec/classes/shortcat_spec.rb b/spec/classes/shortcat_spec.rb index 57f8abc..ff824cf 100644 --- a/spec/classes/shortcat_spec.rb +++ b/spec/classes/shortcat_spec.rb @@ -3,7 +3,7 @@ describe 'shortcat' do it do should contain_package('Shortcat').with({ - :source => 'http://files.shortcatapp.com/v0.4.3.1/Shortcat.zip', + :source => 'http://files.shortcatapp.com/v0.5.0/Shortcat.zip', :provider => 'compressed_app' }) end From 2dbd9488df3a5758e74705b671c53220c71b2094 Mon Sep 17 00:00:00 2001 From: Ley Missailidis Date: Mon, 4 Nov 2013 22:07:55 -0400 Subject: [PATCH 2/2] revs version --- manifests/init.pp | 2 +- spec/classes/shortcat_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 8294d04..1fd2125 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ # include shortcat class shortcat { package { 'Shortcat': - source => 'http://files.shortcatapp.com/v0.5.0/Shortcat.zip', + source => 'https://files.shortcatapp.com/v0.6.1/Shortcat.zip', provider => 'compressed_app' } } diff --git a/spec/classes/shortcat_spec.rb b/spec/classes/shortcat_spec.rb index ff824cf..021fb98 100644 --- a/spec/classes/shortcat_spec.rb +++ b/spec/classes/shortcat_spec.rb @@ -3,7 +3,7 @@ describe 'shortcat' do it do should contain_package('Shortcat').with({ - :source => 'http://files.shortcatapp.com/v0.5.0/Shortcat.zip', + :source => 'https://files.shortcatapp.com/v0.6.1/Shortcat.zip', :provider => 'compressed_app' }) end