# -*- encoding: utf-8 -*- # stub: autocomplete_zipcode 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "autocomplete_zipcode".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marcelo Barreto".freeze] s.bindir = "exe".freeze s.date = "2017-04-26" s.email = ["marcelobarretojunior@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "autocomplete_zipcode.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "example/.gitignore".freeze, "example/Gemfile".freeze, "example/Gemfile.lock".freeze, "example/README.md".freeze, "example/Rakefile".freeze, "example/app/assets/config/manifest.js".freeze, "example/app/assets/images/.keep".freeze, "example/app/assets/javascripts/addresses.coffee".freeze, "example/app/assets/javascripts/application.js".freeze, "example/app/assets/javascripts/cable.js".freeze, "example/app/assets/javascripts/channels/.keep".freeze, "example/app/assets/stylesheets/addresses.scss".freeze, "example/app/assets/stylesheets/application.css".freeze, "example/app/assets/stylesheets/scaffolds.scss".freeze, "example/app/channels/application_cable/channel.rb".freeze, "example/app/channels/application_cable/connection.rb".freeze, "example/app/controllers/addresses_controller.rb".freeze, "example/app/controllers/application_controller.rb".freeze, "example/app/controllers/concerns/.keep".freeze, "example/app/helpers/addresses_helper.rb".freeze, "example/app/helpers/application_helper.rb".freeze, "example/app/jobs/application_job.rb".freeze, "example/app/mailers/application_mailer.rb".freeze, "example/app/models/address.rb".freeze, "example/app/models/application_record.rb".freeze, "example/app/models/concerns/.keep".freeze, "example/app/views/addresses/_address.json.jbuilder".freeze, "example/app/views/addresses/_form.html.erb".freeze, "example/app/views/addresses/edit.html.erb".freeze, "example/app/views/addresses/index.html.erb".freeze, "example/app/views/addresses/index.json.jbuilder".freeze, "example/app/views/addresses/new.html.erb".freeze, "example/app/views/addresses/show.html.erb".freeze, "example/app/views/addresses/show.json.jbuilder".freeze, "example/app/views/layouts/application.html.erb".freeze, "example/app/views/layouts/mailer.html.erb".freeze, "example/app/views/layouts/mailer.text.erb".freeze, "example/bin/bundle".freeze, "example/bin/rails".freeze, "example/bin/rake".freeze, "example/bin/setup".freeze, "example/bin/spring".freeze, "example/bin/update".freeze, "example/config.ru".freeze, "example/config/application.rb".freeze, "example/config/boot.rb".freeze, "example/config/cable.yml".freeze, "example/config/database.yml".freeze, "example/config/environment.rb".freeze, "example/config/environments/development.rb".freeze, "example/config/environments/production.rb".freeze, "example/config/environments/test.rb".freeze, "example/config/initializers/application_controller_renderer.rb".freeze, "example/config/initializers/assets.rb".freeze, "example/config/initializers/backtrace_silencers.rb".freeze, "example/config/initializers/cookies_serializer.rb".freeze, "example/config/initializers/filter_parameter_logging.rb".freeze, "example/config/initializers/inflections.rb".freeze, "example/config/initializers/mime_types.rb".freeze, "example/config/initializers/new_framework_defaults.rb".freeze, "example/config/initializers/session_store.rb".freeze, "example/config/initializers/simple_form.rb".freeze, "example/config/initializers/wrap_parameters.rb".freeze, "example/config/locales/en.yml".freeze, "example/config/locales/simple_form.en.yml".freeze, "example/config/puma.rb".freeze, "example/config/routes.rb".freeze, "example/config/secrets.yml".freeze, "example/config/spring.rb".freeze, "example/db/migrate/20170425234824_create_addresses.rb".freeze, "example/db/schema.rb".freeze, "example/db/seeds.rb".freeze, "example/lib/assets/.keep".freeze, "example/lib/tasks/.keep".freeze, "example/lib/templates/erb/scaffold/_form.html.erb".freeze, "example/log/.keep".freeze, "example/public/404.html".freeze, "example/public/422.html".freeze, "example/public/500.html".freeze, "example/public/apple-touch-icon-precomposed.png".freeze, "example/public/apple-touch-icon.png".freeze, "example/public/favicon.ico".freeze, "example/public/robots.txt".freeze, "example/test/controllers/.keep".freeze, "example/test/controllers/addresses_controller_test.rb".freeze, "example/test/fixtures/.keep".freeze, "example/test/fixtures/addresses.yml".freeze, "example/test/fixtures/files/.keep".freeze, "example/test/helpers/.keep".freeze, "example/test/integration/.keep".freeze, "example/test/mailers/.keep".freeze, "example/test/models/.keep".freeze, "example/test/models/address_test.rb".freeze, "example/test/test_helper.rb".freeze, "example/tmp/.keep".freeze, "example/vendor/assets/javascripts/.keep".freeze, "example/vendor/assets/stylesheets/.keep".freeze, "lib/autocomplete_zipcode.rb".freeze, "lib/autocomplete_zipcode/simple_form/city_input.rb".freeze, "lib/autocomplete_zipcode/simple_form/neighborhood_input.rb".freeze, "lib/autocomplete_zipcode/simple_form/state_input.rb".freeze, "lib/autocomplete_zipcode/simple_form/street_input.rb".freeze, "lib/autocomplete_zipcode/simple_form/zipcode_input.rb".freeze, "lib/autocomplete_zipcode/version.rb".freeze, "vendor/assets/javascripts/.keep".freeze, "vendor/assets/javascripts/autocomplete_zipcode.js".freeze] s.homepage = "https://github.com/marcelobarreto/autocomplete_zipcode".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Fill in your brazilian addresses automagically".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end