--- !ruby/object:Gem::Specification name: ruby-lvm-attrib version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Matthew Kent autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDMjCCAhqgAwIBAgIBADANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVta2Vu dDEYMBYGCgmSJomT8ixkARkWCG1hZ29henVsMRMwEQYKCZImiZPyLGQBGRYDY29t MB4XDTA4MDcyODA0NTIzMVoXDTA5MDcyODA0NTIzMVowPzEOMAwGA1UEAwwFbWtl bnQxGDAWBgoJkiaJk/IsZAEZFghtYWdvYXp1bDETMBEGCgmSJomT8ixkARkWA2Nv bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK9kASXLzL37znIcJoWH lE6LYK9Drf9/tTP0aMJBRwzFAL6NP4KCDTSbzRcurb2gqJI5Hz7wJBm7QQaw7jnx F+wUWEUnXF9v8BIpruFpIM+VHIMaj4h5ifSOh7lOARCn0tBHYYadxlyHhj+cROCf h8SPXUQ7Otsba/8tIjYZTh+tiru7hZApAXZRZOiGPjARwuqvcWYYstbxWOyG5hAB QHdhJD1nv03uHuCR0S/FpLmDM+REEh2PAXbvJIMkBJJ+2KP+7oWwU95/pclnEXE/ e0qKZkVsaszihkvh1loxlKhU/sV0Sjo+LJ/fM7SR1a9WzSw1c1C/5Twjmq6jnaLG ZGECAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFGhf 2WxIO89iFR2KfqyyXeWlUsBMMA0GCSqGSIb3DQEBBQUAA4IBAQAyvET0KFjr4Ars HvOFhZOer5jWTfGDUcKB8oOfLhbs7PANVNv0BARxgH0Dj95kTcIfSvQLWfv5OmqC AT3P6hPV6WbRCJOGPy0jeZcKWgPepl8vqnBciqzB8beBXmYmEe097MNvnlZptqU5 If5GWrjlRoeYpRDNpMpaN4UFxsb/I4MGYvbnrEVc6Ev1ztgK5Kci8oYcINjUhCls EOmi6kiwQNdHUW0XLqwGanEip196lyE5IHRylQ5UiwYI0T4hDSc9f0SE+dzENdFw doMOs6odERAAmX+M7PQ4i3Zvs+Jv9SazZBcl8+sohZL3I5A1fkNQXts1hV6TObce T6VhSPds -----END CERTIFICATE----- date: 2008-07-27 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.0 version: description: This is a list of attributes for lvm objects. They are generated from the source code and broken down by version. At their core these files exist to determine which arguments to pass lvs/vgs/pvs and the subsequent type conversions. Currently this is split from the main ruby-lvm gem since these files require updating to follow LVM2 releases. email: - mkent@magoazul.com executables: - generate_field_data extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.txt - Todo.txt files: - History.txt - Manifest.txt - README.txt - Rakefile - Todo.txt - bin/generate_field_data - lib/lvm/attributes.rb - lib/lvm/attributes/2.02.26/lvs.yaml - lib/lvm/attributes/2.02.26/lvsseg.yaml - lib/lvm/attributes/2.02.26/pvs.yaml - lib/lvm/attributes/2.02.26/pvsseg.yaml - lib/lvm/attributes/2.02.26/vgs.yaml - lib/lvm/attributes/2.02.27/lvs.yaml - lib/lvm/attributes/2.02.27/lvsseg.yaml - lib/lvm/attributes/2.02.27/pvs.yaml - lib/lvm/attributes/2.02.27/pvsseg.yaml - lib/lvm/attributes/2.02.27/vgs.yaml - lib/lvm/attributes/2.02.29/lvs.yaml - lib/lvm/attributes/2.02.29/lvsseg.yaml - lib/lvm/attributes/2.02.29/pvs.yaml - lib/lvm/attributes/2.02.29/pvsseg.yaml - lib/lvm/attributes/2.02.29/vgs.yaml - lib/lvm/attributes/2.02.30/lvs.yaml - lib/lvm/attributes/2.02.30/lvsseg.yaml - lib/lvm/attributes/2.02.30/pvs.yaml - lib/lvm/attributes/2.02.30/pvsseg.yaml - lib/lvm/attributes/2.02.30/vgs.yaml - test/test_ruby-lvm-attributes.rb has_rdoc: true homepage: http://ruby-lvm-attrib.rubyforge.org post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: ruby-lvm-attrib rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: This is a list of attributes for lvm objects test_files: - test/test_ruby-lvm-attributes.rb