File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
/tmp /
9
9
/spec /tmp /
10
10
11
+ * .gem
12
+
11
13
# rspec failure tracking
12
14
.rspec_status
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Gem::Specification.new do |spec|
6
6
spec . authors = [ "Stefan Exner" ]
7
7
spec . email = [ "stex@sterex.de" ]
8
8
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. "
11
11
spec . homepage = "https://github.com/stex/plex_symlinker"
12
12
spec . license = "MIT"
13
13
spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.3.0" )
14
14
15
15
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
17
17
18
18
# Specify which files should be added to the gem when it is released.
19
19
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments