Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-sge committed Feb 17, 2014
1 parent a241104 commit c8f1a3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
- gem update --system
services:
- redis-server
4 changes: 3 additions & 1 deletion lita-eightball.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-eightball"
spec.version = "1.0.1"
spec.version = "1.0.3"
spec.authors = ["Mitch Dempsey"]
spec.email = ["mitch@mitchdempsey.com"]
spec.description = %q{A Lita handler for shaking an eightball.}
Expand All @@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 2.14"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "coveralls"

spec.metadata = { "lita_plugin_type" => "handler" }
end

0 comments on commit c8f1a3d

Please sign in to comment.