fanforce-app-factory 1.6.3 → 1.7.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.
@@ -17,15 +17,15 @@ class FanforceApp::Sinatra
17
17
  end
18
18
 
19
19
  def route_archive_initiative_callback
20
- json status: 'finished-processing'
20
+ json status: 'finished'
21
21
  end
22
22
 
23
23
  def route_destroy_initiative_callback
24
- json status: 'finished-processing'
24
+ json status: 'finished'
25
25
  end
26
26
 
27
27
  def route_autocreate_initiative_callback
28
- json status: 'finished-processing'
28
+ json status: 'finished'
29
29
  end
30
30
 
31
31
  end
@@ -23,7 +23,7 @@ class FanforceApp::Sinatra
23
23
  $Redis.set("installed:app-#{ff.params[:app_id]}:#{params[:organization_id]}", params[:api_key])
24
24
  ff.auth(params[:api_key])
25
25
 
26
- json status: 'finished-processing'
26
+ json status: 'finished'
27
27
  end
28
28
 
29
29
  def route_uninstall_callback
@@ -36,7 +36,7 @@ class FanforceApp::Sinatra
36
36
  end
37
37
 
38
38
  $Redis.del("installed:app-#{ff.params[:app_id]}:#{params[:organization_id]}")
39
- json status: 'finished-processing'
39
+ json status: 'finished'
40
40
  end
41
41
 
42
42
  def route_ping_pong
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module AppFactory
3
- VERSION = '1.6.3'
3
+ VERSION = '1.7.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-app-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.7.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: