Sha256: 1b1c144e97f2c40f5424f99dbb9fc2f6cf4a57a36f95b94493261003ca7efc0c

Contents?: true

Size: 1.59 KB

Versions: 10

Compression:

Stored size: 1.59 KB

Contents

require_relative "lib/mensa/version"

Gem::Specification.new do |spec|
  spec.name        = "mensa"
  spec.version     = Mensa::VERSION
  spec.authors     = ["Tom de Grunt"]
  spec.email       = ["tom@degrunt.nl"]
  spec.homepage    = "https://github.com/entdec/mensa"
  spec.summary     = "Fast and awesome tables"
  spec.description = "Fast and awesome tables, with pagination, sorting, filtering and custom views."
  spec.license     = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"

  spec.post_install_message = <<~MESSAGE
      Mensa requires additional setup. Please run the following
      command to install the necessary files:

      bin/rails mensa:install:migrations
    MESSAGE

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/entdec/mensa"
  spec.metadata["changelog_uri"] = "https://github.com/entdec/mensa/CHANGELOG"

  spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end

  spec.add_dependency 'caxlsx_rails', '~> 0'
  spec.add_dependency "rails", ">= 7.1"
  spec.add_dependency 'pagy', '>=6'
  spec.add_dependency 'textacular', '>=5'

  spec.add_dependency 'slim'
  spec.add_dependency 'tailwindcss-rails'
  spec.add_dependency 'importmap-rails'
  spec.add_dependency 'turbo-rails'
  spec.add_dependency 'stimulus-rails'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mensa-0.1.15 mensa.gemspec
mensa-0.1.14 mensa.gemspec
mensa-0.1.13 mensa.gemspec
mensa-0.1.12 mensa.gemspec
mensa-0.1.10 mensa.gemspec
mensa-0.1.9 mensa.gemspec
mensa-0.1.7 mensa.gemspec
mensa-0.1.6 mensa.gemspec
mensa-0.1.4 mensa.gemspec
mensa-0.1.3 mensa.gemspec