fanforce-app-factory 2.0.0.rc23 → 2.0.0.rc24

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ class Fanforce::App::CoreConfig
5
5
 
6
6
  def initialize(base_dir)
7
7
  @base_dir = base_dir
8
- @show_error_details = false
8
+ @show_error_details = (ENV['RACK_ENV']=='development') ? true : false
9
9
  @bugsnag = (ENV['BUGSNAG_API_KEY'].present?) ? {api_key: ENV['BUGSNAG_API_KEY']} : nil
10
10
  end
11
11
 
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class AppFactory
3
- VERSION = '2.0.0.rc23'
3
+ VERSION = '2.0.0.rc24'
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.rc23
4
+ version: 2.0.0.rc24
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: