diff --git a/jquery-oembed-rails.gemspec b/jquery-oembed-rails.gemspec index 9e61a0a..6311a7c 100644 --- a/jquery-oembed-rails.gemspec +++ b/jquery-oembed-rails.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = Jquery::Oembed::Rails::VERSION spec.authors = ["Abdulaziz AlShetwi"] spec.email = ["e@ecleel.com"] - spec.summary = %q{JQuery OEmbed for rails} - spec.description = %q{JQuery OEmbed for rails} - spec.homepage = "" + spec.summary = %q{jquery-oembed-all rails assets pipeline.} + spec.description = %q{gem enable oEmbed for rails using jquery-oembed-all.} + spec.homepage = "https://github.com/ecleel/jquery-oembed-rails" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") diff --git a/lib/jquery/oembed/rails/version.rb b/lib/jquery/oembed/rails/version.rb index 600b3c1..be158d5 100644 --- a/lib/jquery/oembed/rails/version.rb +++ b/lib/jquery/oembed/rails/version.rb @@ -1,7 +1,7 @@ module Jquery module Oembed module Rails - VERSION = "0.0.1" + VERSION = "0.1.0" end end end