wbzyl-sinatra-maruku 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
3
- :major: 0
4
2
  :minor: 1
3
+ :patch: 1
4
+ :major: 0
@@ -8,8 +8,8 @@ module Sinatra
8
8
  end
9
9
 
10
10
  private
11
- def render_maruku(template, data, options, locals, &block)
12
- maruku_src = render_erb(template, data, options, locals, &block)
11
+ def render_maruku(data, options, locals, &block)
12
+ maruku_src = render_erb(data, options, locals, &block)
13
13
  instance = ::Maruku.new(maruku_src, options)
14
14
  if block_given?
15
15
  # render layout
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sinatra-maruku}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Wlodek Bzyl"]
9
- s.date = %q{2009-05-23}
9
+ s.date = %q{2009-06-29}
10
10
  s.description = %q{}
11
11
  s.email = %q{matwb@univ.gda.pl}
12
12
  s.extra_rdoc_files = [
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  s.homepage = %q{http://github.com/wbzyl/sinatra-maruku}
38
38
  s.rdoc_options = ["--charset=UTF-8"]
39
39
  s.require_paths = ["lib"]
40
- s.rubygems_version = %q{1.3.3}
40
+ s.rubygems_version = %q{1.3.4}
41
41
  s.summary = %q{An extension providing Maruku templates for Sinatra applications.}
42
42
  s.test_files = [
43
43
  "test/test_helper.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbzyl-sinatra-maruku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wlodek Bzyl
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-23 00:00:00 -07:00
12
+ date: 2009-06-29 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency