Skip to content

Commit

Permalink
Packaging tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed May 4, 2018
1 parent c5505fa commit 11b171a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions puma-plugin-systemd.gemspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# coding: utf-8, frozen_string_literal: true
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "puma/plugin/systemd/version"

Gem::Specification.new do |spec|
spec.name = "puma-plugin-systemd"
spec.version = Puma::Plugin::Systemd::VERSION
spec.authors = ["Samuel Cochran"]
spec.email = ["[email protected]"]
spec.author = "Samuel Cochran"
spec.email = "[email protected]"

spec.summary = "Puma integration with systemd: notify, status, watchdog"
spec.homepage = "https://github.com/sj26/puma-plugin-systemd"
spec.license = "MIT"

spec.files = Dir["lib/**/*.rb"]
spec.require_paths = ["lib"]
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE"]

spec.add_runtime_dependency "puma", "~> 3.6.0"
spec.add_runtime_dependency "json"
Expand Down

0 comments on commit 11b171a

Please sign in to comment.