slim-rails 0.1.1 → 0.1.2

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.
@@ -1,8 +1,8 @@
1
1
  h1 Editing <%= singular_table_name %>
2
2
 
3
- = render 'form'
3
+ == render 'form'
4
4
 
5
5
  = link_to 'Show', @<%= singular_table_name %>
6
- \|
6
+ `|
7
7
  = link_to 'Back', <%= index_helper %>_path
8
8
 
@@ -1,5 +1,5 @@
1
1
  h1 New <%= singular_table_name %>
2
2
 
3
- = render 'form'
3
+ == render 'form'
4
4
 
5
5
  = link_to 'Back', <%= index_helper %>_path
@@ -7,5 +7,5 @@ p
7
7
  <% end -%>
8
8
 
9
9
  = link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>)
10
- \|
10
+ `|
11
11
  = link_to 'Back', <%= index_helper %>_path
@@ -1,5 +1,5 @@
1
1
  module Slim
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
data/slim-rails.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{slim-rails}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leonardo Almeida"]
12
- s.date = %q{2010-11-04}
12
+ s.date = %q{2010-11-05}
13
13
  s.description = %q{Provide generators for Rails 3}
14
14
  s.email = %q{lalmeida08@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leonardo Almeida
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-04 00:00:00 -02:00
17
+ date: 2010-11-05 00:00:00 -02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20