capistrano-atlas 0.1.9 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c3021d5d60a1b84acf3ee1b580f78de2be0a2ba
4
- data.tar.gz: cabe4eeb1bee7e08d000c1e1704f342b8f43e451
3
+ metadata.gz: 17fabd2ccbdb2576da14c4a9bcb6bfcf1369b0b1
4
+ data.tar.gz: db88375f4ab66466e465ebd50c7986337b3c382d
5
5
  SHA512:
6
- metadata.gz: 1ea9f279c002b61a227a3fffa19a7540c57c0c36cc3d599af66a09c14e256716c41bd93451d1fd268ae15ef1cd5a7feed75980195e8646139b7964cda2faf505
7
- data.tar.gz: dde6b71a4afb4792764a87eef20e540187fa0451f7aee561b632f06cbc0460013684241ef785eff6c5cf3dba75d139871039367a6945b7726eb1740cc68d5b60
6
+ metadata.gz: d92fffd9e8d165c4e6b6ccede3d3168eb0d03a1f18455af98e97afc881d79efda162c8426980bb7f77a3ec9be1017694c68d935025956fa657b9a567663905fb
7
+ data.tar.gz: 3ba976969f2329e12eabd96cbdad57b8d86fbb27ce6fdffb5e167e4a8e9dda469d4c33bb7f71fe8b624369313c746702869e2f888ca457d42024806b1ccdb783
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Atlas
3
- VERSION = "0.1.9".freeze
3
+ VERSION = "0.2.0".freeze
4
4
  end
5
5
  end
@@ -16,9 +16,9 @@ namespace :atlas do
16
16
  execute "sudo swapon /swapfile"
17
17
  execute "sudo echo \"/swapfile none swap sw 0 0\" > /etc/fstab"
18
18
  execute "sudo sysctl vm.swappiness=10"
19
- execute "sudo echo \"vm.swappiness=10\" > /etc/sysctl.conf"
19
+ execute "sudo echo \"vm.swappiness=10\" >> /etc/sysctl.conf"
20
20
  execute "sudo sysctl vm.vfs_cache_pressure=50"
21
- execute "sudo echo \"vm.vfs_cache_pressure = 50\" > /etc/sysctl.conf"
21
+ execute "sudo echo \"vm.vfs_cache_pressure = 50\" >> /etc/sysctl.conf"
22
22
  end
23
23
  end
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-atlas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall