canvas-lms/gems/lti-advantage
Cody Cutrer 62fb86ea50 raise bundler minimum requirement
because of nokogiri, we rely on multi-platform gem caching, which
only works right in bundler 2.2

Change-Id: Id207278946e849abec3418807c71e4650506a0cf
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/259142
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2021-02-19 22:49:02 +00:00
..
lib add # frozen_string_literal: true for embedded gems 2020-10-28 22:08:40 +00:00
spec add # frozen_string_literal: true for embedded gems 2020-10-28 22:08:40 +00:00
.gitignore add lti-advantage gem 2018-07-19 18:25:52 +00:00
.rspec raise bundler minimum requirement 2021-02-19 22:49:02 +00:00
Gemfile add lti-advantage gem 2018-07-19 18:25:52 +00:00
LICENSE.txt add lti-advantage gem 2018-07-19 18:25:52 +00:00
README.md Include NRPS v2 claim in LTI 1.3 resource link launches 2018-10-01 22:16:25 +00:00
Rakefile add lti-advantage gem 2018-07-19 18:25:52 +00:00
lti-advantage.gemspec raise bundler minimum requirement 2021-02-19 22:49:02 +00:00
test.sh Fix lti-advantage gem specs and change activemodel version 2018-08-08 19:37:10 +00:00

README.md

LtiAdvantage

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/ims/lti. To experiment with that code, run bin/console for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

Installation

Add this line to your application's Gemfile:

gem 'lti-advantage'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lti-advantage

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/canvas-lms.

License

The gem is available as open source under the terms of the MIT License.