semantically-taggable 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,8 @@ module SemanticallyTaggable
16
16
  schemes[scheme.name.to_sym] = scheme
17
17
  schemes
18
18
  end
19
- @@schemes[name.to_sym] || raise(ActiveRecord::RecordNotFound)
19
+ @@schemes[name.to_sym] || raise(ActiveRecord::RecordNotFound,
20
+ "SemanticallyTaggable::Scheme #{name.to_sym} not found (you will need to seed the schemes table)")
20
21
  end
21
22
 
22
23
  # INSTANCE METHODS
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantically-taggable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Garner