Sha256: 373919d5675e8eb7b3a2b363444abfa6be9940b0e7251ee266692f6c274faf9f
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
# frozen_string_literal: true require_relative "lib/raf/version" Gem::Specification.new do |spec| spec.name = "rafmycat" spec.version = Raf::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.0 | rafmycat.gemspec |