maptastic-form 0.1 → 0.1.1

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.
@@ -0,0 +1,3 @@
1
+ # Include hook code here
2
+ require File.join(File.dirname(__FILE__), *%w[maptastic_form semantic_form_builder])
3
+ Formtastic::SemanticFormHelper.builder = MaptasticForm::SemanticFormBuilder
@@ -0,0 +1,3 @@
1
+ module MaptasticForm
2
+ VERSION = '0.1.1'
3
+ end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maptastic-form
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Matt Hall
@@ -41,8 +42,9 @@ extensions: []
41
42
  extra_rdoc_files: []
42
43
 
43
44
  files:
44
- - lib/maptastic_form/semantic_form_builder.rb
45
- - lib/maptastic_form/version.rb
45
+ - lib/maptastic-form/semantic_form_builder.rb
46
+ - lib/maptastic-form/version.rb
47
+ - lib/maptastic-form.rb
46
48
  - MIT-LICENSE
47
49
  - README.markdown
48
50
  has_rdoc: true
@@ -1,3 +0,0 @@
1
- module MaptasticForm
2
- VERSION = '0.1'
3
- end