Skip to content

Commit

Permalink
That version file just makes a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jun 9, 2018
1 parent c98f9ff commit 2f9b013
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
3 changes: 1 addition & 2 deletions lib/puma/plugin/systemd.rb
@@ -1,10 +1,9 @@
# coding: utf-8, frozen_string_literal: true

require "json"
require "puma"
require "puma/plugin"

require_relative "systemd/version"

# Puma systemd plugin
#
# Uses systemd notify to let systemd know a little about what puma is doing, so
Expand Down
7 changes: 0 additions & 7 deletions lib/puma/plugin/systemd/version.rb

This file was deleted.

8 changes: 1 addition & 7 deletions puma-plugin-systemd.gemspec
@@ -1,12 +1,6 @@
# 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.version = "0.1.1"
spec.author = "Samuel Cochran"
spec.email = "sj26@sj26.com"

Expand Down

0 comments on commit 2f9b013

Please sign in to comment.