Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caryfitzhugh committed Nov 27, 2012
1 parent 7b61984 commit fa9611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/truestack_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TruestackRails
VERSION = "0.1.3"
VERSION = "0.1.4"
end
1 change: 1 addition & 0 deletions truestack_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'truestack_client', :git => "git://github.com/caryfitzhugh/truestack_client.git"
s.add_dependency 'momentarily', "~> 0.0.3"
s.add_dependency 'grit'
s.add_dependency 'sys-proctable', "~> 0.9.0"
Expand Down

0 comments on commit fa9611e

Please sign in to comment.