merb-haml 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/merb-haml/version.rb +1 -1
  2. metadata +26 -26
@@ -1,5 +1,5 @@
1
1
  module Merb
2
2
  module Haml
3
- VERSION = '1.1.2'.freeze
3
+ VERSION = '1.1.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-haml
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yehuda Katz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-17 00:00:00 +01:00
18
+ date: 2010-07-11 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 23
29
+ hash: 21
30
30
  segments:
31
31
  - 1
32
32
  - 1
33
- - 2
34
- version: 1.1.2
33
+ - 3
34
+ version: 1.1.3
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -79,43 +79,43 @@ extra_rdoc_files:
79
79
  files:
80
80
  - Generators
81
81
  - Rakefile
82
+ - lib/merb-haml/merbtasks.rb
83
+ - lib/merb-haml/version.rb
84
+ - lib/merb-haml/template.rb
82
85
  - lib/generators/controller.rb
83
- - lib/generators/layout.rb
84
- - lib/generators/resource_controller.rb
85
86
  - lib/generators/templates/controller/app/views/%file_name%/index.html.haml
86
- - lib/generators/templates/layout/app/views/layout/%file_name%.html.haml
87
- - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/edit.html.haml
88
- - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/index.html.haml
89
- - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/new.html.haml
90
- - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/show.html.haml
91
- - lib/generators/templates/resource_controller/datamapper/app/views/%file_name%/edit.html.haml
92
87
  - lib/generators/templates/resource_controller/datamapper/app/views/%file_name%/index.html.haml
88
+ - lib/generators/templates/resource_controller/datamapper/app/views/%file_name%/edit.html.haml
93
89
  - lib/generators/templates/resource_controller/datamapper/app/views/%file_name%/new.html.haml
94
90
  - lib/generators/templates/resource_controller/datamapper/app/views/%file_name%/show.html.haml
95
- - lib/generators/templates/resource_controller/none/app/views/%file_name%/edit.html.haml
96
91
  - lib/generators/templates/resource_controller/none/app/views/%file_name%/index.html.haml
92
+ - lib/generators/templates/resource_controller/none/app/views/%file_name%/edit.html.haml
97
93
  - lib/generators/templates/resource_controller/none/app/views/%file_name%/new.html.haml
98
94
  - lib/generators/templates/resource_controller/none/app/views/%file_name%/show.html.haml
99
- - lib/generators/templates/resource_controller/sequel/app/views/%file_name%/edit.html.haml
100
95
  - lib/generators/templates/resource_controller/sequel/app/views/%file_name%/index.html.haml
96
+ - lib/generators/templates/resource_controller/sequel/app/views/%file_name%/edit.html.haml
101
97
  - lib/generators/templates/resource_controller/sequel/app/views/%file_name%/new.html.haml
102
98
  - lib/generators/templates/resource_controller/sequel/app/views/%file_name%/show.html.haml
103
- - lib/merb-haml/merbtasks.rb
104
- - lib/merb-haml/template.rb
105
- - lib/merb-haml/version.rb
99
+ - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/index.html.haml
100
+ - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/edit.html.haml
101
+ - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/new.html.haml
102
+ - lib/generators/templates/resource_controller/activerecord/app/views/%file_name%/show.html.haml
103
+ - lib/generators/templates/layout/app/views/layout/%file_name%.html.haml
104
+ - lib/generators/resource_controller.rb
105
+ - lib/generators/layout.rb
106
106
  - lib/merb-haml.rb
107
+ - spec/spec.opts
108
+ - spec/spec_helper.rb
107
109
  - spec/controllers/haml.rb
108
110
  - spec/controllers/views/capture_haml/index.html.haml
109
111
  - spec/controllers/views/concat_haml/index.html.haml
110
- - spec/controllers/views/haml_config/index.html.haml
111
112
  - spec/controllers/views/haml_controller/index.html.haml
112
- - spec/controllers/views/partial_haml/_partial_haml.html.haml
113
- - spec/controllers/views/partial_haml/index.html.haml
114
- - spec/controllers/views/partial_ivars/_partial_haml.html.haml
115
113
  - spec/controllers/views/partial_ivars/index.html.haml
114
+ - spec/controllers/views/partial_ivars/_partial_haml.html.haml
115
+ - spec/controllers/views/haml_config/index.html.haml
116
+ - spec/controllers/views/partial_haml/index.html.haml
117
+ - spec/controllers/views/partial_haml/_partial_haml.html.haml
116
118
  - spec/haml_spec.rb
117
- - spec/spec.opts
118
- - spec/spec_helper.rb
119
119
  - README
120
120
  - LICENSE
121
121
  - TODO