php_embed_interface 0.1.1 → 0.1.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.
- data/lib/php_embed_interface/version.rb +1 -1
- data/php_embed_interface.gemspec +2 -2
- metadata +5 -5
data/php_embed_interface.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = PHPEI::VERSION
|
9
9
|
gem.authors = ["Keng-ichi Ahagon"]
|
10
10
|
gem.email = ["k.ahagon@n-3.so"]
|
11
|
-
gem.description = %q{interface for
|
12
|
-
gem.summary = %q{interface for
|
11
|
+
gem.description = %q{interface for Ruby to call PHP functions}
|
12
|
+
gem.summary = %q{interface for Ruby to call PHP functions}
|
13
13
|
gem.homepage = %q{https://github.com/oasynnoum/php_embed_interface}
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: php_embed_interface
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-10-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: php_embed
|
16
|
-
requirement: &
|
16
|
+
requirement: &73044880 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,8 +21,8 @@ dependencies:
|
|
21
21
|
version: 0.0.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description: interface for
|
24
|
+
version_requirements: *73044880
|
25
|
+
description: interface for Ruby to call PHP functions
|
26
26
|
email:
|
27
27
|
- k.ahagon@n-3.so
|
28
28
|
executables: []
|
@@ -61,6 +61,6 @@ rubyforge_project:
|
|
61
61
|
rubygems_version: 1.8.11
|
62
62
|
signing_key:
|
63
63
|
specification_version: 3
|
64
|
-
summary: interface for
|
64
|
+
summary: interface for Ruby to call PHP functions
|
65
65
|
test_files:
|
66
66
|
- test/test_phpei.rb
|