Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbortz committed Mar 28, 2017
1 parent 273f294 commit d8f53cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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:
vainglory-api (0.0.2)
vainglory-api (0.0.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 2 additions & 0 deletions vainglory_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Gem::Specification.new do |s|
s.files = ["lib/vainglory_api.rb"]
s.license = 'MIT'

s.required_ruby_version = '>= 2.0'

s.add_development_dependency "webmock", '~> 2.3'
s.add_development_dependency "vcr", '~> 3.0'
s.add_development_dependency "rspec", '~> 3.5'
Expand Down

0 comments on commit d8f53cc

Please sign in to comment.