solokit 0.1.11 → 0.1.12
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.
|
@@ -2,7 +2,7 @@ site_ruby = "/usr/local/lib/ruby/site_ruby/1.8"
|
|
|
2
2
|
|
|
3
3
|
remote_directory "/usr/local/src/shadow-1.4.1" do
|
|
4
4
|
source 'shadow-1.4.1'
|
|
5
|
-
not_if { File.exists?(site_ruby, "#{node[:languages][:ruby][:platform]}/shadow.so")) }
|
|
5
|
+
not_if { File.exists?(File.join(site_ruby, "#{node[:languages][:ruby][:platform]}/shadow.so")) }
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
bash "install ruby shadow library" do
|
|
@@ -13,5 +13,5 @@ bash "install ruby shadow library" do
|
|
|
13
13
|
ruby extconf.rb
|
|
14
14
|
make install
|
|
15
15
|
EOH
|
|
16
|
-
not_if { File.exists?(site_ruby, "/#{node[:languages][:ruby][:platform]}/shadow.so")) }
|
|
16
|
+
not_if { File.exists?(File.join(site_ruby, "/#{node[:languages][:ruby][:platform]}/shadow.so")) }
|
|
17
17
|
end
|
data/lib/solokit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solokit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 12
|
|
10
|
+
version: 0.1.12
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Joakim Kolsj\xC3\xB6"
|