gmaps-autocomplete-rails 0.2.0 → 0.3.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.
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmaps-autocomplete-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristian Mandrup
8
+ - Rinas Muhammed
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
12
+ date: 2017-01-01 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
@@ -67,7 +68,9 @@ dependencies:
67
68
  - !ruby/object:Gem::Version
68
69
  version: 1.8.4
69
70
  description: Easily add autocomplete geo-functionality to your Rails app :)
70
- email: kmandrup@gmail.com
71
+ email:
72
+ - kmandrup@gmail.com
73
+ - onerinas@gmail.com
71
74
  executables: []
72
75
  extensions: []
73
76
  extra_rdoc_files:
@@ -109,8 +112,24 @@ files:
109
112
  - spec/spec_helper.rb
110
113
  - spec/test-gmaps-auto-coffee.html
111
114
  - spec/test-gmaps-auto.html
115
+ - vendor/assets/images/ui-bg_flat_0_aaaaaa_40x100.png
116
+ - vendor/assets/images/ui-bg_glass_55_fbf9ee_1x400.png
117
+ - vendor/assets/images/ui-bg_glass_65_ffffff_1x400.png
118
+ - vendor/assets/images/ui-bg_glass_75_dadada_1x400.png
119
+ - vendor/assets/images/ui-bg_glass_75_e6e6e6_1x400.png
120
+ - vendor/assets/images/ui-bg_glass_75_ffffff_1x400.png
121
+ - vendor/assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png
122
+ - vendor/assets/images/ui-bg_inset-soft_95_fef1ec_1x100.png
123
+ - vendor/assets/images/ui-icons_222222_256x240.png
124
+ - vendor/assets/images/ui-icons_2e83ff_256x240.png
125
+ - vendor/assets/images/ui-icons_454545_256x240.png
126
+ - vendor/assets/images/ui-icons_888888_256x240.png
127
+ - vendor/assets/images/ui-icons_cd0a0a_256x240.png
128
+ - vendor/assets/images/ui-icons_f6cf3b_256x240.png
112
129
  - vendor/assets/javascripts/gmaps-auto-complete.coffee
113
130
  - vendor/assets/javascripts/gmaps-auto-complete.js
131
+ - vendor/assets/stylesheets/gmaps-auto-complete.scss
132
+ - vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css
114
133
  homepage: http://github.com/kristianmandrup/gmaps-autocomplete-rails
115
134
  licenses:
116
135
  - MIT