rugular 0.7.2 → 0.7.3

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: a7f5171f108bbfa3df5456db4f7b6801d98810f6
4
- data.tar.gz: d9069bc9307244420345f7d14f430346f08a5af4
3
+ metadata.gz: b1d9f90b34c0635f6fe990da82e4084a0a41c82c
4
+ data.tar.gz: 7eb7dcdcf7a74fea6e37e70947087bdba87179e5
5
5
  SHA512:
6
- metadata.gz: ce98fcd5279cd45d9984d903a684d3700bf9dbb17f52282e4590fc453af297c1d648f4763e459546b0a967d384458c6f9f16c2a4fca2edde8ff3f735e9858ac2
7
- data.tar.gz: ce228b6ff1bc086b58bc51d8fc2a8660bc5001cc1b05d03aba41c07d10ee722abe4171639213bbff5ca3fed4867d3e72cdd9fdc73e517c26f72ec1680aa31afa
6
+ metadata.gz: b26f4728ecde71f732b3103c1766c44a78dc0ef0d3916ff7ffdd51c754199c689f0e3c0349436464abaaf51d63c20845c7e908465fad05b0e1b78e1bc54c5bb8
7
+ data.tar.gz: 501b60c3e7dbcc79d048ea23546154a50e290daaa16722549a687c12e39012560f52db3890665c1e2da4e28fddb80783854ddbe7c755a79272449b9d12548d7b
@@ -13,6 +13,7 @@ module Rugular
13
13
  desc 'creates a new tmux session with the processes necessary for rugular'
14
14
 
15
15
  def copy_tmux_file
16
+ FileUtils.mkdir "#{Dir.home}/.tmuxinator"
16
17
  FileUtils.cp tmuxinator_file, "#{Dir.home}/.tmuxinator/rugular.yml"
17
18
  end
18
19
 
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook