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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73a35cf97fa70e3ddaaeb179c81288391987cb5a
4
- data.tar.gz: 0e47805c962a92b9da26773f3291b0bcaec2ea47
3
+ metadata.gz: 72716ff424f3e97ee205e0cc692e5da0f3c8df50
4
+ data.tar.gz: 5189a5be23790642e1276a66be0e223a83b2e2cb
5
5
  SHA512:
6
- metadata.gz: 5bc58ddaff5ed0a0f9301901f7a88e050575593bfe7cc37dd6fb9d3657aee08236fe2a37d7cd76a00d59c8dfde19b6407ec83517946ca6f0bf54693fe4e74f8a
7
- data.tar.gz: b99aa6fcba603575cd341bd54daa94ca815ff3c2bb44fd071274f7ce28882733cb62962435ed60b65cc501e1f3665371c4302c06b48be17321165caa5270a99e
6
+ metadata.gz: 9a16cd68a969f742b8bea412fdde7e6c5b9eacbf00e0ee79aab585371f9475a4be0a696788d5e02430edd9252d8e1a2193b860830177c3eac172383dbb4eaf37
7
+ data.tar.gz: 5489ea407ec23af9add543f4344ad5c70ac2c8173c41bc9999379227a358243e5f58d71b292323922544d2baed6deb247c83712b3836032838eef9be256b9a01
@@ -1,3 +1,3 @@
1
1
  module TodoTxt
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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{A ruby library for interacting with Todo.txt formatted files.}
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.1
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: A ruby library for interacting with Todo.txt formatted files.
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: {}