Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
excon (0.45.4)
json (1.8.3)
msgpack (0.7.1)
rake (10.3.2)
rake (10.5.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -32,7 +32,7 @@ PLATFORMS

DEPENDENCIES
hoosegow!
rake (~> 10.3, >= 10.3.2)
rake
rspec (~> 2.14, >= 2.14.1)

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require_relative 'lib/hoosegow'

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

begin
Expand Down
2 changes: 1 addition & 1 deletion hoosegow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.executables = ['hoosegow']
s.homepage = 'https://github.com/github/hoosegow'
s.required_ruby_version = ">= 1.9.3"
s.add_development_dependency 'rake', '>= 10.3.2', '~> 10.3'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '>= 2.14.1', '~> 2.14'
s.add_runtime_dependency 'msgpack', '>= 0.5.6', '~> 0.5'
s.add_runtime_dependency 'yajl-ruby', '>= 1.1.0', '~> 1.1'
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
bundle install -j4
bundle install -j4 --path .bundle --binstubs bundler-bin