-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add prefix header * rubocop
- Loading branch information
Konstantin Munteanu
authored
May 12, 2020
1 parent
38b5c1e
commit 20acb4a
Showing
4 changed files
with
34 additions
and
13 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) | |
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |s| | ||
s.name = 'api_valve' | ||
s.version = ENV.fetch 'VERSION', '0.7.4' | ||
s.version = ENV.fetch 'VERSION', '0.8.0' | ||
s.authors = ['mkon'] | ||
s.email = ['[email protected]'] | ||
s.homepage = 'https://github.com/mkon/api_valve' | ||
|
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
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