Sha256: 4fecf384c21074fd885043fc746fa00269c2cbf2a1b3c85e4e9b72cf16c3ab8a

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

# frozen_string_literal: true

require_relative "lib/rafmycat/version"

Gem::Specification.new do |spec|
  spec.name = "rafmycat"
  spec.version = Rafmycat::VERSION
  spec.authors = ["Valentina Goncharenko"]
  spec.email = ["valentinagoncarenko975@gmail.com"]
  spec.summary = "Student App"
  spec.description = "А gem that allows you to get pass for patterns"
  spec.homepage = "https://github.com/yellowcat-dotcom"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 3.2.0"
  spec.add_dependency 'sqlite3'
  spec.files = Dir.glob("**/*")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rafmycat-1.0.1 rafmycat.gemspec