Skip to content

Commit afb95a5

Browse files
committed
Update gemspec for v1.0.0
1 parent cbd63fb commit afb95a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circleci.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22
Gem::Specification.new do |s|
33
s.name = 'circleci'
4-
s.version = '0.2.3'
5-
s.date = '2016-03-12'
4+
s.version = '1.0.0'
5+
s.date = '2016-08-31'
66
s.summary = 'Circle CI REST API gem'
77
s.description = 'Ruby gem for Circle CI REST API'
88
s.licenses = %w[MIT]
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
1414
s.rdoc_options = %w[--charset=UTF-8 --main=README.md]
1515
s.extra_rdoc_files = %w[README.md]
1616
s.required_ruby_version = '>= 2.0.0'
17-
s.metadata['yard.run'] = 'yri' # use "yard" to build full HTML docs.
1817

1918
# Dev Dependencies
2019
s.add_development_dependency 'coveralls', '~> 0.8.14', '>= 0.8.14'

0 commit comments

Comments
 (0)