tmuxification 0.1.0 → 0.3.0

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.
data/README.md CHANGED
@@ -62,7 +62,7 @@ can specify a different project name as such:
62
62
 
63
63
  Every project created will append a line per project to `.projects`, `.zshrc` or
64
64
  `config.fish` file. The `.projects` is used if it exists otherwise the rc file
65
- for th current shell is used.
65
+ for the current shell is used.
66
66
 
67
67
  ## Contributing
68
68
 
@@ -61,8 +61,8 @@ module Tmuxification
61
61
  end
62
62
 
63
63
  def shell_source_command
64
- "source" if zsh?
65
- "." if fish?
64
+ return "source" if zsh?
65
+ return "." if fish?
66
66
  end
67
67
 
68
68
  def template_file
@@ -1,3 +1,3 @@
1
1
  module Tmuxification
2
- VERSION = "0.1.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmuxification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: