linner 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f49490c9d7de60f45fc468071d82bb18be42262
4
- data.tar.gz: 4fad0cab96426cf961a673cb59d6b11cbf04d728
3
+ metadata.gz: b1156772623483911f99bcb23fb8e7609a593748
4
+ data.tar.gz: d0503752526db29a76957ca9bc7a18ea1506db6f
5
5
  SHA512:
6
- metadata.gz: 3786d46e3bbd50ad28759e4bfc70792f9f79b4442125e23a7227e0bf7161ecdf91f7fc6b5dff47a993f34d8e33d7d4dbf4ee2221213305043bd752c57e5a2a83
7
- data.tar.gz: 45b1a9103596414b330cb783fe3ae7bba341026aa6c09737f495d04a881e5557966d38a7a8bbbfa527d02e086ce385eeceeefdfbad59f6fdb65b469b5cf1cf39
6
+ metadata.gz: c2cda5370061201ca4507e88d7f12c94cf22244229a5b7a69a6e72e47e25ac08dcdbd258650f4c82b1cf95b68656452064e572e1d2eb243b5623bfde4fa32694
7
+ data.tar.gz: 33431b81c8bb1dc6b7dace4cce86cf4376decc6f3d0a0b14082f4bd3c655fca08115ab43b691e83aa4e8c47d4173e208e89df4810cc6ab25220657b6a31115d9
data/lib/linner.rb CHANGED
@@ -60,11 +60,11 @@ module Linner
60
60
  next if mtime == cache[path]
61
61
  else
62
62
  cache[path] = mtime
63
- logical_path = Asset.new(path).logical_path
64
- dest_path = File.join(environment.public_folder, dest, logical_path)
65
- FileUtils.mkdir_p File.dirname(dest_path)
66
- FileUtils.cp_r path, dest_path
67
63
  end
64
+ logical_path = Asset.new(path).logical_path
65
+ dest_path = File.join(environment.public_folder, dest, logical_path)
66
+ FileUtils.mkdir_p File.dirname(dest_path)
67
+ FileUtils.cp_r path, dest_path
68
68
  end
69
69
  end.join
70
70
  end
@@ -1,3 +1,3 @@
1
1
  module Linner
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-25 00:00:00.000000000 Z
11
+ date: 2013-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor