php-server 0.0.4 → 0.0.5

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.
@@ -30,7 +30,7 @@ end
30
30
 
31
31
  s = PHPServer::HTTPServer.new option
32
32
 
33
- if File.exists php_configfile
33
+ if File.exist? php_configfile
34
34
  config = File.read php_configfile
35
35
  s.instance_eval config
36
36
  end
@@ -1,4 +1,4 @@
1
1
  module PHPServer
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: php-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: