Sha256: 559cefba7fcddca1c0650ad8ba87be2c408fb75bca32d7af2d50c80e713951ae

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

# frozen_string_literal: true

require_relative "lib/nocturne/version"

Gem::Specification.new do |spec|
  spec.name = "nocturne"
  spec.version = Nocturne::VERSION
  spec.authors = ["Daniel Colson"]
  spec.email = ["danieljamescolson@gmail.com"]

  spec.summary = "Placeholder"
  spec.description = "Placeholder"
  spec.homepage = "https://github.com/composerinteralia/nocturne"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 2.6.0"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/composerinteralia/nocturne"
  spec.metadata["changelog_uri"] = "https://github.com/composerinteralia/nocturne"

  spec.files = Dir.chdir(__dir__) do
    `git ls-files -z`.split("\x0").reject do |f|
      (File.expand_path(f) == __FILE__) ||
        f.start_with?(*%w[bin/ test/ .git .github Gemfile])
    end
  end
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nocturne-0.0.1 nocturne.gemspec