Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
Change-Id: Ib481bc4b56e27a423d5b34581209f865e80d5802
  • Loading branch information
avsej committed Apr 10, 2012
1 parent 3448c8b commit 330b1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion couchbase.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.extensions = `git ls-files -- ext/**/extconf.rb`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'yaji', '~> 0.2.1'
s.add_runtime_dependency 'yaji', '~> 0.2.3'
s.add_runtime_dependency 'yajl-ruby', '~> 1.1.0'

s.add_development_dependency 'rake', '~> 0.8.7'
Expand Down
2 changes: 1 addition & 1 deletion tasks/compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace :ports do
end

task :libcouchbase => [:libvbucket] do
recipe = MiniPortile.new "libcouchbase", "1.0.2"
recipe = MiniPortile.new "libcouchbase", "1.1.0dp2"
recipe.files << "http://packages.couchbase.com/clients/c/#{recipe.name}-#{recipe.version}.tar.gz"
recipe.configure_options.push("--disable-debug",
"--disable-dependency-tracking",
Expand Down

0 comments on commit 330b1d4

Please sign in to comment.