[DRE-commits] [ruby-org] 145/303: Bumped gem to 0.6.3 for patch release

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:46 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 0c07b90745b860da8b3151ce366f051b07275a99
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Tue May 22 21:45:57 2012 +0900

    Bumped gem to 0.6.3 for patch release
---
 History.txt      |    4 ++++
 lib/org-ruby.rb  |    2 +-
 org-ruby.gemspec |    6 +++---
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/History.txt b/History.txt
index 7927045..7d506ea 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,7 @@
+== 0.6.3 / 2012-05-22
+
+* Minor enhancement: Correct handling of .org URIs in HTML markup routine (thanks, rayl)
+
 == 0.6.1 / 2012-04-14
 
 * Added encoding directive to support Ruby 1.9.2
diff --git a/lib/org-ruby.rb b/lib/org-ruby.rb
index a5b0f49..b32a8c0 100644
--- a/lib/org-ruby.rb
+++ b/lib/org-ruby.rb
@@ -3,7 +3,7 @@ unless defined? ::OrgRuby
 module OrgRuby
 
   # :stopdoc:
-  VERSION = '0.6.1'
+  VERSION = '0.6.3'
   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 4d3e050..40a42f5 100644
--- a/org-ruby.gemspec
+++ b/org-ruby.gemspec
@@ -2,16 +2,16 @@
 
 Gem::Specification.new do |s|
   s.name = "org-ruby"
-  s.version = "0.6.1"
+  s.version = "0.6.3"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Brian Dewey"]
-  s.date = "2012-04-14"
+  s.date = "2012-05-22"
   s.description = "This gem contains Ruby routines for parsing org-mode files.The most\nsignificant thing this library does today is convert org-mode files to\nHTML or textile. Currently, you cannot do much to customize the\nconversion. The supplied textile conversion is optimized for\nextracting \"content\" from the orgfile as opposed to \"metadata.\" "
   s.email = "bdewey at gmail.com"
   s.executables = ["org-ruby"]
   s.extra_rdoc_files = ["History.txt", "README.rdoc", "announcement.txt", "bin/org-ruby"]
-  s.files = [".bnsignore", "Gemfile", "Gemfile.lock", "History.txt", "README.rdoc", "Rakefile", "TAGS", "announcement.txt", "bin/org-ruby", "lib/org-ruby.rb", "lib/org-ruby/headline.rb", "lib/org-ruby/html_output_buffer.rb", "lib/org-ruby/html_symbol_replace.rb", "lib/org-ruby/line.rb", "lib/org-ruby/output_buffer.rb", "lib/org-ruby/parser.rb", "lib/org-ruby/regexp_helper.rb", "lib/org-ruby/textile_output_buffer.rb", "lib/org-ruby/textile_symbol_replace.rb", "lib/org-ruby/tilt.rb", "org- [...]
+  s.files = [".bnsignore", ".gitignore", "Gemfile", "Gemfile.lock", "History.txt", "README.rdoc", "Rakefile", "TAGS", "announcement.txt", "bin/org-ruby", "lib/org-ruby.rb", "lib/org-ruby/headline.rb", "lib/org-ruby/html_output_buffer.rb", "lib/org-ruby/html_symbol_replace.rb", "lib/org-ruby/line.rb", "lib/org-ruby/output_buffer.rb", "lib/org-ruby/parser.rb", "lib/org-ruby/regexp_helper.rb", "lib/org-ruby/textile_output_buffer.rb", "lib/org-ruby/textile_symbol_replace.rb", "lib/org-ruby/t [...]
   s.homepage = "http://github.com/bdewey/org-ruby"
   s.rdoc_options = ["--main", "README.rdoc"]
   s.require_paths = ["lib"]

-- 
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