mdify 0.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mdify.rb CHANGED
@@ -6,7 +6,7 @@ require 'launchy'
6
6
  require 'mdify/renderer'
7
7
 
8
8
  module Mdify
9
- VERSION = "0.4"
9
+ VERSION = "1.0.0"
10
10
 
11
11
  def self.preview(filename)
12
12
  Renderer.new(filename).render
data/mdify.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'mdify'
10
- s.version = '0.4'
11
- s.date = '2011-11-29'
10
+ s.version = '1.0.0'
11
+ s.date = '2012-01-02'
12
12
  s.rubyforge_project = 'mdify'
13
13
 
14
14
  ## Make sure your summary is short. The description may be as long
data/vendor/template.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <title>{{ title }}</title>
5
5
  <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.css">
6
6
  <style>
7
- body { padding: 30px; width: 960px; }
7
+ body { padding: 30px; width: 700px; }
8
8
  code { background-color: #f5f5f5; }
9
9
  h2 { margin-bottom: 10px; }
10
10
  </style>
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
+ - 1
7
8
  - 0
8
- - 4
9
- version: "0.4"
9
+ - 0
10
+ version: 1.0.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Federico Builes
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-11-29 00:00:00 Z
18
+ date: 2012-01-02 00:00:00 Z
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
20
21
  name: redcarpet