llab-generators 0.1.4 → 0.1.5

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/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.1.5 Just a bug fix in the css
1
2
  v0.1.4 Now the generators actually work with the lab:<generatorname>
2
3
  v0.1.3 Changed the generator names and bug fixed
3
4
  v0.1.2 Forgot something in the application layout
@@ -1,6 +1,6 @@
1
1
  - title "Edit <%= singular_name.titleize %>"
2
2
 
3
- - form_for @<%= singular_name %> do |f|
3
+ = form_for @<%= singular_name %> do |f|
4
4
  <%= render_form %>
5
5
 
6
6
  <%- if action? :destroy -%>
@@ -1,6 +1,6 @@
1
1
  - title "New <%= singular_name.titleize %>"
2
2
 
3
- - form_for @<%= singular_name %> do |f|
3
+ = form_for @<%= singular_name %> do |f|
4
4
  <%= render_form %>
5
5
 
6
6
  <%- if action? :index -%>
@@ -30,7 +30,7 @@ ul
30
30
  margin-left: 0
31
31
  li
32
32
  padding-left: 20px
33
- background: transparent url(../../images/icons/bullet_black.gif) top left no-repeat
33
+ background: transparent url(../images/icons/bullet_black.gif) top left no-repeat
34
34
 
35
35
  ul.no_bullets
36
36
  li
@@ -144,7 +144,7 @@ textarea
144
144
  .help
145
145
  padding: 0.8em 0.8em 0.8em 1.6em
146
146
  margin-bottom: 1em
147
- background: #fff6bf url(../../images/help_triangle.gif) top left no-repeat
147
+ background: #fff6bf url(../images/help_triangle.gif) top left no-repeat
148
148
  color: #514721
149
149
 
150
150
  .required
@@ -209,7 +209,7 @@ a.negative, button.negative
209
209
  padding: 5px 0
210
210
  background:
211
211
  color: $navbar_background_color
212
- image: url(../../images/navbar_bkg.gif)
212
+ image: url(../images/navbar_bkg.gif)
213
213
  position: center center
214
214
  repeat: repeat-x
215
215
  border:
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{llab-generators}
5
- s.version = "0.1.4"
5
+ s.version = "0.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Luca Tironi"]
9
- s.date = %q{2010-11-17}
9
+ s.date = %q{2010-11-18}
10
10
  s.description = %q{Some useful generators to setup and scaffold Rails applications.}
11
11
  s.email = %q{luca.tironi@gmail.com}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "lib/generators/lab/scaffold/USAGE", "lib/generators/lab/scaffold/scaffold_generator.rb", "lib/generators/lab/scaffold/templates/actions/create.rb", "lib/generators/lab/scaffold/templates/actions/destroy.rb", "lib/generators/lab/scaffold/templates/actions/edit.rb", "lib/generators/lab/scaffold/templates/actions/index.rb", "lib/generators/lab/scaffold/templates/actions/new.rb", "lib/generators/lab/scaffold/templates/actions/show.rb", "lib/generators/lab/scaffold/templates/actions/update.rb", "lib/generators/lab/scaffold/templates/controller.rb", "lib/generators/lab/scaffold/templates/helper.rb", "lib/generators/lab/scaffold/templates/migration.rb", "lib/generators/lab/scaffold/templates/model.rb", "lib/generators/lab/scaffold/templates/views/haml/_form.html.haml", "lib/generators/lab/scaffold/templates/views/haml/edit.html.haml", "lib/generators/lab/scaffold/templates/views/haml/index.html.haml", "lib/generators/lab/scaffold/templates/views/haml/new.html.haml", "lib/generators/lab/scaffold/templates/views/haml/show.html.haml", "lib/generators/lab/setup/USAGE", "lib/generators/lab/setup/setup_generator.rb", "lib/generators/lab/setup/templates/css/_constants.sass", "lib/generators/lab/setup/templates/css/_mixins.sass", "lib/generators/lab/setup/templates/css/blueprint.css", "lib/generators/lab/setup/templates/css/ie.css", "lib/generators/lab/setup/templates/css/print.css", "lib/generators/lab/setup/templates/css/screen.sass", "lib/generators/lab/setup/templates/devise/authorization_rules.rb", "lib/generators/lab/setup/templates/devise/devise_migration.rb", "lib/generators/lab/setup/templates/devise/devise_user.rb", "lib/generators/lab/setup/templates/devise/users_controller.rb", "lib/generators/lab/setup/templates/devise/views/_form.html.haml", "lib/generators/lab/setup/templates/devise/views/change_password.haml", "lib/generators/lab/setup/templates/devise/views/edit.html.haml", "lib/generators/lab/setup/templates/devise/views/forgot_password.haml", "lib/generators/lab/setup/templates/devise/views/index.html.haml", "lib/generators/lab/setup/templates/devise/views/login.haml", "lib/generators/lab/setup/templates/devise/views/new.html.haml", "lib/generators/lab/setup/templates/devise/views/show.html.haml", "lib/generators/lab/setup/templates/images/alert.gif", "lib/generators/lab/setup/templates/images/bullet_black.gif", "lib/generators/lab/setup/templates/images/edit.gif", "lib/generators/lab/setup/templates/images/error.gif", "lib/generators/lab/setup/templates/images/help_triangle.gif", "lib/generators/lab/setup/templates/images/logo_learninglab.gif", "lib/generators/lab/setup/templates/images/navbar_bkg.gif", "lib/generators/lab/setup/templates/images/new.gif", "lib/generators/lab/setup/templates/images/notice.gif", "lib/generators/lab/setup/templates/info_controller.rb", "lib/generators/lab/setup/templates/layout.erb", "lib/generators/lab/setup/templates/layout_helper.rb", "lib/generators/lab/setup/templates/root_index.erb", "lib/generators/lab/setup/templates/sass_config.rb"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llab-generators
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luca Tironi
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-17 00:00:00 +01:00
18
+ date: 2010-11-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency