formula 0.1.5 → 0.1.6

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.
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