tamplier 0.3.1 → 0.3.2

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: 6609614622dd56b61b1e01efbe77d34ef7aa3f4c
4
- data.tar.gz: ad4af9a74bcbad4f569b4e7d8e1da90c0dfad1c7
3
+ metadata.gz: 0c56baeec82b7d52e411ccb882c522e2ad10abf6
4
+ data.tar.gz: d20fa0e210699604fb11c2b1760b0e990ef42ef4
5
5
  SHA512:
6
- metadata.gz: 7227fceae9ce04a192eae0aa0425774b2e3ca3452de6f77438633bf5ef8b27960c44d6499bc36430252b9544d63d65deb370cbca99fcb9d4271af581016f0c16
7
- data.tar.gz: 4d1c1d58a27c24ca9d97b1171bb1c77a96264bb574edada9db5cd24c16579fe9d51c8b1cab887db7733e15d5bfdfdad7ff779b8684c27cc97f893e13bad0e840
6
+ metadata.gz: 647fe54c4e2591f82f2f3b904d5cea37014c44995fcc54b894fc67b423162ead497e30eef0994411b2249dfccf86ab59f36b4ccaf6c5f5e9d3724a7aaeb26ae6
7
+ data.tar.gz: 88bf36f245aa1ed1214619875e48ac1a609b2c7a5c8df9fbdcf8d35f598d05a9ca57a0e27d7868f8a47addf24319124cca10f2ef85426fab6475ec4269e861c1
@@ -2,8 +2,8 @@ module Tamplier
2
2
  class Symlink
3
3
  def call(root)
4
4
  ProblemIterator.new.call(root) do |sample_file, config_file|
5
- FileUtils.ln_s(sample_file, config_file)
6
- puts "Made a symlink from #{sample_file} pointing to #{config_file}."
5
+ FileUtils.symlink(sample_file.basename, config_file)
6
+ puts "Made a symlink from #{config_file} pointing to #{sample_file.basename}."
7
7
  end
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Tamplier
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamplier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Shestakov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-09 00:00:00.000000000 Z
11
+ date: 2014-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander