Skip to content

Commit

Permalink
Update to version 1.0.3
Browse files Browse the repository at this point in the history
- Fix require of forwardable issue
  • Loading branch information
mtchavez committed Oct 1, 2016
1 parent 6998abe commit 1768946
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.3 - (2016-09-30)

* Fix requiring of `forwardable`

# Version 1.0.2 - (2016-09-24)

* Fix requiring of `openssl` - fixed in [#81](https://github.com/mtchavez/circleci/pull/81)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
circleci (1.0.2)
circleci (1.0.3)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksum/circleci-1.0.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fc25624ca7478d9823a7e4916c29cf874223f3ddf572e0b6f8322480ba94d14202b221e10457a18bea41e0ba8ac106db0a17803e1f43dc70b03db8b3b2369810
4 changes: 2 additions & 2 deletions circleci.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = 'circleci'
s.version = '1.0.2'
s.date = '2016-09-24'
s.version = '1.0.3'
s.date = '2016-09-30'
s.summary = 'Circle CI REST API gem'
s.description = 'Ruby gem for Circle CI REST API'
s.licenses = %w[MIT]
Expand Down

0 comments on commit 1768946

Please sign in to comment.