Skip to content

Instantly share code, notes, and snippets.

View adstage-david's full-sized avatar

David Haslem adstage-david

View GitHub Profile
@wr0ngway
wr0ngway / changelog
Last active August 29, 2015 13:57
For generating changelogs for bundler rubygem projects
#!/usr/bin/env ruby
require 'bundler'
changelog_file = 'CHANGELOG'
entries = ""
helper = Bundler::GemHelper.new(Dir.pwd)
current_version = "v#{helper.gemspec.version}"
starting_version = nil
@chetan
chetan / yardoc_cheatsheet.md
Last active July 22, 2025 02:26
YARD cheatsheet