formula 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -0
  2. data/lib/formula/version.rb +1 -1
  3. metadata +2 -2
@@ -39,6 +39,7 @@ Formula is a Rails form generator that generates simple clean markup. The projec
39
39
  ...
40
40
  <% end %>
41
41
  <% end %>
42
+ <% end %>
42
43
 
43
44
  == Copyright
44
45
 
@@ -1,3 +1,3 @@
1
1
  module Formula
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kevin Sylvestre