Skip to content

Commit

Permalink
pumbed version to 0.1.0
Browse files Browse the repository at this point in the history
Add summary and description
  • Loading branch information
ecleel committed Sep 26, 2014
1 parent 6204619 commit 7249c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jquery-oembed-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Jquery::Oembed::Rails::VERSION
spec.authors = ["Abdulaziz AlShetwi"]
spec.email = ["[email protected]"]
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")
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/oembed/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jquery
module Oembed
module Rails
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end
end

0 comments on commit 7249c9f

Please sign in to comment.