# -*- encoding: utf-8 -*- # stub: mattfawcett-ruby-reads-php 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "mattfawcett-ruby-reads-php".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Fawcett".freeze] s.date = "2009-01-24" s.description = "This gem allows you to read a PHP file from within your ruby code to use the constants.".freeze s.email = "mail@matthewfawcett.co.uk".freeze s.files = ["VERSION.yml".freeze, "lib/ruby_reads_php.rb".freeze, "test/fixtures".freeze, "test/fixtures/multiple_constants.php".freeze, "test/fixtures/simple_constant.php".freeze, "test/fixtures/simple_constant_with_double_quotes.php".freeze, "test/fixtures/simple_constant_with_extra_spacing.php".freeze, "test/ruby_reads_php.spec".freeze] s.homepage = "http://github.com/mattfawcett/ruby-reads-php".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A ruby Gem that reads PHP configuration files".freeze end