Skip to content

Commit

Permalink
Merge pull request #3 from TecnoSigma/update_readme
Browse files Browse the repository at this point in the history
Substitution of characters (slash by hyphen) in line that is inserted in Gemfile file
  • Loading branch information
lorn authored Jun 29, 2020
2 parents 3690fcd + 80ee1cf commit 8e654bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.2 - 2017-10-18]
### Added
Allow usage with newer versions of heartcheck

## 0.0.1 - 2015-11-27
### Added
Create gem

[Unreleased]: https://github.com/locaweb/heartcheck-resque/compare/master....HEAD
[0.0.2 - 2017-10-18]: https://github.com/locaweb/heartcheck-resque/releases/tag/v0.0.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Add this line to your application's Gemfile:

```ruby
gem 'heartcheck/resque'
gem 'heartcheck-resque'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/heartcheck/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Heartcheck
module Resque
VERSION = '0.0.2'
VERSION = '0.0.2'.freeze
end
end

0 comments on commit 8e654bc

Please sign in to comment.