webapp 0.0.5 → 0.0.6

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 -0
  2. data/webapp.gemspec +1 -1
  3. metadata +1 -1
data/lib/webapp.rb CHANGED
@@ -19,6 +19,10 @@ module Webapp
19
19
  end
20
20
 
21
21
  puts "Generated #{application}. Respeck teh web!!1"
22
+ puts 'Next you might want to:'
23
+ puts %Q{`cd #{application} && rake`}
24
+ puts '... or'
25
+ puts %Q{`cd #{application} && ruby lib/server.rb`}
22
26
  end
23
27
  end
24
28
  end
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.5'
3
+ s.version = '0.0.6'
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Malamidis