gnag 0.1.0 → 0.1.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.
- data/VERSION +1 -1
- data/bin/gnag +0 -2
- data/gnag.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/bin/gnag
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
require 'git'
|
|
3
3
|
require 'terminal-notifier'
|
|
4
|
-
require 'pry'
|
|
5
4
|
|
|
6
5
|
git = Git.open(Dir.pwd)
|
|
7
6
|
|
|
8
7
|
minutes = ARGV[0] || 15
|
|
9
8
|
seconds = minutes.to_i * 60
|
|
10
|
-
seconds = 3
|
|
11
9
|
message = "You should probably make a commit right now"
|
|
12
10
|
|
|
13
11
|
if ARGV[0].nil? || ARGV[0] == "help"
|
data/gnag.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gnag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
193
193
|
version: '0'
|
|
194
194
|
segments:
|
|
195
195
|
- 0
|
|
196
|
-
hash:
|
|
196
|
+
hash: 1410799227625436456
|
|
197
197
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
198
|
none: false
|
|
199
199
|
requirements:
|