citybox_api 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODc1ZDhkZTUyODQyYzgwYTc0ODVjZTIwMmM0ZjA2NjUzZjMyODE5Yg==
5
+ data.tar.gz: !binary |-
6
+ ZDg5ZDE0OTgwZWM1MTIzMzE3OTc2Y2U5MmRjNmRkMDBmNzllNTYzOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MWI4YTJhYTllNjNjYzIyZWFlYWJjNzQwOTA2ZGJlYTczYjQ4OGE4ZTk4Yjk4
10
+ ODgzNTZlOGQyZjFkYTAxMGFjZDJmNmZiMDIxNmFlOGNiODdiNTJkNzM4NjZh
11
+ ZjQ0ODc4NzQ4YjQ0NWRmY2UwZGRlMmRjYjFmNjY3OTZjOGFmZWQ=
12
+ data.tar.gz: !binary |-
13
+ MjcxZjMwNzQ0YTk1ZWQyYzc0YjkzNjQ4NjdhOTZiMmI1ZTA2ZWQyOTQwMTYw
14
+ MzI4ODAzZGZhNDg2ZTJkZDI3NjJlOTdjYzAzNWM1Y2FhODM0YjljOGQ4NGMx
15
+ Zjk2NTNmMDU4ZmE5YzYzMWU4ZDk1MmI4YTcwNDRiN2M2ZDgwM2E=
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ before_install: gem install bundler -v 1.10.6
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in citybox_api.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Joaquin Nuñez
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,67 @@
1
+ # CityboxApi
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/citybox_api`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'citybox_api'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install citybox_api
22
+
23
+ ## Usage
24
+ This is a Ruby wrapper for Citybox SOAP API
25
+
26
+ Configure CityboxApi
27
+
28
+ CityboxApi.configure do |config|
29
+ config.user = your_user
30
+ config.key = your_password
31
+ end
32
+
33
+ In this version of citybox_api gem you can user 2 API services:
34
+ * Regions Services
35
+ * Branch Offices Services
36
+
37
+ - Regions Services:
38
+
39
+ @regions_services = CityboxApi::Regions.new
40
+
41
+ @regions_services.list_regions # return a list with all availables regions
42
+ @regions_services.list_comunes # return a list with all availables communes
43
+ @regions_services.list_comunes_by_region(region_id) # return a list with all availables communes for region with id 'region_id'
44
+
45
+ - Branch Offices Services
46
+
47
+ @branch_offices_services = CityboxApi::BranchOffices.new
48
+
49
+ @branch_offices_services.list_branch_offices # return a list with all availables branch offices
50
+ @branch_offices_services.list_branch_offices_by_commune(commune_id) # return a list with all availables branch offices for commue with id 'commune_id'
51
+ @branch_offices_services.list_branch_offices_near_to(street_name: '', street_number: '', commune_name: '') # return a list with all availables branch offices near to especific location
52
+
53
+ ## Development
54
+
55
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
56
+
57
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
58
+
59
+ ## Contributing
60
+
61
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/citybox_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
62
+
63
+
64
+ ## License
65
+
66
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
67
+
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "citybox_api"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,35 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'citybox_api/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "citybox_api"
8
+ spec.version = CityboxApi::VERSION
9
+ spec.authors = ["Joaquin Nuñez"]
10
+ spec.email = ["nunezg.ja@gmail.com"]
11
+
12
+ spec.summary = %q{Citybox for ruby}
13
+ spec.description = %q{This gem allow you to consume the chilean citybox SOAP API in a simple way}
14
+ spec.homepage = "https://github.com/joacong/citybox_api"
15
+ spec.license = "MIT"
16
+
17
+ # # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
+ # # delete this section to allow pushing this gem to any host.
19
+ # if spec.respond_to?(:metadata)
20
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
+ # end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+
30
+ spec.add_development_dependency "bundler", "~> 1.10"
31
+ spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "rspec"
33
+ spec.add_dependency "rest-client"
34
+ spec.add_dependency 'crack'
35
+ end
@@ -0,0 +1,85 @@
1
+ module CityboxApi
2
+ # module for branch offices services
3
+ class BranchOffices
4
+ def initialize
5
+ raise CityboxApi::INVALID_CREDENTIALS if CityboxApi.configuration.key == nil
6
+ @server_url = "http://b2b.correos.cl:8008/ServicioListadoSucursalesExterno/cch/ws/distribucionGeografica/implementacion/ServicioExternoListarSucursales.asmx"
7
+ @user = CityboxApi.configuration.user
8
+ @password = CityboxApi.configuration.key
9
+ end
10
+ # list all branch offices
11
+ def list_branch_offices
12
+ xml = "<?xml version='1.0' encoding='utf-8'?>
13
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
14
+ <soap:Body>
15
+ <listarTodasLasSucursales xmlns='http://tempuri.org/'>
16
+ <usuario>#{@user}</usuario>
17
+ <contrasena>#{@password}</contrasena>
18
+ </listarTodasLasSucursales>
19
+ </soap:Body>
20
+ </soap:Envelope>"
21
+
22
+ begin
23
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
24
+ json_response = Crack::XML.parse(xml_response)
25
+ json_response["soap:Envelope"]["soap:Body"]["listarTodasLasSucursalesResponse"]["listarTodasLasSucursalesResult"]["SucursalTO"]
26
+ rescue => e
27
+ puts e
28
+ return nil
29
+ end
30
+ end
31
+
32
+ # list all branch offices for commune with id 'commune_id'
33
+ def list_branch_offices_by_commune commune_id
34
+ xml = "<?xml version='1.0' encoding='utf-8'?>
35
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
36
+ <soap:Body>
37
+ <listarSucursalesSegunComuna xmlns='http://tempuri.org/'>
38
+ <usuario>#{@user}</usuario>
39
+ <contrasena>#{@password}</contrasena>
40
+ <codigoComuna>#{commune_id}</codigoComuna>
41
+ </listarSucursalesSegunComuna>
42
+ </soap:Body>
43
+ </soap:Envelope>"
44
+
45
+ begin
46
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
47
+ json_response = Crack::XML.parse(xml_response)
48
+ json_response["soap:Envelope"]["soap:Body"]["listarSucursalesSegunComunaResponse"]["listarSucursalesSegunComunaResult"]["SucursalTO"]
49
+ rescue => e
50
+ puts e
51
+ return nil
52
+ end
53
+ end
54
+
55
+ # list all branch offices near to a especific location
56
+ def list_branch_offices_near_to opts={}
57
+ request_id = rand(10000)
58
+ xml = "<?xml version='1.0' encoding='utf-8'?>
59
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
60
+ <soap:Body>
61
+ <consultaSucursalMasCercana xmlns='http://tempuri.org/'>
62
+ <usuario>#{@user}</usuario>
63
+ <contrasena>#{@password}</contrasena>
64
+ <id>#{request_id}</id>
65
+ <nombreCalle>#{opts[:street_name]}</nombreCalle>
66
+ <numeroCalle>#{opts[:street_number]}</numeroCalle>
67
+ <restoCalle>#{opts[:street_detail]}</restoCalle>
68
+ <NombreComuna>#{opts[:commune_name]}</NombreComuna>
69
+ <latitud>#{opts[:latitude]}</latitud>
70
+ <longitud>#{opts[:longitude]}</longitud>
71
+ </consultaSucursalMasCercana>
72
+ </soap:Body>
73
+ </soap:Envelope>"
74
+
75
+ begin
76
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
77
+ json_response = Crack::XML.parse(xml_response)
78
+ json_response["soap:Envelope"]["soap:Body"]["consultaSucursalMasCercanaResponse"]["consultaSucursalMasCercanaResult"]
79
+ rescue => e
80
+ puts e
81
+ return nil
82
+ end
83
+ end
84
+ end
85
+ end
@@ -0,0 +1,19 @@
1
+ module CityboxApi
2
+ class Configuration
3
+ attr_accessor :user, :key
4
+
5
+ def initialize
6
+ user = nil
7
+ key = nil
8
+ end
9
+ end
10
+
11
+ class << self
12
+ attr_accessor :configuration
13
+ end
14
+
15
+ def self.configure
16
+ self.configuration ||= Configuration.new
17
+ yield(configuration) if block_given?
18
+ end
19
+ end
@@ -0,0 +1,78 @@
1
+ module CityboxApi
2
+ # module for regions services
3
+ class Regions
4
+ def initialize
5
+ raise CityboxApi::INVALID_CREDENTIALS if CityboxApi.configuration.key == nil
6
+ @server_url = "http://b2b.correos.cl:8008/ServicioRegionYComunasExterno/cch/ws/distribucionGeografica/externo/implementacion/ServicioExternoRegionYComunas.asmx"
7
+ @user = CityboxApi.configuration.user
8
+ @password = CityboxApi.configuration.key
9
+ end
10
+
11
+ # list all regions
12
+ def list_regions
13
+ xml = "<?xml version='1.0' encoding='utf-8'?>
14
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
15
+ <soap:Body>
16
+ <listarTodasLasRegiones xmlns='http://tempuri.org/'>
17
+ <usuario>#{@user}</usuario>
18
+ <contrasena>#{@password}</contrasena>
19
+ </listarTodasLasRegiones>
20
+ </soap:Body>
21
+ </soap:Envelope>"
22
+
23
+ begin
24
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
25
+ json_response = Crack::XML.parse(xml_response)
26
+ json_response["soap:Envelope"]["soap:Body"]["listarTodasLasRegionesResponse"]["listarTodasLasRegionesResult"]["RegionTO"]
27
+ rescue => e
28
+ puts e
29
+ return nil
30
+ end
31
+ end
32
+
33
+ # list all communes
34
+ def list_communes
35
+ xml = "<?xml version='1.0' encoding='utf-8'?>
36
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
37
+ <soap:Body>
38
+ <listarTodasLasComunas xmlns='http://tempuri.org/'>
39
+ <usuario>#{@user}</usuario>
40
+ <contrasena>#{@password}</contrasena>
41
+ </listarTodasLasComunas>
42
+ </soap:Body>
43
+ </soap:Envelope>"
44
+
45
+ begin
46
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
47
+ json_response = Crack::XML.parse(xml_response)
48
+ json_response["soap:Envelope"]["soap:Body"]["listarTodasLasComunasResponse"]["listarTodasLasComunasResult"]["ComunaTO"]
49
+ rescue => e
50
+ puts e
51
+ return nil
52
+ end
53
+ end
54
+
55
+ # list all communes for region with id 'region_id'
56
+ def list_communes_by_region region_id
57
+ xml = "<?xml version='1.0' encoding='utf-8'?>
58
+ <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
59
+ <soap:Body>
60
+ <listarComunasSegunRegion xmlns='http://tempuri.org/'>
61
+ <usuario>#{@user}</usuario>
62
+ <contrasena>#{@password}</contrasena>
63
+ <codigoRegion>#{region_id}</codigoRegion>
64
+ </listarComunasSegunRegion>
65
+ </soap:Body>
66
+ </soap:Envelope>"
67
+
68
+ begin
69
+ xml_response = RestClient.post @server_url, xml, content_type: "text/xml"
70
+ json_response = Crack::XML.parse(xml_response)
71
+ json_response["soap:Envelope"]["soap:Body"]["listarComunasSegunRegionResponse"]["listarComunasSegunRegionResult"]["ComunaTO"]
72
+ rescue => e
73
+ puts e
74
+ return nil
75
+ end
76
+ end
77
+ end
78
+ end
@@ -0,0 +1,3 @@
1
+ module CityboxApi
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,14 @@
1
+ require "citybox_api/version"
2
+ require 'rest-client'
3
+ require 'crack'
4
+
5
+ require 'citybox_api/regions'
6
+ require 'citybox_api/branch_offices'
7
+ require 'citybox_api/configuration'
8
+
9
+
10
+ module CityboxApi
11
+ # Credentials for API
12
+ INVALID_CREDENTIALS = "Key cant be blank!"
13
+ CityboxApi.configure
14
+ end
metadata ADDED
@@ -0,0 +1,131 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: citybox_api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Joaquin Nuñez
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-07-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rest-client
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: crack
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: This gem allow you to consume the chilean citybox SOAP API in a simple
84
+ way
85
+ email:
86
+ - nunezg.ja@gmail.com
87
+ executables: []
88
+ extensions: []
89
+ extra_rdoc_files: []
90
+ files:
91
+ - .gitignore
92
+ - .rspec
93
+ - .travis.yml
94
+ - CODE_OF_CONDUCT.md
95
+ - Gemfile
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - bin/console
100
+ - bin/setup
101
+ - citybox_api.gemspec
102
+ - lib/citybox_api.rb
103
+ - lib/citybox_api/branch_offices.rb
104
+ - lib/citybox_api/configuration.rb
105
+ - lib/citybox_api/regions.rb
106
+ - lib/citybox_api/version.rb
107
+ homepage: https://github.com/joacong/citybox_api
108
+ licenses:
109
+ - MIT
110
+ metadata: {}
111
+ post_install_message:
112
+ rdoc_options: []
113
+ require_paths:
114
+ - lib
115
+ required_ruby_version: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ! '>='
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ required_rubygems_version: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ! '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ requirements: []
126
+ rubyforge_project:
127
+ rubygems_version: 2.4.8
128
+ signing_key:
129
+ specification_version: 4
130
+ summary: Citybox for ruby
131
+ test_files: []