redrug 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/redrug +3 -0
  2. data/lib/red_rug.rb +1 -1
  3. metadata +5 -4
data/bin/redrug CHANGED
@@ -11,6 +11,9 @@ help_text = {
11
11
 
12
12
  USAGE: #{File.basename $0} [options] FILE
13
13
 
14
+ This utility reads the contents of a Markdown formatted FILE, translates them
15
+ to HTML, and prints the translated text to standard output.
16
+
14
17
  EOF
15
18
 
16
19
  version_help = <<EOF
@@ -16,7 +16,7 @@ This method returns the version number of the RedRug gem.
16
16
 
17
17
  =end
18
18
 
19
- def self.version; '0.2.3'; end
19
+ def self.version; '0.2.4'; end
20
20
 
21
21
  =begin rdoc
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redrug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-05 00:00:00.000000000 Z
12
+ date: 2013-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: redcarpet
16
- requirement: &21526420 !ruby/object:Gem::Requirement
16
+ requirement: &15958640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *21526420
24
+ version_requirements: *15958640
25
25
  description: ! " RedRug is a wrapper for Redcarpet, intended to provide more convenient\n
26
26
  \ interfaces for common Markdown parsing use cases.\n"
27
27
  email: code@apotheon.net
@@ -64,3 +64,4 @@ signing_key:
64
64
  specification_version: 3
65
65
  summary: RedRug - Simple Markdown Interface
66
66
  test_files: []
67
+ has_rdoc: true