baby-bro 0.0.12 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/.rvmrc +1 -0
  2. data/LICENSE +13 -0
  3. data/README.rdoc +5 -4
  4. data/VERSION +1 -1
  5. data/baby-bro.gemspec +6 -3
  6. metadata +7 -4
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use system
data/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2010 Capital Thought, LLC
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use any part of this software or its source code except
5
+ in compliance with the License. You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
data/README.rdoc CHANGED
@@ -24,10 +24,11 @@ The config file is YAML. In addition to configuring options for the monitor, yo
24
24
 
25
25
  An example config file:
26
26
 
27
- ---
28
- :data_directory: ~/.babybro
29
- :polling_interval: 1 minute
30
- :idle_interval: 5 minutes
27
+ :data:
28
+ :directory: ~/.babybro
29
+ :monitor:
30
+ :polling_interval: 1 minute
31
+ :idle_interval: 15 minutes
31
32
  :projects:
32
33
  - :name: Baby Bro
33
34
  :directory: ~/src/capitalthought/baby-bro
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.14
data/baby-bro.gemspec CHANGED
@@ -5,21 +5,24 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{baby-bro}
8
- s.version = "0.0.12"
8
+ s.version = "0.0.14"
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
- s.date = %q{2010-12-29}
12
+ s.date = %q{2011-05-16}
13
13
  s.default_executable = %q{bro}
14
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 = [
18
- "README.rdoc"
18
+ "LICENSE",
19
+ "README.rdoc"
19
20
  ]
20
21
  s.files = [
21
22
  ".gitignore",
23
+ ".rvmrc",
22
24
  "History.txt",
25
+ "LICENSE",
23
26
  "Manifest.txt",
24
27
  "PostInstall.txt",
25
28
  "README.rdoc",
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: 7
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bill Doughty
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-29 00:00:00 -06:00
18
+ date: 2011-05-16 00:00:00 -05:00
19
19
  default_executable: bro
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -41,10 +41,13 @@ executables:
41
41
  extensions: []
42
42
 
43
43
  extra_rdoc_files:
44
+ - LICENSE
44
45
  - README.rdoc
45
46
  files:
46
47
  - .gitignore
48
+ - .rvmrc
47
49
  - History.txt
50
+ - LICENSE
48
51
  - Manifest.txt
49
52
  - PostInstall.txt
50
53
  - README.rdoc