Skip to content

Commit

Permalink
v2 gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed May 26, 2017
1 parent d58f900 commit 0006e19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.1.0)
circleci (2.0.0)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksum/circleci-2.0.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6b885fddb4dc2f49ac441f32dcdebf1392da71e12f969c1bba0a73467f1f9f66dfdbdf7fbde0c5cc3ee632e9bcd792761131548e3056c92cbdd739ff17b05720
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.1.0'
s.date = '2017-03-20'
s.version = '2.0.0'
s.date = '2017-05-26'
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 0006e19

Please sign in to comment.