sinatra-views 0.4 → 0.4.1
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.
- data/lib/sinatra/views.rb +0 -2
- data/sinatra-views.gemspec +2 -3
- data/test/test_helper.rb +1 -0
- metadata +4 -3
data/lib/sinatra/views.rb
CHANGED
data/sinatra-views.gemspec
CHANGED
|
@@ -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.
|
data/test/test_helper.rb
CHANGED
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:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
|
|
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:
|