ttilley-fssm 0.0.7 → 0.0.8

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/VERSION.yml +1 -1
  2. data/fssm.gemspec +2 -2
  3. data/lib/fssm/path.rb +1 -1
  4. metadata +3 -4
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 7
3
+ :patch: 8
4
4
  :major: 0
data/fssm.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fssm}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Travis Tilley"]
12
- s.date = %q{2009-09-07}
12
+ s.date = %q{2009-09-08}
13
13
  s.description = %q{file system state monitor}
14
14
  s.email = %q{ttilley@gmail.com}
15
15
  s.extra_rdoc_files = [
data/lib/fssm/path.rb CHANGED
@@ -82,7 +82,7 @@ class FSSM::Path
82
82
  def set_path(path)
83
83
  path = FSSM::Pathname.for(path)
84
84
  raise FSSM::FileNotFoundError, "#{path}" unless path.exist?
85
- @path = path.realpath
85
+ @path = path.expand_path
86
86
  end
87
87
 
88
88
  def set_glob(glob)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ttilley-fssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Tilley
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-07 00:00:00 -07:00
12
+ date: 2009-09-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -74,7 +74,6 @@ files:
74
74
  - spec/spec_helper.rb
75
75
  has_rdoc: false
76
76
  homepage: http://github.com/ttilley/fssm
77
- licenses:
78
77
  post_install_message:
79
78
  rdoc_options:
80
79
  - --charset=UTF-8
@@ -95,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
94
  requirements: []
96
95
 
97
96
  rubyforge_project:
98
- rubygems_version: 1.3.5
97
+ rubygems_version: 1.2.0
99
98
  signing_key:
100
99
  specification_version: 3
101
100
  summary: file system state monitor