dust-deploy 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/changelog.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =============
3
3
 
4
+ 0.10.4
5
+
6
+ - cjdroute supports archlinux (and possibly gentoo) as well
7
+
8
+
4
9
  0.10.3
5
10
  ------------
6
11
 
@@ -105,12 +105,10 @@ class Cjdroute< Recipe
105
105
  return false unless @node.install_package 'build-essential', :indent => 2
106
106
  return false unless @node.install_package 'psmisc', :indent => 2
107
107
  return false unless @node.install_package 'coreutils', :indent => 2
108
- elsif @node.uses_rpm?
108
+ else
109
109
  return false unless @node.install_package 'git', :indent => 2
110
110
  return false unless @node.install_package 'gcc', :indent => 2
111
111
  return false unless @node.install_package 'make', :indent => 2
112
- else
113
- return ::Dust.print_failed 'sorry, your os is not supported by this script'
114
112
  end
115
113
 
116
114
  puts
data/lib/dust/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dust
2
- VERSION = "0.10.3"
2
+ VERSION = "0.10.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 10
8
- - 3
9
- version: 0.10.3
8
+ - 4
9
+ version: 0.10.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - kris kechagia