haml_formtastic_scaffold 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008 [name of plugin creator]
1
+ Copyright (c) 2010 [Matthew A. Soldo]
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,7 +1,7 @@
1
1
  - semantic_form_for(<%= singular_name %>) do |f|
2
- = f.inputs do
2
+ - f.inputs do
3
3
  <% for attribute in attributes -%>
4
4
  = f.input :<%= attribute.name %>
5
5
  <% end -%>
6
- = f.buttons
6
+ - f.buttons
7
7
  = form.commit_button
@@ -2,7 +2,7 @@ module HamlFormtasticScaffold
2
2
  class Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Soldo