Skip to content

Commit

Permalink
Merge c4bcf4e into 22346e7
Browse files Browse the repository at this point in the history
  • Loading branch information
rud committed Oct 15, 2013
2 parents 22346e7 + c4bcf4e commit 471b295
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 111 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/doc
/.yardoc
/pkg
/coverage
/coverage
Gemfile.lock
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.0-p247
107 changes: 0 additions & 107 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion etcd-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.bindir = 'bin'

s.add_dependency 'httpclient', '~> 2.3.0'
s.add_dependency 'multi_json', '~> 1.7.0'
s.add_dependency 'multi_json', '~> 1.7'

s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'
Expand Down
3 changes: 3 additions & 0 deletions sh/install-etcd.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# Exit if any error is encountered:
set -o errexit

# https://go.googlecode.com/files/go1.1.2.linux-386.tar.gz
# https://go.googlecode.com/files/go1.1.2.darwin-amd64.tar.gz
# uname -m (x86_64/386)
Expand Down
2 changes: 1 addition & 1 deletion sh/test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COVERAGE=no rspec
COVERAGE=no bundle exec rspec

0 comments on commit 471b295

Please sign in to comment.