Skip to content

Instantly share code, notes, and snippets.

@hanachin
Forked from bluerabbit/gist_gem.gemspec
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save hanachin/db62a264c3214e78b1be to your computer and use it in GitHub Desktop.

Select an option

Save hanachin/db62a264c3214e78b1be to your computer and use it in GitHub Desktop.

Revisions

  1. hanachin revised this gist Jun 18, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gist_gem.gemspec
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,6 @@ Gem::Specification.new do |spec|
    spec.authors = ["-"]
    spec.email = ["-"]
    spec.summary = "-"
    spec.files = ["gist_gem.rb"]
    spec.files = ["gist.rb"]
    spec.require_path = "."
    end
  2. hanachin renamed this gist Jun 18, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. hanachin revised this gist Jun 18, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gist_gem.gemspec
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,6 @@ Gem::Specification.new do |spec|
    spec.authors = ["-"]
    spec.email = ["-"]
    spec.summary = "-"
    spec.files = ["gist.rb"]
    spec.files = ["gist_gem.rb"]
    spec.require_path = "."
    end
  4. hanachin renamed this gist Jun 18, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. @bluerabbit bluerabbit revised this gist Jun 18, 2014. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions gist_gem.gemspec
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    Gem::Specification.new do |spec|
    spec.name = "gist_gem"
    spec.version = "0.0.1"
    spec.authors = ["-"]
    spec.email = ["-"]
    spec.summary = "-"
    spec.files = ["gist.rb"]
    spec.require_path = "."
    end
  6. @bluerabbit bluerabbit renamed this gist Jun 18, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. @bluerabbit bluerabbit created this gist Jun 18, 2014.
    1 change: 1 addition & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    puts 'gist gem'