php_embed 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: php_embed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-02 00:00:00.000000000 Z
12
+ date: 2013-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -60,12 +60,15 @@ files:
60
60
  - ext/php_embed/convert.h
61
61
  - ext/php_embed/extconf.rb
62
62
  - ext/php_embed/php.c
63
+ - ext/php_embed/php.ini
64
+ - ext/php_embed/php_embed.h
63
65
  - ext/php_embed/value.c
64
66
  - ext/php_embed/value.h
65
67
  - lib/php_embed.rb
66
68
  - lib/php_embed/version.rb
67
69
  - php_embed.gemspec
68
70
  - spec/php_spec.rb
71
+ - spec/require.php
69
72
  - spec/value_spec.rb
70
73
  homepage: https://github.com/do-aki/php_embed
71
74
  licenses: []
@@ -94,4 +97,5 @@ specification_version: 3
94
97
  summary: execute PHP code in Ruby code
95
98
  test_files:
96
99
  - spec/php_spec.rb
100
+ - spec/require.php
97
101
  - spec/value_spec.rb