Commit 9f5151d25d4758cdf18ef494c4937c98c65370fd

Authored by Spencer Alan
2 parents 98a863b7 40f98eb3
Exists in master

Merge branch 'master' into spenceralan/ch17310/build-gem-to-create-a-skim-endpoint

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile.lock
1 1 PATH
2 2 remote: .
3 3 specs:
4   - scim_rails (0.1.0)
  4 + scim_rails (0.1.2)
5 5 rails (~> 5.0.0)
6 6  
7 7 GEM
... ...
lib/scim_rails/version.rb
1 1 module ScimRails
2   - VERSION = '0.1.0'
  2 + VERSION = '0.1.2'
3 3 end
... ...