spicycode-beholder 1.0.0 → 1.0.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.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
4
4
  require 'beholder'
5
5
  require 'rubygems'
6
6
  require 'micronaut'
7
- gem :rr, '>=0.7.0'
7
+ gem 'rr', '>=0.7.0'
8
8
  require 'log_buddy'
9
9
  LogBuddy.init
10
10
 
data/lib/beholder.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'rubygems'
2
- gem :fsevents
2
+ gem 'fsevents'
3
3
  require 'fsevents'
4
4
 
5
5
  class Beholder
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spicycode-beholder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Humphries, Rob Sanheim
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-18 00:00:00 -07:00
12
+ date: 2009-04-20 00:00:00 -07:00
13
13
  default_executable: beholder
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -64,7 +64,7 @@ requirements: []
64
64
  rubyforge_project:
65
65
  rubygems_version: 1.2.0
66
66
  signing_key:
67
- specification_version: 2
67
+ specification_version: 3
68
68
  summary: An ancient beholder that watches your treasure, and deals with thiefs
69
69
  test_files:
70
70
  - examples/example_helper.rb