todonotes 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/todonotes/version.rb +7 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63ad42ce816d2a2847ccefd4375aa73215fa0e9a
|
|
4
|
+
data.tar.gz: 5b93d0faf2523182ee80036bc747c50668ae6617
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d7d445537e77db55f26913d5a654c4bdc6622248e3d95e137bc580e7a4afb934c12aaef4e171a9ac97e508fdb79e95b3f896b5bc93bc5cabcbf322358fa98de
|
|
7
|
+
data.tar.gz: 57badc0943f935b8da800a5611aac5935a72bf86c4465ce8c1f577da74cf54ae141d9be3198ae08c351c82512cf25c90f72c1b012bbb33915630ce77ea6ec420
|
data/lib/todonotes/version.rb
CHANGED
|
@@ -18,7 +18,13 @@ See also
|
|
|
18
18
|
* Use Minitest
|
|
19
19
|
* Evaluate block for each call (allows dynamic results)
|
|
20
20
|
* raise NotImplementedError on request
|
|
21
|
+
|
|
22
|
+
0.2.0
|
|
23
|
+
* Adapted for ruby 2.1
|
|
24
|
+
|
|
25
|
+
0.2.1
|
|
26
|
+
* Adapted log4r-requirement (adapted Version)
|
|
21
27
|
=end
|
|
22
28
|
module Todonotes
|
|
23
|
-
VERSION = '0.2.
|
|
29
|
+
VERSION = '0.2.1'
|
|
24
30
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: todonotes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Knut Lickert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest-logger
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
39
|
+
version: '1'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
46
|
+
version: '1'
|
|
47
47
|
description: "Support programming by fixme/todo commands.\nGem based on a proposal
|
|
48
48
|
in http://forum.ruby-portal.de/viewtopic.php?f=11&t=11957, \nsee also http://stackoverflow.com/a/13668213/676874\n"
|
|
49
49
|
email: knut@lickert.net
|
|
@@ -63,7 +63,7 @@ files:
|
|
|
63
63
|
- lib/todonotes/version.rb
|
|
64
64
|
- readme.rdoc
|
|
65
65
|
- unittest/minitest_todonotes.rb
|
|
66
|
-
homepage:
|
|
66
|
+
homepage: https://github.com/knut2/todonotes
|
|
67
67
|
licenses: []
|
|
68
68
|
metadata: {}
|
|
69
69
|
post_install_message:
|
|
@@ -87,6 +87,6 @@ rubyforge_project:
|
|
|
87
87
|
rubygems_version: 2.4.5
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
|
-
summary: Support programming by
|
|
90
|
+
summary: Support programming by todo and fixme commands.
|
|
91
91
|
test_files:
|
|
92
92
|
- unittest/minitest_todonotes.rb
|