Skip to content

Commit

Permalink
add activesupport so we can use ordered_hash for 1.8 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Oct 2, 2011
1 parent 142c06b commit 79c992c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
PATH
remote: .
specs:
terminitor (0.5.2)
terminitor (0.6.1)
activesupport (~> 3.1.0)
github (~> 0.6.2)
rb-appscript (~> 0.6.1)
thor (~> 0.14.0)

GEM
remote: http://rubygems.org/
specs:
configuration (1.2.0)
activesupport (3.1.0)
multi_json (~> 1.0)
configuration (1.3.1)
fakefs (0.3.1)
github (0.6.2)
highline (~> 1.5.1)
Expand All @@ -18,15 +21,18 @@ GEM
text-format (= 1.0.0)
text-hyphen (= 1.0.0)
highline (1.5.2)
json_pure (1.5.1)
json_pure (1.5.4)
spruz (~> 0.2.8)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
rake (0.8.7)
multi_json (1.0.3)
rake (0.9.2)
rb-appscript (0.6.1)
riot (0.12.3)
rr
rr (1.0.2)
spruz (0.2.13)
text-format (1.0.0)
text-hyphen (~> 1.0.0)
text-hyphen (1.0.0)
Expand Down
5 changes: 3 additions & 2 deletions terminitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Gem::Specification.new do |s|
else
end

s.add_dependency "thor", "~>0.14.0"
s.add_dependency "github", "~>0.6.2"
s.add_dependency "thor", "~>0.14.0"
s.add_dependency "github", "~>0.6.2"
s.add_dependency "activesupport", "~>3.1.0"
s.add_development_dependency "bundler", "~>1.0.0"
s.add_development_dependency "riot", "~>0.12.3"
s.add_development_dependency "rr", "~>1.0.0"
Expand Down

0 comments on commit 79c992c

Please sign in to comment.