Skip to content

Instantly share code, notes, and snippets.

@jhawthorn
Created January 1, 2019 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhawthorn/37f5e07a61119d103b35cce9ce98b606 to your computer and use it in GitHub Desktop.
Save jhawthorn/37f5e07a61119d103b35cce9ce98b606 to your computer and use it in GitHub Desktop.
This gem is about TODOs https://twitter.com/searls/status/1079929935660236801
require "fullwidth" # https://github.com/jhawthorn/fullwidth
Gem::Specification.new do |spec|
spec.name = "todo_test"
spec.version = "0.0.0"
spec.authors = ["John Hawthorn"]
spec.email = ["john@hawthorn.email"]
spec.summary = %q{This gem is about TODOs}.to_fullwidth
spec.description = %q{This gem is about TODOs. lol}.to_fullwidth
spec.files = []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment