phpow 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/phpow/version.rb +1 -1
- data/phpow.gemspec +1 -1
- metadata +2 -2
data/lib/phpow/version.rb
CHANGED
data/phpow.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["danott@me.com"]
|
7
7
|
gem.description = %q{Develop your legacy PHP applications utilizing POW's TLDs on Mac OS X}
|
8
8
|
gem.summary = %q{Having a single TLD for both Rails and PHP development keeps things simple. But both POW and Apache can't listen on port 80. Get around this by running a light weight Rack application in POW as an in-between for Apache/PHP running on a different port.}
|
9
|
-
gem.homepage = ""
|
9
|
+
gem.homepage = "http://github.com/danott/phpow"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phpow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -34,7 +34,7 @@ files:
|
|
34
34
|
- lib/phpow/templates/config.ru
|
35
35
|
- lib/phpow/version.rb
|
36
36
|
- phpow.gemspec
|
37
|
-
homepage:
|
37
|
+
homepage: http://github.com/danott/phpow
|
38
38
|
licenses: []
|
39
39
|
post_install_message:
|
40
40
|
rdoc_options: []
|