versacommerce_app 1.0.25 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,9 @@ production:
57
57
  # Configure the default encoding used in templates for Ruby 1.9.
58
58
  config.encoding = "utf-8"
59
59
  config.time_zone = 'Berlin'
60
+
61
+ # Allow all origins to include this app via <frame> or <iframe>.
62
+ config.action_dispatch.default_headers = { 'X-Frame-Options' => 'ALLOWALL' }
60
63
  DATA
61
64
  end
62
65
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module VersacommerceApp
3
- VERSION = "1.0.25"
3
+ VERSION = "1.0.26"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: versacommerce_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.25
4
+ version: 1.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-23 00:00:00.000000000 Z
12
+ date: 2014-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails