Skip to content

Commit

Permalink
Pry compliancy :3
Browse files Browse the repository at this point in the history
Pry is so amazing ... .
  • Loading branch information
SpoBo committed Jan 27, 2011
1 parent 9b8f21c commit 9c28893
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ GEM
crack (0.1.8)
diff-lcs (1.1.2)
json (1.4.6)
method_source (0.2.0)
mime-types (1.16)
pry (0.4.5)
method_source (>= 0.2.0)
ruby_parser (>= 2.0.5)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.3.0)
Expand All @@ -27,6 +31,9 @@ GEM
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
sexp_processor (3.0.5)
webmock (1.6.2)
addressable (>= 2.2.2)
crack (>= 0.1.7)
Expand All @@ -38,6 +45,7 @@ DEPENDENCIES
autotest
autotest-growl
json
pry
rest-client
rspec (~> 2.3.0)
traktor!
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'rspec'
require 'traktor'
require 'webmock/rspec'
require 'pry'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Expand Down
1 change: 1 addition & 0 deletions traktor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "autotest"
s.add_development_dependency "autotest-growl"
s.add_development_dependency "webmock"
s.add_development_dependency "pry"

s.rubyforge_project = "traktor"

Expand Down

0 comments on commit 9c28893

Please sign in to comment.