nesta-plugin-drop 0.0.1 → 0.0.2

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: b0ba4e2fdf619bc9bf6842dfdca56ae602e8a475
4
- data.tar.gz: 38a32f55ebd5d0cc8b21b8aedc4c813b3c4db007
3
+ metadata.gz: 28b8b250262d052770af11a3ca45e9b6ee8581e8
4
+ data.tar.gz: 4d37bc6bc62d72e617638724c9f813a594913b6c
5
5
  SHA512:
6
- metadata.gz: 195083864b8e2354c6cfcc7f3984e031d63260939c08925af1b34a59f3281608ee9ac32636b440e748b7831cb9730711307abab5abe044397067f8f6db88e04a
7
- data.tar.gz: 8ce7690430c6dfe5c25b10c0a8bad209f7baa1517b1fafda6b2a4a00131812599611e4d10442c46ba58852b380100eecaad459b5a7e7749a4642d372718b81dc
6
+ metadata.gz: 1eecf269ffcbbb9ad4c45884066f61de628e05cf1ee65062649975b75e9f9984628a0522897fd19ab5e2de8774d1b3ed1937a616da8e9b42be7b51672e705f0a
7
+ data.tar.gz: d15b735c83a39188ab0ed5f74214c049fa7e6b45dd962075424ef65f8a24404c11127436d0f5e4b7e6d60cf6a74c5996ff4cc5f290e15815736663334b92a223
@@ -45,7 +45,7 @@ module Nesta
45
45
  def self.bounce_server!
46
46
  return if syncing?
47
47
  puts "Restarting server..."
48
- system("bundle exec pumactl -S /app/state phased-restart")
48
+ system("bundle exec pumactl -S /tmp/.app_state phased-restart")
49
49
  end
50
50
 
51
51
  def self.files
@@ -1,7 +1,7 @@
1
1
  module Nesta
2
2
  module Plugin
3
3
  module Drop
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesta-plugin-drop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Gillen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-13 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler