[DRE-commits] [ruby-org] 165/303: Bump version to 0.7.0. This version starts supporting syntax highlight

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit 94d7bd10be7ba2af68baea3b923a4009bbe575e4
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sun Jul 8 01:51:40 2012 +0900

    Bump version to 0.7.0. This version starts supporting syntax highlight
---
 lib/org-ruby.rb  |    2 +-
 org-ruby.gemspec |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/org-ruby.rb b/lib/org-ruby.rb
index 43ed6c7..700d106 100644
--- a/lib/org-ruby.rb
+++ b/lib/org-ruby.rb
@@ -21,7 +21,7 @@ require 'org-ruby/tilt'
 module OrgRuby
 
   # :stopdoc:
-  VERSION = '0.6.3'
+  VERSION = '0.7.0'
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
   # :startdoc:
diff --git a/org-ruby.gemspec b/org-ruby.gemspec
index 40a42f5..8689f9a 100644
--- a/org-ruby.gemspec
+++ b/org-ruby.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = "org-ruby"
-  s.version = "0.6.3"
+  s.version = "0.7.0"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Brian Dewey"]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list