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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/baby-bro.gemspec +2 -2
  4. 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 the timestamps changes for files in directories on your filesystem and records activity and estimates time spent actively working in those directories.}
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
1
+ 0.0.2
@@ -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.1"
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 the timestamps changes for files in directories on your filesystem and records activity and estimates time spent actively working in those directories.}
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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 the timestamps changes for files in directories on your filesystem and records activity and estimates time spent actively working in those directories.
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