autocomplete_zipcode 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -3
  3. data/lib/autocomplete_zipcode/version.rb +1 -1
  4. data/vendor/assets/javascripts/autocomplete_zipcode.js +1 -1
  5. metadata +2 -99
  6. data/example/.gitignore +0 -21
  7. data/example/Gemfile +0 -55
  8. data/example/Gemfile.lock +0 -184
  9. data/example/README.md +0 -24
  10. data/example/Rakefile +0 -6
  11. data/example/app/assets/config/manifest.js +0 -3
  12. data/example/app/assets/images/.keep +0 -0
  13. data/example/app/assets/javascripts/addresses.coffee +0 -3
  14. data/example/app/assets/javascripts/application.js +0 -26
  15. data/example/app/assets/javascripts/cable.js +0 -13
  16. data/example/app/assets/javascripts/channels/.keep +0 -0
  17. data/example/app/assets/stylesheets/addresses.scss +0 -3
  18. data/example/app/assets/stylesheets/application.css +0 -15
  19. data/example/app/assets/stylesheets/scaffolds.scss +0 -89
  20. data/example/app/channels/application_cable/channel.rb +0 -4
  21. data/example/app/channels/application_cable/connection.rb +0 -4
  22. data/example/app/controllers/addresses_controller.rb +0 -74
  23. data/example/app/controllers/application_controller.rb +0 -3
  24. data/example/app/controllers/concerns/.keep +0 -0
  25. data/example/app/helpers/addresses_helper.rb +0 -2
  26. data/example/app/helpers/application_helper.rb +0 -2
  27. data/example/app/jobs/application_job.rb +0 -2
  28. data/example/app/mailers/application_mailer.rb +0 -4
  29. data/example/app/models/address.rb +0 -2
  30. data/example/app/models/application_record.rb +0 -3
  31. data/example/app/models/concerns/.keep +0 -0
  32. data/example/app/views/addresses/_address.json.jbuilder +0 -2
  33. data/example/app/views/addresses/_form.html.erb +0 -18
  34. data/example/app/views/addresses/edit.html.erb +0 -6
  35. data/example/app/views/addresses/index.html.erb +0 -33
  36. data/example/app/views/addresses/index.json.jbuilder +0 -1
  37. data/example/app/views/addresses/new.html.erb +0 -5
  38. data/example/app/views/addresses/show.html.erb +0 -24
  39. data/example/app/views/addresses/show.json.jbuilder +0 -1
  40. data/example/app/views/layouts/application.html.erb +0 -14
  41. data/example/app/views/layouts/mailer.html.erb +0 -13
  42. data/example/app/views/layouts/mailer.text.erb +0 -1
  43. data/example/bin/bundle +0 -3
  44. data/example/bin/rails +0 -9
  45. data/example/bin/rake +0 -9
  46. data/example/bin/setup +0 -34
  47. data/example/bin/spring +0 -17
  48. data/example/bin/update +0 -29
  49. data/example/config.ru +0 -5
  50. data/example/config/application.rb +0 -15
  51. data/example/config/boot.rb +0 -3
  52. data/example/config/cable.yml +0 -9
  53. data/example/config/database.yml +0 -25
  54. data/example/config/environment.rb +0 -5
  55. data/example/config/environments/development.rb +0 -54
  56. data/example/config/environments/production.rb +0 -86
  57. data/example/config/environments/test.rb +0 -42
  58. data/example/config/initializers/application_controller_renderer.rb +0 -6
  59. data/example/config/initializers/assets.rb +0 -11
  60. data/example/config/initializers/backtrace_silencers.rb +0 -7
  61. data/example/config/initializers/cookies_serializer.rb +0 -5
  62. data/example/config/initializers/filter_parameter_logging.rb +0 -4
  63. data/example/config/initializers/inflections.rb +0 -16
  64. data/example/config/initializers/mime_types.rb +0 -4
  65. data/example/config/initializers/new_framework_defaults.rb +0 -24
  66. data/example/config/initializers/session_store.rb +0 -3
  67. data/example/config/initializers/simple_form.rb +0 -169
  68. data/example/config/initializers/wrap_parameters.rb +0 -14
  69. data/example/config/locales/en.yml +0 -23
  70. data/example/config/locales/simple_form.en.yml +0 -31
  71. data/example/config/puma.rb +0 -47
  72. data/example/config/routes.rb +0 -4
  73. data/example/config/secrets.yml +0 -22
  74. data/example/config/spring.rb +0 -6
  75. data/example/db/migrate/20170425234824_create_addresses.rb +0 -13
  76. data/example/db/schema.rb +0 -25
  77. data/example/db/seeds.rb +0 -7
  78. data/example/lib/assets/.keep +0 -0
  79. data/example/lib/tasks/.keep +0 -0
  80. data/example/lib/templates/erb/scaffold/_form.html.erb +0 -13
  81. data/example/log/.keep +0 -0
  82. data/example/public/404.html +0 -67
  83. data/example/public/422.html +0 -67
  84. data/example/public/500.html +0 -66
  85. data/example/public/apple-touch-icon-precomposed.png +0 -0
  86. data/example/public/apple-touch-icon.png +0 -0
  87. data/example/public/favicon.ico +0 -0
  88. data/example/public/robots.txt +0 -5
  89. data/example/test/controllers/.keep +0 -0
  90. data/example/test/controllers/addresses_controller_test.rb +0 -48
  91. data/example/test/fixtures/.keep +0 -0
  92. data/example/test/fixtures/addresses.yml +0 -13
  93. data/example/test/fixtures/files/.keep +0 -0
  94. data/example/test/helpers/.keep +0 -0
  95. data/example/test/integration/.keep +0 -0
  96. data/example/test/mailers/.keep +0 -0
  97. data/example/test/models/.keep +0 -0
  98. data/example/test/models/address_test.rb +0 -7
  99. data/example/test/test_helper.rb +0 -10
  100. data/example/tmp/.keep +0 -0
  101. data/example/vendor/assets/javascripts/.keep +0 -0
  102. data/example/vendor/assets/stylesheets/.keep +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80a0dae6b23729364949a833b8072dbfaa75a587
4
- data.tar.gz: 955c6d77c5efb151d998e2ec17f2b73f88d2bd29
3
+ metadata.gz: 58379c76f97826e278472b58d8d8904d1d3b3cf8
4
+ data.tar.gz: a1bc433c466b0e5caaf3381c1813b09b3ae1d845
5
5
  SHA512:
6
- metadata.gz: c690142e7826bfdd683ff77833801ea46c6bfcab0360373bae7991809845f2039e5bb125173d20d03cecf98d417f1a696f8d8f523923c320b2f6034c1b1479b4
7
- data.tar.gz: 74b0616c607da31c3dc02f5c47b56808161de998ddf4314a6c1792556c339bd6b95f49f6744f52b690bfce14fa05523830e8b2345e89608f51955d86a39a28ba
6
+ metadata.gz: b3053dbf7498549a23a62616ce92511985aacf255221dbb09ff3a3a90f3de266235b6caeaf5574df567471bb6410bad3aef357f23036ab0899d97084df2c1c44
7
+ data.tar.gz: 6cf37a029a4c301b1d15a0e55bdd3746828d6f5b6c1e167e0e531bc64cdfd92f17e38b75afa093f4c8828b9eedb17100469384b3362226fe74c8c16290386413
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  This gem was built to "automagically" fills an address form, for Rails version >= 3.1.
4
4
 
5
+ ## Try it
6
+
7
+ [HerokuApp](http://autocompletezipcode.herokuapp.com)
5
8
 
6
9
  ## Installation
7
10
 
@@ -30,7 +33,7 @@ In app/assets/javascripts/application.js, you should add as follows:
30
33
  Basic Example:
31
34
 
32
35
  ```erb
33
- <%= simple_form_for :example do | f | %>
36
+ <%= simple_form_for :example do |f| %>
34
37
  ...
35
38
  <%= f.input :zipcode, as: :zipcode %>
36
39
  <%= f.input :street, as: :street %>
@@ -44,7 +47,7 @@ Basic Example:
44
47
  If you are not using simple_form, then simply add the `data-provider="zipcode"` and the other fields name to the input field yourself.
45
48
 
46
49
  ```erb
47
- <%= form_for :example do | f | %>
50
+ <%= form_for :example do |f| %>
48
51
  ...
49
52
  <%= f.text_field :zipcode, data: {provider: :zipcode} %>
50
53
  <%= f.text_field :street, data: {provider: :street} %>
@@ -64,7 +67,8 @@ document.addEventListener('zipcode.error', function(e) {
64
67
 
65
68
  ## Sample projects
66
69
 
67
- For an example, take a look at the `example` folder in this repository.
70
+ For an example, take a look at [this repository](https://github.com/marcelobarreto/autocomplete_zipcode_example).
71
+
68
72
 
69
73
  ## Contributing
70
74
 
@@ -1,3 +1,3 @@
1
1
  module AutocompleteZicode
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.2.1"
3
3
  end
@@ -3,7 +3,7 @@ var ready = function() {
3
3
  zipcode_input.keyup(function(e){
4
4
  var zipcode = zipcode_input.val().replace(/[^0-9]/g, '');
5
5
  if(zipcode.length == 8) {
6
- $.get('http://viacep.com.br/ws/'+ zipcode +'/json/').then(function(response) {
6
+ $.get('https://viacep.com.br/ws/'+ zipcode +'/json/').then(function(response) {
7
7
  if (response.erro) {
8
8
  var event = new Event('zipcode.error');
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autocomplete_zipcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Barreto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-26 00:00:00.000000000 Z
11
+ date: 2017-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,103 +54,6 @@ files:
54
54
  - autocomplete_zipcode.gemspec
55
55
  - bin/console
56
56
  - bin/setup
57
- - example/.gitignore
58
- - example/Gemfile
59
- - example/Gemfile.lock
60
- - example/README.md
61
- - example/Rakefile
62
- - example/app/assets/config/manifest.js
63
- - example/app/assets/images/.keep
64
- - example/app/assets/javascripts/addresses.coffee
65
- - example/app/assets/javascripts/application.js
66
- - example/app/assets/javascripts/cable.js
67
- - example/app/assets/javascripts/channels/.keep
68
- - example/app/assets/stylesheets/addresses.scss
69
- - example/app/assets/stylesheets/application.css
70
- - example/app/assets/stylesheets/scaffolds.scss
71
- - example/app/channels/application_cable/channel.rb
72
- - example/app/channels/application_cable/connection.rb
73
- - example/app/controllers/addresses_controller.rb
74
- - example/app/controllers/application_controller.rb
75
- - example/app/controllers/concerns/.keep
76
- - example/app/helpers/addresses_helper.rb
77
- - example/app/helpers/application_helper.rb
78
- - example/app/jobs/application_job.rb
79
- - example/app/mailers/application_mailer.rb
80
- - example/app/models/address.rb
81
- - example/app/models/application_record.rb
82
- - example/app/models/concerns/.keep
83
- - example/app/views/addresses/_address.json.jbuilder
84
- - example/app/views/addresses/_form.html.erb
85
- - example/app/views/addresses/edit.html.erb
86
- - example/app/views/addresses/index.html.erb
87
- - example/app/views/addresses/index.json.jbuilder
88
- - example/app/views/addresses/new.html.erb
89
- - example/app/views/addresses/show.html.erb
90
- - example/app/views/addresses/show.json.jbuilder
91
- - example/app/views/layouts/application.html.erb
92
- - example/app/views/layouts/mailer.html.erb
93
- - example/app/views/layouts/mailer.text.erb
94
- - example/bin/bundle
95
- - example/bin/rails
96
- - example/bin/rake
97
- - example/bin/setup
98
- - example/bin/spring
99
- - example/bin/update
100
- - example/config.ru
101
- - example/config/application.rb
102
- - example/config/boot.rb
103
- - example/config/cable.yml
104
- - example/config/database.yml
105
- - example/config/environment.rb
106
- - example/config/environments/development.rb
107
- - example/config/environments/production.rb
108
- - example/config/environments/test.rb
109
- - example/config/initializers/application_controller_renderer.rb
110
- - example/config/initializers/assets.rb
111
- - example/config/initializers/backtrace_silencers.rb
112
- - example/config/initializers/cookies_serializer.rb
113
- - example/config/initializers/filter_parameter_logging.rb
114
- - example/config/initializers/inflections.rb
115
- - example/config/initializers/mime_types.rb
116
- - example/config/initializers/new_framework_defaults.rb
117
- - example/config/initializers/session_store.rb
118
- - example/config/initializers/simple_form.rb
119
- - example/config/initializers/wrap_parameters.rb
120
- - example/config/locales/en.yml
121
- - example/config/locales/simple_form.en.yml
122
- - example/config/puma.rb
123
- - example/config/routes.rb
124
- - example/config/secrets.yml
125
- - example/config/spring.rb
126
- - example/db/migrate/20170425234824_create_addresses.rb
127
- - example/db/schema.rb
128
- - example/db/seeds.rb
129
- - example/lib/assets/.keep
130
- - example/lib/tasks/.keep
131
- - example/lib/templates/erb/scaffold/_form.html.erb
132
- - example/log/.keep
133
- - example/public/404.html
134
- - example/public/422.html
135
- - example/public/500.html
136
- - example/public/apple-touch-icon-precomposed.png
137
- - example/public/apple-touch-icon.png
138
- - example/public/favicon.ico
139
- - example/public/robots.txt
140
- - example/test/controllers/.keep
141
- - example/test/controllers/addresses_controller_test.rb
142
- - example/test/fixtures/.keep
143
- - example/test/fixtures/addresses.yml
144
- - example/test/fixtures/files/.keep
145
- - example/test/helpers/.keep
146
- - example/test/integration/.keep
147
- - example/test/mailers/.keep
148
- - example/test/models/.keep
149
- - example/test/models/address_test.rb
150
- - example/test/test_helper.rb
151
- - example/tmp/.keep
152
- - example/vendor/assets/javascripts/.keep
153
- - example/vendor/assets/stylesheets/.keep
154
57
  - lib/autocomplete_zipcode.rb
155
58
  - lib/autocomplete_zipcode/simple_form/city_input.rb
156
59
  - lib/autocomplete_zipcode/simple_form/neighborhood_input.rb
@@ -1,21 +0,0 @@
1
- # See https://help.github.com/articles/ignoring-files for more about ignoring files.
2
- #
3
- # If you find yourself ignoring temporary files generated by your text editor
4
- # or operating system, you probably want to add a global ignore instead:
5
- # git config --global core.excludesfile '~/.gitignore_global'
6
-
7
- # Ignore bundler config.
8
- /.bundle
9
-
10
- # Ignore the default SQLite database.
11
- /db/*.sqlite3
12
- /db/*.sqlite3-journal
13
-
14
- # Ignore all logfiles and tempfiles.
15
- /log/*
16
- /tmp/*
17
- !/log/.keep
18
- !/tmp/.keep
19
-
20
- # Ignore Byebug command history file.
21
- .byebug_history
@@ -1,55 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- git_source(:github) do |repo_name|
4
- repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
5
- "https://github.com/#{repo_name}.git"
6
- end
7
-
8
-
9
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
- gem 'rails', '~> 5.0.2'
11
- # Use sqlite3 as the database for Active Record
12
- gem 'sqlite3'
13
- # Use Puma as the app server
14
- gem 'puma', '~> 3.0'
15
- # Use SCSS for stylesheets
16
- gem 'sass-rails', '~> 5.0'
17
- # Use Uglifier as compressor for JavaScript assets
18
- gem 'uglifier', '>= 1.3.0'
19
- # Use CoffeeScript for .coffee assets and views
20
- gem 'coffee-rails', '~> 4.2'
21
- # See https://github.com/rails/execjs#readme for more supported runtimes
22
- # gem 'therubyracer', platforms: :ruby
23
-
24
- # Use jquery as the JavaScript library
25
- gem 'jquery-rails'
26
- # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
27
- gem 'turbolinks', '~> 5'
28
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
29
- gem 'jbuilder', '~> 2.5'
30
- # Use Redis adapter to run Action Cable in production
31
- # gem 'redis', '~> 3.0'
32
- # Use ActiveModel has_secure_password
33
- # gem 'bcrypt', '~> 3.1.7'
34
-
35
- # Use Capistrano for deployment
36
- # gem 'capistrano-rails', group: :development
37
- gem 'simple_form'
38
- gem 'autocomplete_zipcode', path: '../'
39
-
40
- group :development, :test do
41
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
42
- gem 'byebug', platform: :mri
43
- end
44
-
45
- group :development do
46
- # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
47
- gem 'web-console', '>= 3.3.0'
48
- gem 'listen', '~> 3.0.5'
49
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
50
- gem 'spring'
51
- gem 'spring-watcher-listen', '~> 2.0.0'
52
- end
53
-
54
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
55
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
@@ -1,184 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- autocomplete_zipcode (0.1.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actioncable (5.0.2)
10
- actionpack (= 5.0.2)
11
- nio4r (>= 1.2, < 3.0)
12
- websocket-driver (~> 0.6.1)
13
- actionmailer (5.0.2)
14
- actionpack (= 5.0.2)
15
- actionview (= 5.0.2)
16
- activejob (= 5.0.2)
17
- mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 2.0)
19
- actionpack (5.0.2)
20
- actionview (= 5.0.2)
21
- activesupport (= 5.0.2)
22
- rack (~> 2.0)
23
- rack-test (~> 0.6.3)
24
- rails-dom-testing (~> 2.0)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.0.2)
27
- activesupport (= 5.0.2)
28
- builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- rails-dom-testing (~> 2.0)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.0.2)
33
- activesupport (= 5.0.2)
34
- globalid (>= 0.3.6)
35
- activemodel (5.0.2)
36
- activesupport (= 5.0.2)
37
- activerecord (5.0.2)
38
- activemodel (= 5.0.2)
39
- activesupport (= 5.0.2)
40
- arel (~> 7.0)
41
- activesupport (5.0.2)
42
- concurrent-ruby (~> 1.0, >= 1.0.2)
43
- i18n (~> 0.7)
44
- minitest (~> 5.1)
45
- tzinfo (~> 1.1)
46
- arel (7.1.4)
47
- bindex (0.5.0)
48
- builder (3.2.3)
49
- byebug (9.0.6)
50
- coffee-rails (4.2.1)
51
- coffee-script (>= 2.2.0)
52
- railties (>= 4.0.0, < 5.2.x)
53
- coffee-script (2.4.1)
54
- coffee-script-source
55
- execjs
56
- coffee-script-source (1.12.2)
57
- concurrent-ruby (1.0.5)
58
- erubis (2.7.0)
59
- execjs (2.7.0)
60
- ffi (1.9.18)
61
- globalid (0.4.0)
62
- activesupport (>= 4.2.0)
63
- i18n (0.8.1)
64
- jbuilder (2.6.3)
65
- activesupport (>= 3.0.0, < 5.2)
66
- multi_json (~> 1.2)
67
- jquery-rails (4.3.1)
68
- rails-dom-testing (>= 1, < 3)
69
- railties (>= 4.2.0)
70
- thor (>= 0.14, < 2.0)
71
- listen (3.0.8)
72
- rb-fsevent (~> 0.9, >= 0.9.4)
73
- rb-inotify (~> 0.9, >= 0.9.7)
74
- loofah (2.0.3)
75
- nokogiri (>= 1.5.9)
76
- mail (2.6.4)
77
- mime-types (>= 1.16, < 4)
78
- method_source (0.8.2)
79
- mime-types (3.1)
80
- mime-types-data (~> 3.2015)
81
- mime-types-data (3.2016.0521)
82
- mini_portile2 (2.1.0)
83
- minitest (5.10.1)
84
- multi_json (1.12.1)
85
- nio4r (2.0.0)
86
- nokogiri (1.7.1)
87
- mini_portile2 (~> 2.1.0)
88
- puma (3.8.2)
89
- rack (2.0.1)
90
- rack-test (0.6.3)
91
- rack (>= 1.0)
92
- rails (5.0.2)
93
- actioncable (= 5.0.2)
94
- actionmailer (= 5.0.2)
95
- actionpack (= 5.0.2)
96
- actionview (= 5.0.2)
97
- activejob (= 5.0.2)
98
- activemodel (= 5.0.2)
99
- activerecord (= 5.0.2)
100
- activesupport (= 5.0.2)
101
- bundler (>= 1.3.0, < 2.0)
102
- railties (= 5.0.2)
103
- sprockets-rails (>= 2.0.0)
104
- rails-dom-testing (2.0.2)
105
- activesupport (>= 4.2.0, < 6.0)
106
- nokogiri (~> 1.6)
107
- rails-html-sanitizer (1.0.3)
108
- loofah (~> 2.0)
109
- railties (5.0.2)
110
- actionpack (= 5.0.2)
111
- activesupport (= 5.0.2)
112
- method_source
113
- rake (>= 0.8.7)
114
- thor (>= 0.18.1, < 2.0)
115
- rake (12.0.0)
116
- rb-fsevent (0.9.8)
117
- rb-inotify (0.9.8)
118
- ffi (>= 0.5.0)
119
- sass (3.4.23)
120
- sass-rails (5.0.6)
121
- railties (>= 4.0.0, < 6)
122
- sass (~> 3.1)
123
- sprockets (>= 2.8, < 4.0)
124
- sprockets-rails (>= 2.0, < 4.0)
125
- tilt (>= 1.1, < 3)
126
- simple_form (3.4.0)
127
- actionpack (> 4, < 5.1)
128
- activemodel (> 4, < 5.1)
129
- spring (2.0.1)
130
- activesupport (>= 4.2)
131
- spring-watcher-listen (2.0.1)
132
- listen (>= 2.7, < 4.0)
133
- spring (>= 1.2, < 3.0)
134
- sprockets (3.7.1)
135
- concurrent-ruby (~> 1.0)
136
- rack (> 1, < 3)
137
- sprockets-rails (3.2.0)
138
- actionpack (>= 4.0)
139
- activesupport (>= 4.0)
140
- sprockets (>= 3.0.0)
141
- sqlite3 (1.3.13)
142
- thor (0.19.4)
143
- thread_safe (0.3.6)
144
- tilt (2.0.7)
145
- turbolinks (5.0.1)
146
- turbolinks-source (~> 5)
147
- turbolinks-source (5.0.0)
148
- tzinfo (1.2.3)
149
- thread_safe (~> 0.1)
150
- uglifier (3.2.0)
151
- execjs (>= 0.3.0, < 3)
152
- web-console (3.5.0)
153
- actionview (>= 5.0)
154
- activemodel (>= 5.0)
155
- bindex (>= 0.4.0)
156
- railties (>= 5.0)
157
- websocket-driver (0.6.5)
158
- websocket-extensions (>= 0.1.0)
159
- websocket-extensions (0.1.2)
160
-
161
- PLATFORMS
162
- ruby
163
-
164
- DEPENDENCIES
165
- autocomplete_zipcode!
166
- byebug
167
- coffee-rails (~> 4.2)
168
- jbuilder (~> 2.5)
169
- jquery-rails
170
- listen (~> 3.0.5)
171
- puma (~> 3.0)
172
- rails (~> 5.0.2)
173
- sass-rails (~> 5.0)
174
- simple_form
175
- spring
176
- spring-watcher-listen (~> 2.0.0)
177
- sqlite3
178
- turbolinks (~> 5)
179
- tzinfo-data
180
- uglifier (>= 1.3.0)
181
- web-console (>= 3.3.0)
182
-
183
- BUNDLED WITH
184
- 1.14.6