Sha256: e53bb439d751e7c7b425a82c16702df157aede41e79620a7ce9f7252d329d209
Contents?: true
Size: 897 Bytes
Versions: 2
Compression:
Stored size: 897 Bytes
Contents
require_relative "./lib/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-footnotes-7.1.0 | rails-footnotes.gemspec |
rails-footnotes-7.0.1 | rails-footnotes.gemspec |