timesheet_nags 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59042688d4b9f42ca9e31afd0d8270e07e44c38a
4
- data.tar.gz: 846e2765426948056f91a1bae61468cfb660410b
3
+ metadata.gz: 72968d25ff67d08469d2e2c18497698de17b3d0c
4
+ data.tar.gz: a69721f64e6d97d2725959656429d68b9eb5e983
5
5
  SHA512:
6
- metadata.gz: c55a59c790d6099a97f0723fbce8a7e8b0ac8e7d338d1904a53ef8b3719a73237baeedc49c2c720ba0282aaac4d5795a9656404263641771d636e497760ef889
7
- data.tar.gz: 995e2ec205036d6c0745042e66d9bbce24c48445396442ced8d4e91c49b03353b7575e629411a3be144005e7d2f80bb04b2866b487ca5e445e4cd025a5ef98e0
6
+ metadata.gz: b46b4cff5b2a17c9285f8fbc82ff7ba021cdb8c4856428792e1e12467b0ecf1c728592af82d33256060225b9b98449a9aca10c83592b75e73c2eeb392a7e4f2a
7
+ data.tar.gz: 414ca02314f2f1e84191dc71143b1fce9eb7a3bdecad12047a139d24b26ea2c3a5848c94f186b6f0f89d1069b0558e098063e0ca4d691da555e5b9cc14c69a4a
data/README.md CHANGED
@@ -1,28 +1,28 @@
1
- # TimesheetNags
1
+ # timesheet_nags
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/timesheet_nags`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Goal: To remind you daily when your timesheet is out of date.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ Requirements:
6
6
 
7
- ## Installation
7
+ - [Harvest API credentials](https://help.getharvest.com/api-v2/authentication-api/authentication/authentication/)
8
+ - OSX Sierra (maybe works on later versions?)
8
9
 
9
- Add this line to your application's Gemfile:
10
+ ![image of a popup that says 'your timesheet is out of date - age: 1 days](img/timesheet_nag_cast.gif)
10
11
 
11
- ```ruby
12
- gem 'timesheet_nags'
13
- ```
14
12
 
15
- And then execute:
13
+ ## Usage
16
14
 
17
- $ bundle
15
+ * `gem install timesheet_nags`
16
+ * Run `timesheet_nags` to get a live check - it'll annoy you if you haven't updated your timesheet in over a day (and today's not Monday).
18
17
 
19
- Or install it yourself as:
20
18
 
21
- $ gem install timesheet_nags
19
+ ## Future possibilities
22
20
 
23
- ## Usage
21
+ - More nag configuration
22
+ - Support backends other than Harvest and OSX growl
24
23
 
25
- TODO: Write usage instructions here
24
+
25
+ TODO: Delete this and the text above, and describe your gem
26
26
 
27
27
  ## Development
28
28
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/timesheet_nags. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/dpritchett/timesheet_nags. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](http://
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the TimesheetNags project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/timesheet_nags/blob/master/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the TimesheetNags project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/dpritchett/timesheet_nags/blob/master/CODE_OF_CONDUCT.md).
Binary file
@@ -1,3 +1,3 @@
1
1
  module TimesheetNags
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timesheet_nags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Pritchett
@@ -70,6 +70,7 @@ files:
70
70
  - bin/console
71
71
  - bin/setup
72
72
  - bin/timesheet_nag
73
+ - img/timesheet_nag_cast.gif
73
74
  - lib/timesheet_nags.rb
74
75
  - lib/timesheet_nags/nagger.rb
75
76
  - lib/timesheet_nags/version.rb