rack-markdown 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -29,3 +29,9 @@ Yep- it looks almost identical to Github's markdown parser.
29
29
 
30
30
  ![Rack Markdown
31
31
  Screenshot](https://dl.dropbox.com/u/5490406/github/rack-markdown-screenshot.png)
32
+
33
+ ## Contribution
34
+
35
+ Feel free. No pull request is too small.
36
+
37
+ Twitter: [@cpatuzzo](https://twitter.com/#!/cpatuzzo)
@@ -11,7 +11,7 @@ class Rack::Markdown
11
11
  end
12
12
 
13
13
  def self.version
14
- '0.0.1'
14
+ '0.0.2'
15
15
  end
16
16
 
17
17
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-12 00:00:00.000000000 Z
12
+ date: 2012-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -72,7 +72,7 @@ files:
72
72
  - lib/rack/markdown/renderer.rb
73
73
  - lib/rack/markdown.rb
74
74
  - lib/rack-markdown.rb
75
- homepage: https://github.com/cpatuzzo/rack-source
75
+ homepage: https://github.com/cpatuzzo/rack-markdown
76
76
  licenses: []
77
77
  post_install_message:
78
78
  rdoc_options: []