sinatra-views 0.4 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,3 @@
1
- require 'sinatra'
2
-
3
1
  module Sinatra
4
2
  module Views
5
3
 
@@ -1,12 +1,11 @@
1
1
  # encoding: utf-8
2
2
 
3
- require 'lib/version'
4
-
5
3
  Gem::Specification.new do |s|
6
4
  s.name = "sinatra-views"
7
- s.version = 0.4
5
+ s.version = "0.4.1"
8
6
  s.authors = ["Florian Gilcher"]
9
7
  s.email = "florian.gilcher@asquera.de"
8
+ s.homepage = "http://github.com/Asquera/sinatra-views"
10
9
  s.summary = "Sinatra Plugin to provide a View layer to Sinatra."
11
10
  s.description = <<-DESC
12
11
  Sinatra Plugin to provide a View layer to Sinatra.
@@ -1,5 +1,6 @@
1
1
  require 'rack/test'
2
2
  require 'riot'
3
+ require 'sinatra/base'
3
4
 
4
5
  # Specify your app using the #app helper inside a context.
5
6
  # If you don't specify one, Riot::Rack will recursively look for a config.ru file.
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-views
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- version: "0.4"
9
+ - 1
10
+ version: 0.4.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Florian Gilcher
@@ -49,7 +50,7 @@ files:
49
50
  - Rakefile
50
51
  - LICENSE
51
52
  has_rdoc: true
52
- homepage:
53
+ homepage: http://github.com/Asquera/sinatra-views
53
54
  licenses: []
54
55
 
55
56
  post_install_message: