-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s| | |
s.rubygems_version = "2.2" | ||
s.required_ruby_version = ">=2.6.5" | ||
s.name = "lazylead" | ||
s.version = "0.0.0" | ||
s.version = "0.12.0" | ||
s.license = "MIT" | ||
s.summary = "Eliminate the annoying work within bug-trackers." | ||
s.description = "Ticketing systems (Github, Jira, etc.) are strongly | ||
|
@@ -45,7 +45,7 @@ tasks instead of solving technical problems." | |
s.authors = ["Yurii Dubinka"] | ||
s.email = "[email protected]" | ||
s.homepage = "http://github.com/dgroup/lazylead" | ||
s.post_install_message = "Thanks for installing Lazylead v0.0.0! | ||
s.post_install_message = "Thanks for installing Lazylead v0.12.0! | ||
Read our blog posts: https://lazylead.org | ||
Stay in touch with the community in Telegram: https://t.me/lazylead | ||
Follow us on Twitter: https://twitter.com/lazylead | ||
|
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 |
---|---|---|
|
@@ -23,5 +23,5 @@ | |
# OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
module Lazylead | ||
VERSION = "0.0.0" | ||
VERSION = "0.12.0" | ||
end |