Skip to content

Commit

Permalink
use released version of slyphon-zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Jun 17, 2011
1 parent 77cdf2f commit e216217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -8,9 +8,5 @@ gemspec
gem 'ruby-debug', :platforms => [:mri_18, :jruby]
gem 'ruby-debug19', :platforms => :mri_19

git 'git://github.com/slyphon/zookeeper.git', :branch => 'dev/em' do
gem 'slyphon-zookeeper', '~> 0.2.0'
end


# vim:ft=ruby
2 changes: 1 addition & 1 deletion zk.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{A high-level wrapper around the zookeeper driver}
s.description = s.summary

#s.add_runtime_dependency 'slyphon-zookeeper', '~> 0.1.7'
s.add_runtime_dependency 'slyphon-zookeeper', '~> 0.2.0'

s.add_development_dependency 'rspec', '~> 2.4.0'
s.add_development_dependency 'wirble'
Expand Down

0 comments on commit e216217

Please sign in to comment.