-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from civisanalytics/update_dependencies
Updating dependencies
- Loading branch information
Showing
7 changed files
with
44 additions
and
28 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 |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0 | ||
2.3.1 |
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
language: ruby | ||
cache: bundler | ||
rvm: | ||
- 2.1.10 | ||
- 2.2.5 | ||
- 2.3.1 | ||
branches: | ||
only: | ||
- master |
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 |
---|---|---|
@@ -1,18 +1,34 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased | ||
|
||
### Changes | ||
### Added | ||
|
||
* Added a matrix build of 2.1, 2.2, and 2.3 to Travis | ||
|
||
### Changed | ||
|
||
* Added a [Code of Conduct](CODE_OF_CONDUCT.md) | ||
* Bumped the bundler-audit version to 0.5 | ||
* Bumped the RSpec version for development to 3.5 | ||
* Bumped the Rake version for development to 11.2 | ||
* Bumped the RuboCop version for development to 0.42 | ||
* Bumped the Ruby version for development to 2.3.1 | ||
|
||
## 1.0.1 (2016-02-03) | ||
## [1.0.1] - 2016-02-03 | ||
|
||
### Bugs Fixed | ||
### Fixed | ||
|
||
* [#1](https://github.com/civisanalytics/ruby_audit/pull/1) | ||
removing unreliable last-update check | ||
|
||
## 1.0.0 (2016-02-03) | ||
|
||
* Initial Release | ||
|
||
[Unreleased]: https://github.com/civisanalytics/ruby_audit/compare/v1.1.0...HEAD | ||
[1.0.1]: https://github.com/civisanalytics/ruby_audit/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/civisanalytics/ruby_audit/commit/7535b70412641c888c80d99514b27ba254fb8316 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module RubyAudit | ||
VERSION = '1.0.1' | ||
VERSION = '1.0.1'.freeze | ||
end |
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