webapp 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/webapp.rb +1 -0
  2. data/webapp.gemspec +1 -1
  3. metadata +1 -1
data/lib/webapp.rb CHANGED
@@ -15,6 +15,7 @@ module Webapp
15
15
  File.open("#{application}/#{tmpl}", 'w') { |f| f << template.result(binding) }
16
16
  end
17
17
 
18
+ puts "Generated #{application}. Respeck teh web!!1"
18
19
  end
19
20
  end
20
21
  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.1'
3
+ s.version = '0.0.2'
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Malamidis