Sha256: 6e5b2f841e34561559ebb50b6ba8087db1720e3b2f7b3e585689e4e325c6634b
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'php_embed_interface/version' Gem::Specification.new do |gem| gem.name = "php_embed_interface" gem.version = PHPEI::VERSION gem.authors = ["Keng-ichi Ahagon"] gem.email = ["k.ahagon@n-3.so"] gem.description = %q{interface for calling PHP functions} gem.summary = %q{interface for calling PHP functions} gem.homepage = %q{https://github.com/oasynnoum/php_embed_interface} gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency('php_embed', '>=0.0.3') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
php_embed_interface-0.1.1 | php_embed_interface.gemspec |