Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine depdencies #72

Merged
merged 1 commit into from
Nov 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions octopolo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
require File.expand_path('../lib/octopolo/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Patrick Byrne", "Luke Ludwig"]
gem.email = ["patrick.byrne@sportngin.com", "luke.ludwig@sportngin.com"]
gem.authors = ["Patrick Byrne", "Luke Ludwig", "Sport Ngin Platform Operations"]
gem.email = ["patrick.byrne@sportngin.com", "luke.ludwig@sportngin.com", "platform-ops@sportngin.com"]
gem.description = %q{A set of GitHub workflow scripts.}
gem.summary = %q{A set of GitHub workflow scripts to provide a smooth development process for your projects.}
gem.homepage = "https://github.com/sportngin/octopolo"
Expand All @@ -16,15 +16,15 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Octopolo::VERSION

gem.add_dependency 'rake', '~> 10.1'
gem.add_dependency 'gli', '~> 2.13'
gem.add_dependency 'hashie', '~> 1.2'
gem.add_dependency 'octokit', '~> 4.0.1'
gem.add_dependency 'octokit', '~> 4.0'
gem.add_dependency 'highline', '~> 1.6'
gem.add_dependency 'pivotal-tracker', '~> 0.5'
gem.add_dependency 'jiralicious', '~> 0.4'
gem.add_dependency 'semantic', '~> 1.3'

gem.add_development_dependency 'rake', '~> 10.1'
gem.add_development_dependency 'rspec', '~> 2.99'
gem.add_development_dependency 'guard', '~> 2.6'
gem.add_development_dependency 'guard-rspec', '~> 4.3'
Expand Down