guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Fix to suppress warning when "gem build rb-inotify.gemspec". #70

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

To suppress below warning.

$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]

$ gem build rb-inotify.gemspec
WARNING:  pessimistic dependency on rspec (~> 3.4.0, development) may be overly strict
  if rspec is semantically versioned, use:
    add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  if rake is semantically versioned, use:
    add_development_dependency 'rake', '~> 0'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: rb-inotify
  Version: 0.9.10
  File: rb-inotify-0.9.10.gem
junaruga commented 7 years ago

Travis (Trusty OS only?) is something wrong. After 5 hours on PR, Travis test still does not start.