anamo 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b248375e60e38489f546fd888ad95d8ca1e8cd55ca297121ee8b61713f7cb49d
4
- data.tar.gz: a972b4a46d6ba2bcaf52246d7a7127e99464cadf90e9bfd23832055c9cae8c72
3
+ metadata.gz: bf9f1e4e9a224b8d21dc1a308505807dedf13cbace8228c62ad600af2c8d4c81
4
+ data.tar.gz: e4bbdfb3ed8b5e964c25ce7f068ea72abea96160a1deb3419d5dc1c4a665c1e5
5
5
  SHA512:
6
- metadata.gz: 1f022479534a6af3a72588f75f064153d370f5986327c7d73dc522abc29ca13f88af74316765bb1ab22e6555f859a41032372b2fb78e1c876a133b5d5bdd15b4
7
- data.tar.gz: e1ac6b4ff9a71f714c45528681439bc2a3fab7a2cb2194183b5d73e95981dd4d76e4eedc1b34548f5416f85bb2dab00ffba990c67ff3dbb45f8c2d26f687c8dd
6
+ metadata.gz: beea20f667489122e2806b8500f2ded9ea08559b5e0fb54713717c42f371c65a3ad83bb1fa1a9b4ad5f6a10bc0c15585ac922a76cf1d7674a5f46adc239211a8
7
+ data.tar.gz: cdd816ed6ecc1ca14803fa9210ac17b288e13c7c4039d608b5dc522ecd0085d4118ad68f621034c8cc3d35dcf81661e45e7e4f925312d430859ed4df11219222
@@ -52,11 +52,13 @@ module Anamo
52
52
  ret['node']['uname_machine'] = Uname.machine # => The machine hardware type. e.g. "i686"
53
53
  ret['node']['uname_version'] = Uname.version # => The operating system version. e.g. "5.8". Windows includes patch information.
54
54
  ret['node']['uname_release'] = Uname.release # => The operating system release. e.g. "2.2.16-3"
55
- ret['node']['uname_architecture'] = Uname.architecture # => Returns the instruction set architecture. e.g. "sparc"
56
- ret['node']['uname_platform'] = Uname.platform # => The platform identifier. e.g. "SUNW,Sun-Blade-100"
57
- ret['node']['uname_isa_list'] = Uname.isa_list # => List of supported instr. sets, e.g. "amd64 pentium_pro+mmx pentium_pro"
58
- ret['node']['uname_hw_provider'] = Uname.hw_provider # => The name of the hardware manufacturer.
59
- ret['node']['uname_hw_serial_number'] = Uname.hw_provider # => Uname.hw_serial_number # => The hardware serial number
55
+
56
+ #Solaris
57
+ #ret['node']['uname_architecture'] = Uname.architecture # => Returns the instruction set architecture. e.g. "sparc"
58
+ #ret['node']['uname_platform'] = Uname.platform # => The platform identifier. e.g. "SUNW,Sun-Blade-100"
59
+ #ret['node']['uname_isa_list'] = Uname.isa_list # => List of supported instr. sets, e.g. "amd64 pentium_pro+mmx pentium_pro"
60
+ #ret['node']['uname_hw_provider'] = Uname.hw_provider # => The name of the hardware manufacturer.
61
+ #ret['node']['uname_hw_serial_number'] = Uname.hw_provider # => Uname.hw_serial_number # => The hardware serial number
60
62
 
61
63
  puts ret if output
62
64
 
@@ -1,3 +1,3 @@
1
1
  module Anamo
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anamo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anamo, Inc.