Skip to content

Commit d28ccb6

Browse files
authored
Update gemspec (#1472)
* update gemspec with team as authors and new website * fix bundler warnings * update gemspec with summary description from repo * update license, add changelog * use bundler 2
1 parent 21ccd88 commit d28ccb6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 GitHub
3+
Copyright (c) 2018-present ViewComponent contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ title: Changelog
99

1010
## main
1111

12+
* Update `gemspec` author to be ViewComponent team.
13+
14+
*Joel Hawksley*
15+
1216
* Fix bug where `ViewComponent::Compiler` wasn't required.
1317

1418
*Joel Hawksley*

view_component.gemspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ require "view_component/version"
77
Gem::Specification.new do |spec|
88
spec.name = "view_component"
99
spec.version = ViewComponent::VERSION::STRING
10-
spec.authors = ["GitHub Open Source"]
11-
spec.email = ["opensource+view_component@github.com"]
10+
spec.author = "ViewComponent Team"
1211

13-
spec.summary = "View components for Rails"
14-
spec.homepage = "https://github.com/github/view_component"
12+
spec.summary = "A framework for building reusable, testable & encapsulated view components in Ruby on Rails."
13+
spec.homepage = "https://viewcomponent.org"
1514
spec.license = "MIT"
1615

1716
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -34,7 +33,7 @@ Gem::Specification.new do |spec|
3433
spec.add_development_dependency "appraisal", "~> 2.4"
3534
spec.add_development_dependency "benchmark-ips", "~> 2.8.2"
3635
spec.add_development_dependency "better_html", "~> 1"
37-
spec.add_development_dependency "bundler", ">= 1.15.0"
36+
spec.add_development_dependency "bundler", "~> 2"
3837
spec.add_development_dependency "erb_lint", "~> 0.0.37"
3938
spec.add_development_dependency "haml", "~> 5"
4039
spec.add_development_dependency "jbuilder", "~> 2"
@@ -48,5 +47,5 @@ Gem::Specification.new do |spec|
4847
spec.add_development_dependency "slim", "~> 4.0"
4948
spec.add_development_dependency "sprockets-rails", "~> 3.2.2"
5049
spec.add_development_dependency "yard", "~> 0.9.25"
51-
spec.add_development_dependency "yard-activesupport-concern"
50+
spec.add_development_dependency "yard-activesupport-concern", "~> 0.0.1"
5251
end

0 commit comments

Comments
 (0)