webapp 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,5 @@ configure do
8
8
  end
9
9
 
10
10
  get '/' do
11
- 'Hello '
11
+ 'Hello'
12
12
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'webapp'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Malamidis