someapi-wrapper 0.1.0

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.
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/someapi/wrapper/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "someapi-wrapper"
7
+ spec.version = Someapi::Wrapper::VERSION
8
+ spec.authors = ["FaisaDev"]
9
+ spec.email = ["faiisan645@gmail.com"]
10
+
11
+ spec.summary = "An api wrapper for someapi"
12
+ spec.description = "An api wrapper for someapi"
13
+ spec.homepage = "https://github.com/justfaisa/someapi-wrapper"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.3.0"
16
+
17
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
+
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = "https://github.com/justfaisa/someapi-wrapper"
21
+ spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ # Uncomment to register a new dependency of your gem
33
+ # spec.add_dependency "example-gem", "~> 1.0"
34
+
35
+ # For more information and examples about making a new gem, checkout our
36
+ # guide at: https://bundler.io/guides/creating_gem.html
37
+ end
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: someapi-wrapper
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - FaisaDev
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-08-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An api wrapper for someapi
14
+ email:
15
+ - faiisan645@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gem/specs/api.rubygems.org%443/quick/Marshal.4.8/activesupport-4.2.1.gemspec"
21
+ - ".gem/specs/api.rubygems.org%443/quick/Marshal.4.8/bundler-2.2.25.gemspec"
22
+ - ".gem/specs/api.rubygems.org%443/quick/Marshal.4.8/gemspec-0.3.1.gemspec"
23
+ - ".gem/specs/api.rubygems.org%443/quick/Marshal.4.8/i18n-0.9.5.gemspec"
24
+ - ".gem/specs/api.rubygems.org%443/quick/Marshal.4.8/memoist-0.12.0.gemspec"
25
+ - ".gitignore"
26
+ - ".glitch-assets"
27
+ - ".rubocop.yml "
28
+ - CHANGELOG.md
29
+ - CODE_OF_CONDUCT.md
30
+ - Gemfile
31
+ - Gemfile.lock
32
+ - LICENSE
33
+ - README.md
34
+ - Rakefile
35
+ - bin/console
36
+ - bin/setup
37
+ - lib/someapi/wrapper.rb
38
+ - lib/someapi/wrapper/dog.rb
39
+ - lib/someapi/wrapper/mock.rb
40
+ - lib/someapi/wrapper/version.rb
41
+ - package-lock.json
42
+ - shrinkwrap.yaml
43
+ - someapi-wrapper.gemspec
44
+ homepage: https://github.com/justfaisa/someapi-wrapper
45
+ licenses:
46
+ - MIT
47
+ metadata:
48
+ allowed_push_host: https://rubygems.org
49
+ homepage_uri: https://github.com/justfaisa/someapi-wrapper
50
+ source_code_uri: https://github.com/justfaisa/someapi-wrapper
51
+ changelog_uri: 'TODO: Put your gem''s CHANGELOG.md URL here.'
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: 2.3.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.5.2.1
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: An api wrapper for someapi
72
+ test_files: []