Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasoares committed Feb 28, 2020
2 parents b3e813d + d15017f commit 871d08d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 57 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1
orbs:
ruby: circleci/ruby@0.1.2

jobs:
build:
docker:
- image: circleci/ruby:2.6.4-stretch-node
executor: default
steps:
- checkout
- run:
name: Which bundler?
command: bundle -v
- ruby/bundle-install
56 changes: 0 additions & 56 deletions .semaphore/semaphore.yml

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.3
No code changes, just changing our CI

## 0.1.2
Adding proper specs and improving the quality of the gem

Expand Down
2 changes: 1 addition & 1 deletion lib/human_enum/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HumanEnum
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit 871d08d

Please sign in to comment.