Skip to content

Instantly share code, notes, and snippets.

@baob
baob / create_trello_cards.rb
Last active September 21, 2015 13:02 — forked from ejoubaud/create_trello_cards.rb
Ruby script to create Trello cards
#!/usr/bin/env ruby
# If you're not using rbenv in this script's dir, you may wanna run
# these as `sudo gem install ruby-trello`, etc.
['ruby-trello', 'dotenv'].each do |gem_name|
begin
gem gem_name
rescue LoadError
puts "Running `gem install #{gem_name}`..."
puts "If this takes too long, you may want to run it manually, as `sudo` if needed."
@baob
baob / gist:3596135
Created September 2, 2012 09:10 — forked from jwieringa/gist:3588181
Specification by Example

Step 1

Identify what the business goal is for building software.

Business goal

Increase repeat sales to existing customers by 50% over the next 12 months

Step 2

From the business goal, derive the scope of the feature(s)