oculus 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module Oculus
37
37
  star_path = starred_filename_for_id(query.id)
38
38
 
39
39
  if query.starred
40
- File.symlink(File.expand_path(filename_for_id(query.id)), star_path) unless File.exist?(star_path)
40
+ File.symlink(File.join('..', "#{query.id}.query"), star_path) unless File.exist?(star_path)
41
41
  elsif File.exist?(star_path)
42
42
  File.unlink(star_path)
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module Oculus
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oculus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: