-
-
Save hanachin/db62a264c3214e78b1be to your computer and use it in GitHub Desktop.
Revisions
-
hanachin revised this gist
Jun 18, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.require_path = "." end -
hanachin renamed this gist
Jun 18, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hanachin revised this gist
Jun 18, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.require_path = "." end -
hanachin renamed this gist
Jun 18, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bluerabbit revised this gist
Jun 18, 2014 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
bluerabbit renamed this gist
Jun 18, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bluerabbit created this gist
Jun 18, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ puts 'gist gem'