Sha256: 568621c8f243739e16a8c2d6a56e0f9af6f2b002ac505692088474d149d7908f

Contents?: true

Size: 1.57 KB

Versions: 0

Compression: gzip

Compressed size: 728 Bytes

Stored size: 728 Bytes

Contents

--- !ruby/object:Gem::Specification
name: get_xkcd
version: !ruby/object:Gem::Version
  version: 0.2.2
platform: ruby
authors:
- superchilled
autorequire: 
bindir: exe
cert_chain: []
date: 2022-08-18 00:00:00.000000000 Z
dependencies: []
description: This library provides methods to get the JSON data for either the most
  recent XKCD comic or a random one, and then return the JSON data as a Ruby Hash.
email:
- karl@superchilled.co.uk
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".github/workflows/main.yml"
- ".github/workflows/release.yml"
- ".gitignore"
- ".rake_tasks~"
- ".rspec"
- ".rubocop.yml"
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
- Rakefile
- bin/console
- bin/setup
- get_xkcd.gemspec
- lib/get_xkcd.rb
- lib/get_xkcd/comic.rb
- lib/get_xkcd/version.rb
homepage: https://github.com/superchilled/get-xkcd
licenses:
- MIT
metadata:
  allowed_push_host: https://rubygems.org
  homepage_uri: https://github.com/superchilled/get-xkcd
  source_code_uri: https://github.com/superchilled/get-xkcd
  changelog_uri: https://github.com/superchilled/get-xkcd/CHANGELOG.md
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.4.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.3
signing_key: 
specification_version: 4
summary: A small Ruby library to interact with the XKCD API
test_files: []

Package Spec version

get_xkcd-0.2.2