-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dorian Marié
committed
May 26, 2022
1 parent
89d45dc
commit 1b2a594
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ require "climate_control/version" | |
Gem::Specification.new do |gem| | ||
gem.name = "climate_control" | ||
gem.version = ClimateControl::VERSION | ||
gem.authors = ["Joshua Clayton"] | ||
gem.email = ["[email protected]"] | ||
gem.authors = ["Joshua Clayton", "Dorian Marié"] | ||
gem.email = ["[email protected]", "[email protected]"] | ||
gem.description = "Modify your ENV" | ||
gem.summary = "Modify your ENV easily with ClimateControl" | ||
gem.homepage = "https://github.com/thoughtbot/climate_control" | ||
|