listen 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.7.3 - February 24, 2013
2
+
3
+ ### Bug fix
4
+
5
+ - [#88] Update wdm dependency. (fixed by [@mrbinky3000][])
6
+ - [#78] Depend on latest rb-inotify. (fixed by [@mbj][])
7
+
1
8
  ## 0.7.2 - January 11, 2013
2
9
 
3
10
  ### Bug fix
@@ -7,7 +7,7 @@ module Listen
7
7
  extend DependencyManager
8
8
 
9
9
  # Declare the adapter's dependencies
10
- dependency 'rb-fsevent', '~> 0.9.1'
10
+ dependency 'rb-fsevent', '~> 0.9'
11
11
 
12
12
  LAST_SEPARATOR_REGEX = /\/$/
13
13
 
@@ -7,7 +7,7 @@ module Listen
7
7
  extend DependencyManager
8
8
 
9
9
  # Declare the adapter's dependencies
10
- dependency 'rb-inotify', '~> 0.8.8'
10
+ dependency 'rb-inotify', '~> 0.9'
11
11
 
12
12
  # Watched inotify events
13
13
  #
@@ -9,7 +9,7 @@ module Listen
9
9
  extend DependencyManager
10
10
 
11
11
  # Declare the adapter's dependencies
12
- dependency 'wdm', '~> 0.0.3'
12
+ dependency 'wdm', '~> 0.1'
13
13
 
14
14
  # Initializes the Adapter. See {Listen::Adapter#initialize} for more info.
15
15
  #
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listen
3
3
  version: !ruby/object:Gem::Version
4
+ version: 0.7.3
4
5
  prerelease:
5
- version: 0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thibaud Guillaume-Gentil
@@ -10,24 +10,24 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-11 00:00:00.000000000 Z
13
+ date: 2013-02-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- version_requirements: !ruby/object:Gem::Requirement
16
+ name: bundler
17
+ requirement: !ruby/object:Gem::Requirement
18
+ none: false
17
19
  requirements:
18
20
  - - ! '>='
19
21
  - !ruby/object:Gem::Version
20
22
  version: '0'
21
- none: false
22
- name: bundler
23
23
  type: :development
24
24
  prerelease: false
25
- requirement: !ruby/object:Gem::Requirement
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
26
27
  requirements:
27
28
  - - ! '>='
28
29
  - !ruby/object:Gem::Version
29
30
  version: '0'
30
- none: false
31
31
  description: The Listen gem listens to file modifications and notifies you about the
32
32
  changes. Works everywhere!
33
33
  email:
@@ -37,18 +37,18 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
- - lib/listen/adapter.rb
41
- - lib/listen/adapters/bsd.rb
40
+ - lib/listen/dependency_manager.rb
41
+ - lib/listen/version.rb
42
42
  - lib/listen/adapters/darwin.rb
43
+ - lib/listen/adapters/bsd.rb
43
44
  - lib/listen/adapters/linux.rb
44
45
  - lib/listen/adapters/polling.rb
45
46
  - lib/listen/adapters/windows.rb
46
- - lib/listen/dependency_manager.rb
47
47
  - lib/listen/directory_record.rb
48
- - lib/listen/listener.rb
49
48
  - lib/listen/multi_listener.rb
50
49
  - lib/listen/turnstile.rb
51
- - lib/listen/version.rb
50
+ - lib/listen/listener.rb
51
+ - lib/listen/adapter.rb
52
52
  - lib/listen.rb
53
53
  - CHANGELOG.md
54
54
  - LICENSE
@@ -60,21 +60,25 @@ rdoc_options: []
60
60
  require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
63
64
  requirements:
64
65
  - - ! '>='
65
66
  - !ruby/object:Gem::Version
66
67
  version: '0'
67
- none: false
68
+ segments:
69
+ - 0
70
+ hash: -750859891
68
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
69
73
  requirements:
70
74
  - - ! '>='
71
75
  - !ruby/object:Gem::Version
72
76
  version: 1.3.6
73
- none: false
74
77
  requirements: []
75
78
  rubyforge_project: listen
76
- rubygems_version: 1.8.23
79
+ rubygems_version: 1.8.25
77
80
  signing_key:
78
81
  specification_version: 3
79
82
  summary: Listen to file modifications
80
83
  test_files: []
84
+ has_rdoc: