forward 1.0.0 → 1.1.0

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: b188425121deedc6db3120b631fe576a3e4bbf67
4
- data.tar.gz: 1371bf60526e65fd941b9e17398d5f004bd7f7b3
3
+ metadata.gz: 8e35f05b3b0b35fe0344b0a2e3d09a6778ce20c3
4
+ data.tar.gz: 9dec461ff7d15bf765e9e563c2585ae156bf87eb
5
5
  SHA512:
6
- metadata.gz: cce5f2e20c6788d420b1faa01e6eb778175cb7486271a58e531a0a1a35c75e49a5c943dbf183deedbf146aed8c7e2f16bd7ed6e8d2a09e9dc30ba2b3740d0429
7
- data.tar.gz: 014d3a99305e8e755fd5544239442fb62e342a804e87d2eb918dd9abcfbc08c7f66f94aa7fc8e955bac76b6bf38c59d6a62c262083f2d033f1d5cdab3a549f8c
6
+ metadata.gz: 768e723c14b71561439bb4c97bc6564aa2bf48e654786693c2598cd272c11c480ea7caba74bc14387262e58466f008db9d505b40b4470aeb8d198ec7baeea7c1
7
+ data.tar.gz: aa37e3b762d1075dba76395dd61c87e32e793f8c26871f213a6ff2fac329c3c9b5b0e98f76b201583cb1fd47c248d84223d6708e476a1f5bcc32b2797fbed496
@@ -100,11 +100,7 @@ module Forward
100
100
  #
101
101
  # Returns the String path.
102
102
  def config_path
103
- if Forward.windows?
104
- File.join(ENV['HOME'], 'forward', 'config')
105
- else
106
- File.join(ENV['HOME'], '.forwardrc')
107
- end
103
+ File.join(ENV['HOME'], '.forwardrc')
108
104
  end
109
105
 
110
106
  # Checks to see if a .forward config file exists.
@@ -1,3 +1,3 @@
1
1
  module Forward
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forward
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Dunn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-02 00:00:00.000000000 Z
12
+ date: 2014-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: slop