moredown 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +2 -0
  2. data/VERSION +1 -1
  3. data/ext/extconf.rb +2 -0
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -17,6 +17,8 @@ begin
17
17
  gemspec.homepage = "http://nathanhoad.net/projects/moredown"
18
18
  gemspec.authors = ["Nathan Hoad", "Ryan Tomayko", "David Loren Parsons"]
19
19
  gemspec.files = `git ls-files`.split("\n").sort.reject{ |file| file =~ /^\./ || file =~ /^test\/MarkdownTest/ }
20
+ gemspec.executables = 'rdiscount'
21
+ gemspec.extensions << 'ext/extconf.rb'
20
22
  end
21
23
  rescue LoadError
22
24
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
data/ext/extconf.rb CHANGED
@@ -6,3 +6,5 @@ HAVE_RANDOM = have_func('random')
6
6
  HAVE_SRANDOM = have_func('srandom')
7
7
 
8
8
  create_makefile('rdiscount')
9
+
10
+ `make`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moredown
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hoad
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-10-23 00:00:00 +10:00
14
+ date: 2009-11-07 00:00:00 +10:00
15
15
  default_executable: rdiscount
16
16
  dependencies: []
17
17
 
@@ -19,8 +19,8 @@ description: An extension to the RDiscount Markdown formatter
19
19
  email: nathan@nathanhoad.net
20
20
  executables:
21
21
  - rdiscount
22
- extensions: []
23
-
22
+ extensions:
23
+ - ext/extconf.rb
24
24
  extra_rdoc_files:
25
25
  - README.markdown
26
26
  files: