Skip to content

Commit

Permalink
Merge pull request #55 from envato/paj/travis-bump-rubygems
Browse files Browse the repository at this point in the history
Travis CI enabled
  • Loading branch information
johnsyweb authored Nov 12, 2018
2 parents 431fa56 + 6c27f57 commit 007b22e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: false
language: ruby
rvm:
- 2.4.2
before_install: gem install bundler -v 1.16.1
- 2.3.8
- 2.4.5
- 2.5.3
before_install:
- gem update --system
- gem install bundler
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] 2018-11-12
### Changed
- Preparing for release!
- Travis CI enabled
- Ensure we are protected against CVE-2017-8418
- RubyGems metadata includes a description

## [0.3.0] 2018-11-12
## Initial Release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to get regular dependency updates into production.
- Vulnerability advisory information using [bundler-audit](https://github.com/rubysec/bundler-audit)
- Links to the home page, source code and change log (where available) of each gem

## Development status [![Build status](https://badge.buildkite.com/d7db34f910131ff2a03d31dcc0ee960a3bc5f0df2c42ec4eb4.svg?branch=master&style=flat-square)](https://buildkite.com/envato-marketplaces/unwrappr)
## Development status [![Build Status](https://travis-ci.org/envato/unwrappr.svg?branch=master)](https://travis-ci.org/envato/unwrappr)

`unwrappr` is used in many projects around [Envato][envato]
However, it is still undergoing development and features are likely to change
Expand Down Expand Up @@ -54,7 +54,7 @@ See https://github.com/settings/tokens to set up personal access tokens.

## Requirements

- Ruby (tested against v2.4 and above)
- Ruby (tested against v2.3 and above)
- GitHub access (see Configuration section)

## Contact ![Join the chat at https://gitter.im/envato/unwrappr](https://badges.gitter.im/Join%20Chat.svg)
Expand Down

0 comments on commit 007b22e

Please sign in to comment.