openapi_iplocation 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,120 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openapi_iplocation
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - OpenAPI Clients Factory
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: rspec
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.6'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 3.6.0
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '3.6'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 3.6.0
53
+ description: OpenAPI v3 specification and a set of generated API clients for iplocation.net
54
+ email:
55
+ - blah+oapicf@cliffano.com
56
+ executables: []
57
+ extensions: []
58
+ extra_rdoc_files: []
59
+ files:
60
+ - Gemfile
61
+ - Gemfile.lock
62
+ - README.md
63
+ - Rakefile
64
+ - bin/bundle
65
+ - bin/byebug
66
+ - bin/coderay
67
+ - bin/htmldiff
68
+ - bin/ldiff
69
+ - bin/pry
70
+ - bin/racc
71
+ - bin/rake
72
+ - bin/rspec
73
+ - bin/rubocop
74
+ - bin/ruby-parse
75
+ - bin/ruby-rewrite
76
+ - docs/DefaultApi.md
77
+ - docs/Get200Response.md
78
+ - docs/Get400Response.md
79
+ - git_push.sh
80
+ - lib/openapi_iplocation.rb
81
+ - lib/openapi_iplocation/api/default_api.rb
82
+ - lib/openapi_iplocation/api_client.rb
83
+ - lib/openapi_iplocation/api_error.rb
84
+ - lib/openapi_iplocation/configuration.rb
85
+ - lib/openapi_iplocation/models/get200_response.rb
86
+ - lib/openapi_iplocation/models/get400_response.rb
87
+ - lib/openapi_iplocation/version.rb
88
+ - openapi_iplocation.gemspec
89
+ - spec/api/default_api_spec.rb
90
+ - spec/models/get200_response_spec.rb
91
+ - spec/models/get400_response_spec.rb
92
+ - spec/spec_helper.rb
93
+ homepage: https://github.com/oapicf/openapi-iplocation
94
+ licenses:
95
+ - MIT
96
+ metadata: {}
97
+ post_install_message:
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '2.0'
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubygems_version: 3.1.2
113
+ signing_key:
114
+ specification_version: 4
115
+ summary: iplocation.net API Ruby Gem
116
+ test_files:
117
+ - spec/api/default_api_spec.rb
118
+ - spec/models/get400_response_spec.rb
119
+ - spec/models/get200_response_spec.rb
120
+ - spec/spec_helper.rb