Skip to content

Commit

Permalink
Update gemspec for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Dec 19, 2014
1 parent f912418 commit 5776197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
circleci (0.0.9)
circleci (0.1.0)
rest-client (~> 1.6)

GEM
Expand Down
6 changes: 3 additions & 3 deletions circleci.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = 'circleci'
s.version = '0.0.9'
s.date = '2014-11-04'
s.version = '0.1.0'
s.date = '2014-12-19'
s.summary = 'Circle CI API Wrapper'
s.description = 'Wraps Circle CI API calls in a gem.'
s.licenses = ['MIT']
s.authors = ['Chavez']
s.email = 'nailsbrokeandfell@gmail.com'
s.email = 'chavez@example.com'
s.files = Dir.glob('{bin,lib}/**/*') + %w(README.md)
s.require_paths = ['lib']
s.homepage = 'http://github.com/mtchavez/circleci'
Expand Down

0 comments on commit 5776197

Please sign in to comment.