From e0d11c06c02b1c9bd8327a75826125e0b2f9f29a Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 1 Feb 2011 18:37:52 -0500 Subject: [PATCH] updated gem spec --- .gitignore | 1 + flowplayer.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c111b33 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.gem diff --git a/flowplayer.gemspec b/flowplayer.gemspec index e7b37cb..503bca6 100644 --- a/flowplayer.gemspec +++ b/flowplayer.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Scott Davis"] - s.description = %q{Flowplayer Helpers} - s.summary = %q{Flowplayer helper written in ruby} + s.description = %q{Flowplayer helper for Rails 3} + s.summary = %q{Flowplayer helper for Rails 3} s.email = %q{jetviper21@gmail.com} s.date = Date.today.to_s @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' - s.homepage = %q{http://github.com/jetviper21} + s.homepage = %q{https://github.com/jetviper21/flowplayer-gem} s.rdoc_options = ["--charset=UTF-8"] s.required_rubygems_version = ">= 1.3.6"