[DRE-commits] [ruby-org] 79/303: Version 0.5.1

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:31 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 debfc6a3616b30ea030bbf55d02f75a14c829b45
Author: Brian Dewey <bdewey at gmail.com>
Date:   Wed Dec 30 21:46:11 2009 -0800

    Version 0.5.1
---
 History.txt            |    6 ++++++
 announcement.txt       |   18 +++---------------
 lib/org-ruby.rb        |    2 +-
 pkg/org-ruby-0.5.0.gem |  Bin 41984 -> 0 bytes
 pkg/org-ruby-0.5.1.gem |  Bin 0 -> 43008 bytes
 5 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/History.txt b/History.txt
index 2140822..54859f7 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+== 0.5.1 / 2009-12-30
+
+* Minor enhancement: Recognize lines starting with ":" as examples.
+* Minor enhancement: Recognize #+BEGIN_SRC as source blocks
+* Minor enhancement: Add "src" and "example" classes to <pre> blocks.
+
 == 0.5.0 / 2009-12-30
 
 * Parse (but not necessarily *use*) in-buffer settings. The following
diff --git a/announcement.txt b/announcement.txt
index 164da36..c78a0dc 100644
--- a/announcement.txt
+++ b/announcement.txt
@@ -12,19 +12,7 @@ extracting "content" from the orgfile as opposed to "metadata."
 
 == CHANGES
 
-* Parse (but not necessarily *use*) in-buffer settings. The following
-  in-buffer settings *are* used:
-  * Understand the #+TITLE: directive.
-  * Exporting todo keywords (option todo:t)
-  * Numbering headlines (option num:t)
-  * Skipping text before the first headline (option skip:t)
-  * Skipping tables (option |:nil)
-  * Custom todo keywords
-  * EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of
-    the tree to export
-* Rewrite "file:(blah).org" links to "http:(blah).html" links. This
-  makes the inter-links to other org-mode files work.
-* Uses <th> tags inside table rows that precede table separators.
-* Bugfixes:
-  * Headings now have HTML escaped.
+* Minor enhancement: Recognize lines starting with ":" as examples.
+* Minor enhancement: Recognize #+BEGIN_SRC as source blocks
+* Minor enhancement: Add "src" and "example" classes to <pre> blocks.
 
diff --git a/lib/org-ruby.rb b/lib/org-ruby.rb
index 5d2d057..eb458e2 100644
--- a/lib/org-ruby.rb
+++ b/lib/org-ruby.rb
@@ -3,7 +3,7 @@ unless defined? ::OrgRuby
 module OrgRuby
 
   # :stopdoc:
-  VERSION = '0.5.0'
+  VERSION = '0.5.1'
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
   # :startdoc:
diff --git a/pkg/org-ruby-0.5.0.gem b/pkg/org-ruby-0.5.0.gem
deleted file mode 100644
index 6413383..0000000
Binary files a/pkg/org-ruby-0.5.0.gem and /dev/null differ
diff --git a/pkg/org-ruby-0.5.1.gem b/pkg/org-ruby-0.5.1.gem
new file mode 100644
index 0000000..c58fd49
Binary files /dev/null and b/pkg/org-ruby-0.5.1.gem differ

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