ziplocator 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/ziplocator.rb +5 -0
  3. metadata +73 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTZmMGZkMTQwZjQ1OWE2YzU1NTk5ZDY2Y2JmNmNkNjhmZjNlMzhlMw==
5
+ data.tar.gz: !binary |-
6
+ ZGM5YzViMGViOThjMmYzZTFjOTI3N2E3NWRjMWU3MjQ1YWM5NzZlZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZmI0YTMxMWQwNmZhMGFjZmQyMjk1MzE4YjdjNWQ4YzlkMTIzOGY0Mzg3YTU1
10
+ N2M0MmU3YzI4YTg2NzUwNmJlNjRjMTJhYzMxNmY1NWRjZDBiNmY5MjU1MTMz
11
+ ZDVkOTlkNTAyZmQ4YjRiYzM5YjE2MzcyNmM1MDUxYTZjY2QyMzk=
12
+ data.tar.gz: !binary |-
13
+ ZDZjMmQ3YjY5NjAwMWZlMTUxODBhZjRmOTlmODBmYWQ2NGNlNmE1Y2E0MzIw
14
+ Mjg1NTFmNGJlZjZmODg1ODc4NGYzYzQ2MGNkMTU1MDVmOWFjMzFiNGMyMzdi
15
+ MTgxNDY2YzliMDkyNzIyNjAzN2IyNDBlZGY4YWI1YjQyNDUyMmI=
data/lib/ziplocator.rb ADDED
@@ -0,0 +1,5 @@
1
+ require 'ziplocator/detail'
2
+
3
+ module ZipLocator
4
+ end
5
+
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ziplocator
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Anoob K Bava
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-23 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: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: ruby wrapper gem to find the details using Google API
42
+ email: anoob.bava@gmail.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - lib/ziplocator.rb
48
+ homepage: http://rubygems.org/gems/ziplocator
49
+ licenses:
50
+ - MIT
51
+ metadata: {}
52
+ post_install_message:
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 2.4.8
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: find the country,state,district,latitude and longitude via Google
72
+ test_files: []
73
+ has_rdoc: