Skip to content

Commit

Permalink
Change up way to do bundle/gem of local nats
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Jan 18, 2014
1 parent dae3c1f commit 0dc41e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "http://rubygems.org"

gemspec

gem 'eventmachine', '= 0.12.10'
gem 'daemons', '>= 1.1.5'
gem 'json_pure', '>= 1.7.3', :require => 'json'
Expand All @@ -8,5 +10,4 @@ gem 'thin', '>= 1.4.1', '< 1.6'
group :test do
gem 'rake'
gem 'rspec', '>= 2.11.0'
gem 'nats', :path => '.'
end
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,26 @@ PATH
GEM
remote: http://rubygems.org/
specs:
daemons (1.1.8)
diff-lcs (1.1.3)
daemons (1.1.9)
diff-lcs (1.2.5)
eventmachine (0.12.10)
eventmachine (0.12.10-java)
json_pure (1.7.3)
rack (1.4.1)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
thin (1.4.1)
json_pure (1.8.1)
rack (1.5.2)
rake (10.1.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)

PLATFORMS
java
ruby

DEPENDENCIES
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
desc "Run rspec"
task :spec do
sh('bundle install')
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new do |t|
t.rspec_opts = %w(-fs -c)
Expand Down

0 comments on commit 0dc41e7

Please sign in to comment.