kotas/json_schema_rails

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

gemspec

if ENV['RAILS_VERSION']
  gem "rails", "= #{ENV['RAILS_VERSION']}"
end