mdnotes 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mdnotes.rb +2 -2
  2. metadata +6 -6
data/lib/mdnotes.rb CHANGED
@@ -114,10 +114,10 @@ class MDNotes
114
114
  puts "Use command [mdnotes] to create a notes directory."
115
115
  puts "Create your markdown (.md) in the md/ directory."
116
116
  puts "Use [mdnotes] to 'compile' your notes into html. These will be located in the html/ folder."
117
- puts "Use [mdnotes -p] or [mdnotes --publish] to create pdf's of your notes. These will be located in the pdf/ folder"
117
+ puts "Use [mdnotes -p] or [mdnotes --publish] to create PDFs of your notes. These will be located in the pdf/ folder"
118
118
  puts "If you want to include images in your notes you can place them in the images folder located under ./html/images. Use ![alt-text](./images/my_image.png) to reference an image."
119
119
  puts
120
- puts "You can find this at https://bitbucket.org/ugorelik/mdnotes"
120
+ puts "You can find this at http://bitbucket.org/ugorelik/mdnotes"
121
121
  puts
122
122
  else
123
123
  check_directories
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
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-01-30 00:00:00.000000000Z
12
+ date: 2012-02-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdiscount
16
- requirement: &70176378415140 !ruby/object:Gem::Requirement
16
+ requirement: &70110069643300 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70176378415140
24
+ version_requirements: *70110069643300
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: pdfkit
27
- requirement: &70176378414700 !ruby/object:Gem::Requirement
27
+ requirement: &70110069642860 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70176378414700
35
+ version_requirements: *70110069642860
36
36
  description: Suite for taking easy notes in markdown and then converting to html and
37
37
  pdf.
38
38
  email: uri.gore@gmail.com