Skip to content

Commit

Permalink
Update gemspec for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Aug 31, 2016
1 parent cbd63fb commit afb95a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 = '0.2.3'
s.date = '2016-03-12'
s.version = '1.0.0'
s.date = '2016-08-31'
s.summary = 'Circle CI REST API gem'
s.description = 'Ruby gem for Circle CI REST API'
s.licenses = %w[MIT]
Expand All @@ -14,7 +14,6 @@ Gem::Specification.new do |s|
s.rdoc_options = %w[--charset=UTF-8 --main=README.md]
s.extra_rdoc_files = %w[README.md]
s.required_ruby_version = '>= 2.0.0'
s.metadata['yard.run'] = 'yri' # use "yard" to build full HTML docs.

# Dev Dependencies
s.add_development_dependency 'coveralls', '~> 0.8.14', '>= 0.8.14'
Expand Down

0 comments on commit afb95a5

Please sign in to comment.