baby-bro 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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/baby-bro.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -32,7 +32,7 @@ begin
|
|
|
32
32
|
Jeweler::Tasks.new do |gem|
|
|
33
33
|
gem.name = "baby-bro"
|
|
34
34
|
gem.summary = %Q{File activity monitor for time tracking.}
|
|
35
|
-
gem.description = %Q{Baby Bro monitors
|
|
35
|
+
gem.description = %Q{Baby Bro monitors timestamp changes of files and and estimates time spent actively working in project directories.}
|
|
36
36
|
gem.email = "billdoughty@capitalthought.com"
|
|
37
37
|
gem.homepage = "http://github.com/capitalthought/baby-bro"
|
|
38
38
|
gem.authors = ["Bill Doughty"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/baby-bro.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{baby-bro}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Bill Doughty"]
|
|
12
12
|
s.date = %q{2010-12-07}
|
|
13
13
|
s.default_executable = %q{bro}
|
|
14
|
-
s.description = %q{Baby Bro monitors
|
|
14
|
+
s.description = %q{Baby Bro monitors timestamp changes of files and and estimates time spent actively working in project directories.}
|
|
15
15
|
s.email = %q{billdoughty@capitalthought.com}
|
|
16
16
|
s.executables = ["bro"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: baby-bro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bill Doughty
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 1.3.1
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: Baby Bro monitors
|
|
37
|
+
description: Baby Bro monitors timestamp changes of files and and estimates time spent actively working in project directories.
|
|
38
38
|
email: billdoughty@capitalthought.com
|
|
39
39
|
executables:
|
|
40
40
|
- bro
|