anmo 0.0.29 → 0.0.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 1.9.3-p0
1
+ 1.9.3-p385
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Anmo
2
2
  ====
3
3
 
4
- [![Build status](https://secure.travis-ci.org/AndrewVos/anmo.png)](https://secure.travis-ci.org/AndrewVos/anmo)
4
+ [![Build status](https://secure.travis-ci.org/sthulbourn/anmo.png)](https://travis-ci.org/sthulbourn/anmo)
5
5
 
6
6
  What?
7
7
  -----
@@ -25,4 +25,4 @@ Anmo.create_request({
25
25
  ```
26
26
  curl http://localhost:8787/lookatmyhorse
27
27
  my horse is amazing
28
- ```
28
+ ```
@@ -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,Control-Type,Authorization"
82
+ "Access-Control-Allow-Headers" => "X-Requested-With,Content-Type,Authorization"
83
83
  },
84
84
  ""
85
85
  ]
@@ -1,3 +1,3 @@
1
1
  module Anmo
2
- VERSION = "0.0.29"
2
+ VERSION = "0.0.30"
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.29
4
+ version: 0.0.30
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: 2013-03-07 00:00:00.000000000 Z
12
+ date: 2013-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack