anmo 0.0.28 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ module Anmo
79
79
  {
80
80
  "Access-Control-Allow-Origin" => "*",
81
81
  "Access-Control-Allow-Methods" => "*",
82
- "Access-Control-Allow-Headers" => "X-Requested-With"
82
+ "Access-Control-Allow-Headers" => "X-Requested-With,Control-Type,Authorization"
83
83
  },
84
84
  ""
85
85
  ]
@@ -1,3 +1,3 @@
1
1
  module Anmo
2
- VERSION = "0.0.28"
2
+ VERSION = "0.0.29"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anmo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
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: 2012-11-07 00:00:00.000000000 Z
12
+ date: 2013-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack