minder 0.2.2 → 0.2.3

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: 067ee09b4738091bc409456416feb31879d0e87c
4
- data.tar.gz: b79e122e4e93161743e77e9dc414c95473016588
3
+ metadata.gz: 8fc827a792b9ba35db1c5574bf3531ff5a1c97a6
4
+ data.tar.gz: 30cf93f9ef8cf0fd8bc60009cd564e1dbd58980a
5
5
  SHA512:
6
- metadata.gz: fff92400515b8e9a2a8c029d43ae1ebe4734b5b13deb63f0c192eb1eb1931f731f815f8eecdf1dd5b26a9ddf68a770236ac0c0f0236cc807a23269003ad420ad
7
- data.tar.gz: 7935ed3f0598a2d4757af1dfdad1457c078cfba251226447241905e1ca74e223fba3b78d597c6e51109d49600c1a3f21c0dceec1388b93eb19e1a4299679f95b
6
+ metadata.gz: 20765de38667425c89ac7bfd72f06b2ea491861dd59dcb28a984ebdb365f9160a689cc04f34fa1f2316e4259b8fba3ce30edc0e0c6d94fa7d78cb810857ca3c1
7
+ data.tar.gz: cd9ff1818ea9fa56a48f44601337d21fd76fb277d01b512b2597ee206de108b37d266584e2affa53a722db023c64a90f8ee7dc45bcd699ec2885c365f48de048
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  *.gem
2
+ Gemfile.lock
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minder (0.2.1)
4
+ minder (0.2.2)
5
5
  activesupport (~> 4.2, >= 4.2.1)
6
6
  curses (~> 1.0, >= 1.0.1)
7
7
  rom (~> 0.7, >= 0.7)
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  [![Gem
2
2
  Version](https://badge.fury.io/rb/minder.svg)](http://badge.fury.io/rb/minder)
3
3
 
4
+ ![screencast GIF](website/minder.gif)
5
+
4
6
  ## What is it?
5
7
 
6
8
  This is a CLI-based tool that combines the best of several different
@@ -21,6 +21,7 @@ module Minder
21
21
  def filter(text)
22
22
  @tasks = nil
23
23
  @filter = text
24
+ @selected_task_index = 0
24
25
  end
25
26
 
26
27
  def tasks
@@ -1,3 +1,3 @@
1
1
  module Minder
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
data/minder.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Combines a Pomodoro Technique runner with GTD-style task backlogs and Day One-style prompts."}
12
12
  spec.homepage = "http://github.com/tristil/minder"
13
13
 
14
- spec.files = `git ls-files`.split($/)
14
+ spec.files = `git ls-files`.split($/).reject { |file| file =~ /website/ }
15
15
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
17
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Method