Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Support ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzerson committed Jun 18, 2015
1 parent 2ffebec commit 2aab238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lentil.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.description = "lentil supports the harvesting of images from Instagram and provides several browsing views, mechanisms for sharing, tools for users to select their favorite images, an administrative interface for moderating images, and a system for harvesting images and submitting donor agreements in preparation of ingest into external repositories. Built according to the principles of 'responsive design, lentil is designed for use on mobile devices, tablets, desktops, and larger screens. This project is extracted from the My #HuntLibrary project at NCSU Libraries."
s.post_install_message = "You may need to run 'bundle exec rake lentil:install:migrations' to incorporate any new database migration files."

s.required_ruby_version = '>= 1.9.3', '< 2.2.0'
s.required_ruby_version = '>= 1.9.3'

s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = `git ls-files -- test/*`.split("\n")
Expand Down

0 comments on commit 2aab238

Please sign in to comment.