Skip to content

Commit

Permalink
Prelim 1.8.7 support. Hashery will be used for its OrderedHash
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Oct 17, 2011
1 parent 7d10afc commit 538eb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
gitolite (0.0.3.alpha)
grit (~> 2.4.1)
hashery (~> 1.4.0)

GEM
remote: http://rubygems.org/
Expand All @@ -12,6 +13,7 @@ GEM
grit (2.4.1)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
hashery (1.4.0)
mime-types (1.16)
rdoc (3.9.4)
rspec (2.6.0)
Expand Down
1 change: 1 addition & 0 deletions gitolite.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "forgery", "~> 0.5.0"
s.add_development_dependency "rdoc", "~> 3.9.4"
s.add_dependency "grit", "~> 2.4.1"
s.add_dependency "hashery", "~> 1.4.0"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 538eb03

Please sign in to comment.