Skip to content

Commit

Permalink
Add byebug and pry-byebug as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asoesilo committed Jan 21, 2015
1 parent 721c287 commit 9c811ea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
24 changes: 21 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
PATH
remote: .
specs:
routific (0.0.2)
routific (0.0.3)
json (~> 1.8)
rest-client (~> 1.7)

GEM
remote: https://rubygems.org/
specs:
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
coderay (1.1.0)
columnize (0.9.0)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
faker (1.4.2)
i18n (~> 0.5)
i18n (0.6.11)
json (1.8.1)
json (1.8.2)
method_source (0.8.2)
mime-types (2.4.3)
netrc (0.8.0)
netrc (0.10.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (2.0.0)
byebug (~> 3.4)
pry (~> 0.10)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
Expand All @@ -33,12 +48,15 @@ GEM
rspec-mocks (3.0.2)
rspec-support (~> 3.0.0)
rspec-support (3.0.2)
slop (3.6.0)

PLATFORMS
ruby

DEPENDENCIES
byebug (~> 3.5)
dotenv (~> 0.11)
faker (~> 1.4)
pry-byebug (~> 2.0)
routific!
rspec (~> 3.0)
6 changes: 4 additions & 2 deletions routific.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Gem::Specification.new do |s|
s.name = 'routific'
s.version = '0.0.2'
s.date = '2014-11-18'
s.version = '0.0.3'
s.date = '2015-01-21'
s.add_runtime_dependency('rest-client', '~> 1.7')
s.add_runtime_dependency('json', '~> 1.8')
s.add_development_dependency('rspec', '~> 3.0')
s.add_development_dependency('faker', '~> 1.4')
s.add_development_dependency('dotenv', '~> 0.11')
s.add_development_dependency('byebug', '~> 3.5')
s.add_development_dependency('pry-byebug', '~> 2.0')
s.summary = 'routific API'
s.description = 'Gem to use Routific API'
s.authors = ['Marc Kuo', 'Andre Soesilo']
Expand Down

0 comments on commit 9c811ea

Please sign in to comment.