libdolt 0.32.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- libdolt (0.32.0)
4
+ libdolt (0.33.0)
5
5
  htmlentities (~> 4.3)
6
6
  json (~> 1.7)
7
7
  makeup (~> 0.4)
@@ -17,5 +17,5 @@
17
17
  #++
18
18
 
19
19
  module Dolt
20
- VERSION = "0.32.0"
20
+ VERSION = "0.33.0"
21
21
  end
@@ -38,7 +38,7 @@ module Dolt
38
38
  def browse_url(url, commit)
39
39
  mountpoints.each do |mountpoint|
40
40
  path = parse_mountpoint(mountpoint, url)
41
- return generate_url(*path, commit) if path
41
+ return generate_url(path[0], path[1], commit) if path
42
42
  end
43
43
  return nil
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libdolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: