todotxt-rb 0.0.1 → 0.0.2
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/todotxt/version.rb +1 -1
- data/todotxt-rb.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72716ff424f3e97ee205e0cc692e5da0f3c8df50
|
4
|
+
data.tar.gz: 5189a5be23790642e1276a66be0e223a83b2e2cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a16cd68a969f742b8bea412fdde7e6c5b9eacbf00e0ee79aab585371f9475a4be0a696788d5e02430edd9252d8e1a2193b860830177c3eac172383dbb4eaf37
|
7
|
+
data.tar.gz: 5489ea407ec23af9add543f4344ad5c70ac2c8173c41bc9999379227a358243e5f58d71b292323922544d2baed6deb247c83712b3836032838eef9be256b9a01
|
data/lib/todotxt/version.rb
CHANGED
data/todotxt-rb.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Tyler Dooling"]
|
10
10
|
spec.email = ["me@tylerdooling.com"]
|
11
11
|
spec.summary = %q{A ruby library for interacting with Todo.txt formatted files.}
|
12
|
-
spec.description = %q{
|
13
|
-
spec.homepage = ""
|
12
|
+
spec.description = %q{TodoTxt is a ruby library for interacting with Todo.txt formatted files. It provides a simple ruby object interface for creating addons or writing new Todo.txt compatible applications. }
|
13
|
+
spec.homepage = "https://github.com/tylerdooling/todotxt-rb"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: todotxt-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler Dooling
|
@@ -52,7 +52,9 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description: 'TodoTxt is a ruby library for interacting with Todo.txt formatted files. It
|
56
|
+
provides a simple ruby object interface for creating addons or writing new Todo.txt
|
57
|
+
compatible applications. '
|
56
58
|
email:
|
57
59
|
- me@tylerdooling.com
|
58
60
|
executables: []
|
@@ -75,7 +77,7 @@ files:
|
|
75
77
|
- spec/todotxt/list_spec.rb
|
76
78
|
- spec/todotxt/task_spec.rb
|
77
79
|
- todotxt-rb.gemspec
|
78
|
-
homepage:
|
80
|
+
homepage: https://github.com/tylerdooling/todotxt-rb
|
79
81
|
licenses:
|
80
82
|
- MIT
|
81
83
|
metadata: {}
|