Skip to content

Commit

Permalink
Merge branch 'add-min-ruby-v' into 121-release
Browse files Browse the repository at this point in the history
* add-min-ruby-v:
  Add minimum Ruby version; some seem intent on using random older things; #1 #1 #11
  • Loading branch information
rob-murray committed Nov 14, 2014
2 parents cf2967a + cdfd6fb commit de54826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ferver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
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) }
Expand Down

0 comments on commit de54826

Please sign in to comment.