fanforce-app-factory 2.0.0.rc31 → 2.0.0.rc32

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.
@@ -22,7 +22,7 @@ class Fanforce::App::Sinatra
22
22
  new_config = MultiJson.load(params[:config], symbolize_keys: true)
23
23
  raise 'IUIDs do not match' if old_config[:_iuid] and old_config[:_iuid] != new_config[:_iuid]
24
24
 
25
- File.open(filename, 'w') {|f| f.write(JSON.pretty_generate(Hash[new_config.sort])) }
25
+ File.open(filename, 'w') {|f| f.write(JSON.pretty_generate(Hash[new_config.sort]) + $RS) }
26
26
  json status: 'finished'
27
27
  end
28
28
 
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class AppFactory
3
- VERSION = '2.0.0.rc31'
3
+ VERSION = '2.0.0.rc32'
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: 2.0.0.rc31
4
+ version: 2.0.0.rc32
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: