ferver.gemspec in ferver-1.2.0 vs ferver.gemspec in ferver-1.2.1
- old
+ new
@@ -10,9 +10,10 @@
spec.email = ['robmurray17@gmail.com']
spec.summary = %q(A simple web app to serve files over HTTP.)
spec.description = %q(Ferver is a super, simple ruby gem to serve files over http; useful as a basic file server to quickly share files on your local network.)
spec.homepage = 'https://github.com/rob-murray/ferver'
spec.license = 'MIT'
+ spec.required_ruby_version = '>= 1.9.3'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']