rtm 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,6 +35,7 @@ module RTM::Sugar
35
35
  end
36
36
 
37
37
  def resolve_type_and_scope(ref)
38
+ return [:any, :ucs] unless ref
38
39
  return [ref, :ucs] if ref.is_a? Topic
39
40
  type, scope = ref.split('@', -1)
40
41
  if type.blank?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Bock