dnote 1.1 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/MANIFEST +1 -0
- data/lib/dnote.rb +1 -1
- data/lib/dnote/format.rb +1 -1
- data/lib/dnote/templates/markdown.erb +1 -1
- data/lib/dnote/templates/rdoc.erb +1 -1
- data/meta/authors +1 -0
- data/meta/version +1 -1
- metadata +5 -4
data/MANIFEST
CHANGED
data/lib/dnote.rb
CHANGED
data/lib/dnote/format.rb
CHANGED
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:
|
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-
|
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
|