linner 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a350abc84ebab01531362e75f083ea96795601a8
4
- data.tar.gz: 5b98472c51e9c1a70b87dd2c1db3b06d09a95e16
3
+ metadata.gz: b770edd6563495529705c3c1a51f41f6dad5c431
4
+ data.tar.gz: 48902da4077a1a0cf2f1573c57422bd5b0e25b08
5
5
  SHA512:
6
- metadata.gz: 419a528e4892d0f656bab168ada4924003800879f4af93c5660167e612494d082aea369b4e0aeade916ca8804898b83cf34a3e826e3e62b7607db11676e701ad
7
- data.tar.gz: 8d5ae7133126c54a292d7d3dec1b29b4992e55304ed08cf0fa5773fa4549a56dd3820b1935fd93b68ba29b32a0e793959d5ab1ecba072344f9d07bde9c768671
6
+ metadata.gz: 6bcbf588cd150bf62b071daa8926b2df9da683dd708ecb6b5607e69ca5d31ec7e9286824b8f41b22951e369811ed54c00674271806f95b11ed2d36537d8559c1
7
+ data.tar.gz: 214244e4cdbe6fa91f0c1496550972a2dcd521f44b89aa92f1ac7b35ed09d344a8421ac32aaa3f00fd310c86979c7dc6474fc12f0da22f7146f225b067b5a42a
@@ -23,7 +23,7 @@ module Linner
23
23
  attr_accessor :env, :compile
24
24
 
25
25
  def root
26
- @root ||= Pathname('.').expand_path
26
+ @root ||= Pathname('.').realpath
27
27
  end
28
28
 
29
29
  def config_file
@@ -5,7 +5,7 @@ require "open-uri"
5
5
 
6
6
  module Linner
7
7
  class Bundler
8
- VENDOR = Pathname(".").expand_path.join "vendor"
8
+ VENDOR = Pathname(".").join "vendor"
9
9
  REPOSITORY = File.expand_path "~/.linner/bundles"
10
10
 
11
11
  Bundle = Struct.new(:name, :version, :url) do
@@ -1,3 +1,3 @@
1
1
  module Linner
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-09 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: reel