Skip to content

Commit 8c12f1b

Browse files
committed
Updated gemspec
1 parent 449be08 commit 8c12f1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
/tmp/
99
/spec/tmp/
1010

11+
*.gem
12+
1113
# rspec failure tracking
1214
.rspec_status

plex_symlinker.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Stefan Exner"]
77
spec.email = ["stex@sterex.de"]
88

9-
spec.summary = "Summary"
10-
spec.description = "Description"
9+
spec.summary = "Create a plex music agent friendly symlink structure for your audiobook files. "
10+
spec.description = "Create a plex music agent friendly symlink structure for your audiobook files. "
1111
spec.homepage = "https://github.com/stex/plex_symlinker"
1212
spec.license = "MIT"
1313
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
16-
spec.metadata["source_code_uri"] = "https://github.com/stex/plex_symlinker"
16+
spec.metadata["source_code_uri"] = spec.homepage
1717

1818
# Specify which files should be added to the gem when it is released.
1919
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)