Skip to content

Commit

Permalink
More rubygems metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 9, 2018
1 parent a614ff5 commit aa88055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions image_placeholder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Gem::Specification.new do |spec|

spec.summary = %q{Image placeholder middleware for any Rack application.}
spec.license = "MIT"
spec.metadata = {
"changelog_uri" => "https://github.com/arkency/image_placeholder/releases",
"source_code_uri" => "https://github.com/arkency/image_placeholder",
"bug_tracker_uri" => "https://github.com/arkency/image_placeholder/issues",
}

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
2 changes: 1 addition & 1 deletion lib/image_placeholder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ImagePlaceholder
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit aa88055

Please sign in to comment.