Sha256: a858ca79b8849479ca28d57ecd231494421610fa243b13abafcc3f6a3bf1e9e5

Contents?: true

Size: 839 Bytes

Versions: 1

Compression:

Stored size: 839 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 Ruby to call PHP functions}
  gem.summary       = %q{interface for Ruby to call 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.2 php_embed_interface.gemspec