Skip to content

Commit

Permalink
Add Twilio gem to runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswoodrich committed May 17, 2015
1 parent 001a082 commit e2c6358
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lita-twilio.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-twilio"
spec.version = "0.0.2"
spec.version = "0.1.0"
spec.authors = ["Chris Woodrich"]
spec.email = ["cwoodrich@gmail.com"]
spec.description = "Twilio integration for Lita"
Expand All @@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "lita", ">= 4.2"
spec.add_runtime_dependency 'twilio-ruby'


spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit e2c6358

Please sign in to comment.