os_platform 0.0.2.pre.1 → 0.0.2.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/os_platform/platform/linux.rb +1 -1
- data/lib/os_platform/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e91abdd14f98a7c5a1bb521160cf3bc49b262be
|
4
|
+
data.tar.gz: 23117ea467cd302486d4744bee40817fb6eaa4be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5831192dfa0e28ab09db4ae01fae4a7452a86f559765cacb21cd5a3ab8a9ed9e046d197db3f5d12dc1571d9d65d2ebbf938924bc3bdbc68fa3794c8faf2a11c2
|
7
|
+
data.tar.gz: c2c04d8ce6ff00f9e77af7ce56e911ba1be43395869330a73b0cd833a8b2b5d977fae28a56a900207171fe6fe44823bd8aac788632e59b9cf3653a667bfd11d2
|
@@ -94,7 +94,7 @@ module OSPlatform
|
|
94
94
|
when /debian/, /ubuntu/, /linuxmint/, /raspbian/
|
95
95
|
@platform_family = "debian"
|
96
96
|
when /fedora/, /pidora/
|
97
|
-
|
97
|
+
@platform_family = "fedora"
|
98
98
|
when /oracle/, /centos/, /redhat/, /scientific/, /enterpriseenterprise/, /amazon/, /xenserver/, /cloudlinux/, /ibm_powerkvm/, /parallels/ # Note that 'enterpriseenterprise' is oracle's LSB "distributor ID"
|
99
99
|
@platform_family = "rhel"
|
100
100
|
when /suse/
|
data/lib/os_platform/version.rb
CHANGED