Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Last active August 29, 2015 14:02
Show Gist options
  • Save bluerabbit/26f26e9117b7d03b6b71 to your computer and use it in GitHub Desktop.
Save bluerabbit/26f26e9117b7d03b6b71 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |spec|
spec.name = "gist_gem"
spec.version = "0.0.2"
spec.authors = ["-"]
spec.email = ["-"]
spec.summary = "-"
spec.files = ["gist_gem.rb"]
spec.require_path = "."
end
class Hoge
def say
puts 'hoge'
end
end
@bluerabbit
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment