Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit e221924

Browse files
committed
Preparing for Gem release
1 parent 303e063 commit e221924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to_google_spreadsheet.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = ToGoogleSpreadsheet::VERSION
88
s.authors = ["Simon H. Eskildsen"]
99
s.email = ["[email protected]"]
10-
s.homepage = ""
10+
s.homepage = "https://github.com/firmafon/to_google_spreadsheet"
1111
s.summary = %q{Convert an Array where Array.all? {|e| [OpenStruct,Hash,ActiveRecord::Base].any? { |type| e.kind_of?(type) }} to a Google spreadsheet}
1212
s.description = %q{Convert an Array where Array.all? {|e| [OpenStruct,Hash,ActiveRecord::Base].any? { |type| e.kind_of?(type) }} to a Google spreadsheet}
1313

0 commit comments

Comments
 (0)