Skip to content

Commit

Permalink
Merge pull request #8 from kevinreedy/fix-deploy
Browse files Browse the repository at this point in the history
fix gem upload
  • Loading branch information
kevinreedy committed Sep 5, 2017
2 parents 56591a4 + a6b650d commit 2907b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.0.0
- 2.4.0
script: bundle exec rake
before_install:
- gem update --system
Expand Down
2 changes: 1 addition & 1 deletion lita-espn-fantasy-football.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-espn-fantasy-football"
spec.version = "0.1.5"
spec.version = "0.1.6"
spec.authors = ["Kevin Reedy", "Miles Evenson"]
spec.email = ["kevinreedy@gmail.com", "miles.evenson@gmail.com"]
spec.description = "Lita handler for ESPN Fantasy Football"
Expand Down

0 comments on commit 2907b1a

Please sign in to comment.