webapp 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/lib/webapp.rb +4 -1
  2. data/webapp.gemspec +1 -1
  3. metadata +2 -2
data/lib/webapp.rb CHANGED
@@ -8,7 +8,10 @@ module Webapp
8
8
 
9
9
  %w[lib test config views lib/migrations].each { |dir| mkdir_p "#{application}/#{dir}" }
10
10
 
11
- files = %w[lib/project.rb lib/server.rb Rakefile config.ru config/nginx.conf config/geminstaller.yml test/test_helper.rb]
11
+ files = %w[
12
+ lib/project.rb lib/server.rb Rakefile config.ru config/nginx.conf
13
+ config/geminstaller.yml test/test_helper.rb test/server_test.rb
14
+ ]
12
15
 
13
16
  files.each do |tmpl|
14
17
  template = ERB.new(File.read(File.join(File.dirname(__FILE__), 'templates', tmpl)))
data/webapp.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'webapp'
3
- s.version = '0.0.3'
3
+ s.version = '0.0.4'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary, s.description = 'Cmd that generates a webapp skeleton'
6
6
  s.author = 'George Malamidis'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Malamidis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-28 00:00:00 +00:00
12
+ date: 2010-01-22 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency