Skip to content

Commit

Permalink
Depend on major versions of platform-specific adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Feb 12, 2013
1 parent ac93c7d commit af4d62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/listen/adapters/darwin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Darwin < Adapter
extend DependencyManager

# Declare the adapter's dependencies
dependency 'rb-fsevent', '~> 0.9.1'
dependency 'rb-fsevent', '~> 0.9'

LAST_SEPARATOR_REGEX = /\/$/

Expand Down
2 changes: 1 addition & 1 deletion lib/listen/adapters/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Linux < Adapter
extend DependencyManager

# Declare the adapter's dependencies
dependency 'rb-inotify', '~> 0.9.0'
dependency 'rb-inotify', '~> 0.9'

# Watched inotify events
#
Expand Down
2 changes: 1 addition & 1 deletion lib/listen/adapters/windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Windows < Adapter
extend DependencyManager

# Declare the adapter's dependencies
dependency 'wdm', '~> 0.0.3'
dependency 'wdm', '~> 0.1'

# Initializes the Adapter. See {Listen::Adapter#initialize} for more info.
#
Expand Down

0 comments on commit af4d62b

Please sign in to comment.