Sha256: c79bf803683f521095b1b7c3fbeedbf8e692b43c6234e9b329c64f6cca517c61

Contents?: true

Size: 954 Bytes

Versions: 2

Compression:

Stored size: 954 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "rails-footnotes/version"

Gem::Specification.new do |s|
  s.name        = "rails6-footnotes"
  s.version     = Footnotes::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Roman V. Babenko", "José Valim", "Keenan Brock", "Duane Johnson", "Adrien Siami", "André Arko"]
  s.email       = ["andre@arko.net"]
  s.homepage    = "http://github.com/indirect/rails-footnotes"
  s.summary     = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}
  s.description = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}

  s.add_dependency "rails", "~> 6.0"
  s.required_ruby_version = "~> 3.0"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails6-footnotes-5.0.2 rails-footnotes.gemspec
rails6-footnotes-5.0.1 rails-footnotes.gemspec