# -*- encoding: utf-8 -*- # stub: litc 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "litc".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brian Kaney".freeze] s.date = "2009-10-05" s.description = "A tiny ruby module for Amazon EC2 intance metadata".freeze s.email = "brian@vermonster.com".freeze s.executables = ["litc".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/litc".freeze, "lib/litc.rb".freeze, "litc.gemspec".freeze, "test/fixtures/ami-id".freeze, "test/fixtures/ami-launch-index".freeze, "test/fixtures/ami-manifest-path".freeze, "test/fixtures/block-device-mapping".freeze, "test/fixtures/block-device-mapping_ami".freeze, "test/fixtures/block-device-mapping_ephemeral0".freeze, "test/fixtures/block-device-mapping_root".freeze, "test/fixtures/block-device-mapping_swap".freeze, "test/fixtures/hostname".freeze, "test/fixtures/instance-id".freeze, "test/fixtures/instance-type".freeze, "test/fixtures/local-hostname".freeze, "test/fixtures/local-ipv4".freeze, "test/fixtures/placement".freeze, "test/fixtures/placement_availability-zone".freeze, "test/fixtures/public-hostname".freeze, "test/fixtures/public-ipv4".freeze, "test/fixtures/public-keys".freeze, "test/fixtures/reservation-id".freeze, "test/fixtures/security-groups".freeze, "test/fixtures/user-data".freeze, "test/helper.rb".freeze, "test/test_litc.rb".freeze] s.homepage = "http://github.com/bkaney/litc".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A tiny ruby module for Amazon EC2 intance metadata".freeze s.test_files = ["test/helper.rb".freeze, "test/test_litc.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end