php_embed 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module PhpEmbed
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/php_embed.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
14
14
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
15
15
  gem.name = "php_embed"
16
- gem.require_paths = ['ext/php_embed/', 'ext/php_embed/']
16
+ gem.require_paths = ['lib']
17
17
  gem.version = PhpEmbed::VERSION
18
18
 
19
19
  end
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.0.1
4
+ version: 0.0.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: 2012-08-29 00:00:00.000000000 Z
12
+ date: 2012-09-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: execute PHP code in Ruby code
15
15
  email:
@@ -35,8 +35,7 @@ licenses: []
35
35
  post_install_message:
36
36
  rdoc_options: []
37
37
  require_paths:
38
- - ext/php_embed/
39
- - ext/php_embed/
38
+ - lib
40
39
  required_ruby_version: !ruby/object:Gem::Requirement
41
40
  none: false
42
41
  requirements: