capistranovelys 1.0.0 → 1.0.1

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: 628f0080583595564a2eb58cb92199f1a1f231f4
4
- data.tar.gz: 70a58b456f97e0626142ee24cf082c1f6828f0a9
3
+ metadata.gz: bf43dc5cfa937aedb411d6fc78c89c0774ce622e
4
+ data.tar.gz: 3215f8004ab47fd42b0b19d3e2092925808f7733
5
5
  SHA512:
6
- metadata.gz: c0c5e93a2074a4f1d609ffd4daebb17d1646fbb6997d9ea74444a70ac4dfdcef762e332b7cc439c827622f392dbcdefa4d343f2a8a3e0288bb1fd341bcfe89bf
7
- data.tar.gz: ac39207f4ee54fe9dcacf47da12932010af9d98050f02bf4cc19241d77f28ab437c13bcf4738ffbf32e2c7ccba0e68a9fe4256707f4957330871ae6a6f74023c
6
+ metadata.gz: 27f57b6e57d6dfe8d86640063aa0eae536fb4a21ae0eae8a51db8bc25b9fb7b2851e8a2513faa3ae6738f526bf683c10668b6091172afb4fe0a39f727ea86eab
7
+ data.tar.gz: ffcfcf21a61034dff4fdc5df39555458e47dd92694dbef3499bad02c957e13f203c532e5c31283b8847d0b2ccf9b3f96041d06addb69a18a0808f802b049bbe4
@@ -8,12 +8,12 @@ namespace :rails2 do
8
8
  namespace :secret_token do
9
9
  desc "Copy the secret token file to the server"
10
10
  task :copy do
11
- upload "config/initializers/session_store.rb", "#{shared_path}/config/initializes/session_store.rb", :via => :scp
11
+ upload "config/initializers/session_store.rb", "#{shared_path}/config/initializers/session_store.rb", :via => :scp
12
12
  end
13
13
 
14
14
  desc "Symlink the secret token file in the current release"
15
15
  task :symlink do
16
- run "test -f #{release_path}/initializers/session_store.rb || ln -s #{shared_path}/initializers/session_store.rb #{release_path}/initializers/session_store.rb"
16
+ run "test -f #{release_path}/config/initializers/session_store.rb || ln -s #{shared_path}/config/initializers/session_store.rb #{release_path}/config/initializers/session_store.rb"
17
17
  end
18
18
  end
19
19
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Novelys
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistranovelys
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Soltysiak