Skip to content

Commit

Permalink
Update gem summary and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jan 28, 2019
1 parent 3d7ce65 commit 8950760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dry-view.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
spec.version = Dry::View::VERSION
spec.authors = ["Tim Riley", "Piotr Solnica"]
spec.email = ["[email protected]", "[email protected]"]
spec.summary = "Functional view rendering system"
spec.summary = "A complete, standalone view rendering system that gives you everything you need to write well-factored view code"
spec.description = spec.summary
spec.homepage = "https://github.com/dry-rb/dry-view"
spec.homepage = "https://dry-rb.org/gems/dry-view"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(benchmarks|examples|spec)/}) }
Expand Down

0 comments on commit 8950760

Please sign in to comment.