Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brodock committed Aug 14, 2015
1 parent 451d3d8 commit ab459e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lita-octocat.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |spec|
spec.name = "lita-octocat"
spec.version = "0.0.2"
spec.authors = ["Daniel Yoon"]
spec.email = ["robotright@gmail.com"]
spec.version = "0.1.0"
spec.authors = ["Daniel Yoon", "Gabriel Mazetto"]
spec.email = ["robotright@gmail.com", "brodock@gmail.com"]
spec.description = %q{Display ascii octocat saying random things.}
spec.summary = %q{Display ascii octocat saying random things.}
spec.homepage = "https://github.com/daniely/lita-octocat"
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "lita", ">= 4.4"

spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.3.0"
spec.add_development_dependency "simplecov"
Expand Down

0 comments on commit ab459e6

Please sign in to comment.