web-connect 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a9ed1943020c61d303c0e1e41d655dbf3becd2e
4
- data.tar.gz: fd67c5f26c24a6d04e6df66fa5440286791e1b17
3
+ metadata.gz: f1367d123d83df26fee0006d1910bf27b5c06f2b
4
+ data.tar.gz: adfa62b6321f122bc9c429c8e3f51d4ef6f98c1a
5
5
  SHA512:
6
- metadata.gz: 61adc8afbf05c6d19b0d52922179bbf52c26ec1f9df200bcfaaaa4cf963857d1ad6359db07a0200aa0cf55d513469ae753b49ac2038e531711dad9240e7651a7
7
- data.tar.gz: c3d75c7a605e8ce13acd1deaace6c1a026191fa525481cb73e3ad8f07c34736fd521c488317c573f49a77cbd3f41a03097d10430acb4c87234e7078ec1477011
6
+ metadata.gz: 0acc51783eeba275d2c6f2343b10e105f6392e26791646d4cc1235bb77dc6906d694404b761870c8fe0aa9a351d48fbc6483b467c1544b95177e940eefa4fc63
7
+ data.tar.gz: d22b336362381320cf4619ba754eb59fa8cd72f643ddd292d4817042e66d0a74767dd5091342aac51960d1302b561fdba5ded538c7feb4bb49a79a92fd237055
@@ -3,7 +3,7 @@ class Netfira::WebConnect::RackApp
3
3
  class Commit < Action
4
4
 
5
5
  def call
6
- raise MethodNotAllowed unless verb == :post
6
+ raise MethodNotAllowed unless verb == :put
7
7
  commit_records input['records'] if input['records']
8
8
  commit_relations input['relations'] if input['relations']
9
9
  {
@@ -1,5 +1,5 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-28 00:00:00.000000000 Z
12
+ date: 2014-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord