dnote 1.1 → 1.1.1

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.
data/MANIFEST CHANGED
@@ -19,6 +19,7 @@ lib/plugins
19
19
  lib/plugins/syckle
20
20
  lib/plugins/syckle/dnote.rb
21
21
  meta/account
22
+ meta/authors
22
23
  meta/contact
23
24
  meta/name
24
25
  meta/released
data/lib/dnote.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module DNote
2
- VERSION = "1.1" #:till: VERSION = "<%= version %>"
2
+ VERSION = "1.1.1" #:till: VERSION = "<%= version %>"
3
3
 
4
4
  require 'dnote/notes'
5
5
 
data/lib/dnote/format.rb CHANGED
@@ -139,7 +139,7 @@ module DNote
139
139
  else
140
140
  puts(result)
141
141
  end
142
- $stderr << "\n(" + notes.counts.map{|l,n| "#{n} #{l}s"}.join(', ') + ")\n"
142
+ $stderr << "(" + notes.counts.map{|l,n| "#{n} #{l}s"}.join(', ') + ")\n"
143
143
  end
144
144
 
145
145
  #
@@ -6,6 +6,6 @@
6
6
  ### file://<%= file %>
7
7
 
8
8
  <% line_notes.sort!{ |a,b| a[0] <=> b[0] } %><% line_notes.each do |line, note| %>
9
- * <%= note %> (<%= line %>)
9
+ * <%= note.gsub("\n", ' ') %> (<%= line %>)
10
10
  <% end; end; end %>
11
11
 
@@ -6,6 +6,6 @@
6
6
  === file://<%= file %>
7
7
 
8
8
  <% line_notes.sort!{ |a,b| a[0] <=> b[0] } %><% line_notes.each do |line, note| %>
9
- * <%= note %> (<%= line %>)
9
+ * <%= note.gsub("\n", ' ') %> (<%= line %>)
10
10
  <% end; end; end %>
11
11
 
data/meta/authors ADDED
@@ -0,0 +1 @@
1
+ Thomas Sawyer
data/meta/version CHANGED
@@ -1 +1 @@
1
- 1.1
1
+ 1.1.1
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnote
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.1"
4
+ version: 1.1.1
5
5
  platform: ruby
6
- authors: []
7
-
6
+ authors:
7
+ - Thomas Sawyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-06 00:00:00 -05:00
12
+ date: 2010-02-07 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -39,6 +39,7 @@ files:
39
39
  - lib/dnote/templates/xml.erb
40
40
  - lib/plugins/syckle/dnote.rb
41
41
  - meta/account
42
+ - meta/authors
42
43
  - meta/contact
43
44
  - meta/name
44
45
  - meta/released