Skip to content

Commit

Permalink
Regenerate gemspec for version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Sep 4, 2020
1 parent 3cb6a0d commit 3b0aa79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions puts_debuggerer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: puts_debuggerer 0.10.0 ruby lib
# stub: puts_debuggerer 0.10.1 ruby lib

Gem::Specification.new do |s|
s.name = "puts_debuggerer".freeze
s.version = "0.10.0"
s.version = "0.10.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Andy Maleh".freeze]
s.date = "2020-08-26"
s.date = "2020-09-04"
s.description = "Debuggers are great! They help us troubleshoot complicated programming problems by inspecting values produced by code, line by line. They are invaluable when trying to understand what is going on in a large application composed of thousands or millions of lines of code.\nIn day-to-day test-driven development and simple debugging though, a puts statement can be a lot quicker in revealing what is going on than halting execution completely just to inspect a single value or a few. This is certainly true when writing the simplest possible code that could possibly work, and running a test every few seconds or minutes. Problem is you need to locate puts statements in large output logs, know which methods were invoked, find out what variable names are being printed, and see nicely formatted output. Enter puts_debuggerer. A guilt-free puts debugging Ruby gem FTW that prints file names, line numbers, code statements, and formats output nicely courtesy of awesome_print.\nPartially inspired by this blog post: https://tenderlovemaking.com/2016/02/05/i-am-a-puts-debuggerer.html (Credit to Tenderlove.)\n".freeze
s.email = "andy.am@gmail.com".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 3b0aa79

Please sign in to comment.