Sha256: 08cd04142576d0d07aa28982a625116d4ebad6bc68c84eb8a093fb22868ec39b

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "rails-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", "~> 7.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

1 entries across 1 versions & 1 rubygems

Version Path
rails-footnotes-7.0.0 rails-footnotes.gemspec