Skip to content

Commit ef1ebb3

Browse files
committed
Update .gemspec
1 parent a5a71db commit ef1ebb3

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

web-push.gemspec

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
lib = File.expand_path('lib', __dir__)
2-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3-
require 'web_push/version'
1+
require_relative 'lib/web_push/version'
42

53
Gem::Specification.new do |spec|
6-
spec.name = 'web-push'
7-
spec.version = WebPush::VERSION
8-
spec.authors = ['zaru@sakuraba']
9-
spec.email = ['[email protected]']
4+
spec.name = 'web-push'
5+
spec.version = WebPush::VERSION
6+
spec.authors = ['zaru', 'collimarco']
7+
spec.email = ['[email protected]']
108

11-
spec.summary = 'Encryption Utilities for Web Push payload. '
12-
spec.homepage = 'https://github.com/zaru/webpush'
9+
spec.summary = 'Web Push library for Ruby (RFC8030)'
10+
spec.homepage = 'https://github.com/pushpad/web-push'
11+
12+
spec.files = `git ls-files`.split("\n")
1313

14-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
15-
spec.bindir = 'exe'
16-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
17-
spec.require_paths = ['lib']
18-
1914
spec.required_ruby_version = '>= 2.2'
2015

2116
spec.add_dependency 'hkdf', '~> 0.2'

0 commit comments

Comments
 (0)