rails_admin_map_field 0.0.2 → 0.0.3

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/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
@@ -1,7 +1,7 @@
1
1
  = form.send :text_field, field.address_field, id: field.address_dom_name
2
2
  #map
3
- = form.send :hidden, field.lat_field, id: field.lat_dom_name
4
- = form.send :hidden, field.lng_field, id: field.lng_dom_name
3
+ = form.send :hidden_field, field.lat_field, id: field.lat_dom_name
4
+ = form.send :hidden_field, field.lng_field, id: field.lng_dom_name
5
5
 
6
6
  javascript:
7
7
  window.address = "#{field.address_dom_name}";
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
 
14
14
 
15
15
  s.name = "rails_admin_map_field"
16
- s.version = "0.0.2"
16
+ s.version = "0.0.3"
17
17
  s.platform = Gem::Platform::RUBY
18
18
  s.authors = ["Keito Aino"]
19
19
  s.email = ["keitoaino@gmail.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_map_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,14 +83,15 @@ executables: []
83
83
  extensions: []
84
84
  extra_rdoc_files: []
85
85
  files:
86
+ - .gitignore
86
87
  - README.md
87
88
  - app/assets/javascript/map.coffee
88
89
  - app/assets/stylesheets/map.css.sass
89
90
  - app/views/rails_admin/main/_form_map.html.slim
90
- - gem.gemspec
91
91
  - lib/rails_admin_map_field.rb
92
92
  - lib/rails_admin_map_field/engine.rb
93
93
  - lib/rails_admin_map_field/rails_admin/config/fields/types/map.rb
94
+ - rails_admin_map_field.gemspec
94
95
  homepage: http://github.com/keitoaino/
95
96
  licenses: []
96
97
  post_install_message: