bearcat 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -138,7 +138,7 @@ module Bearcat
138
138
  path = response.env[:url].path
139
139
  if path.match(/.*\/(courses||groups)\/\d+\/conferences/)
140
140
  key = 'conferences'
141
- elsif path.match(/.*\/accounts\/d+\/terms/)
141
+ elsif path.match(/.*\/accounts\/\d+\/terms/)
142
142
  key = 'enrollment_terms'
143
143
  end
144
144
  end
@@ -1,3 +1,3 @@
1
1
  module Bearcat
2
- VERSION = '1.0.0' unless defined?(Bearcat::VERSION)
2
+ VERSION = '1.0.1' unless defined?(Bearcat::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bearcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: