betaface 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccac298f929a2636847ae39b9984c108836767fe
4
- data.tar.gz: 35049c0416dbaba090849e2daf1dc844b2373604
3
+ metadata.gz: d22cbaa6025afd708cbf66784cfcdac12b7270f0
4
+ data.tar.gz: 9a646b3a530cb6aac3afef3f78830c852665ee2c
5
5
  SHA512:
6
- metadata.gz: c831f5d042539c1560a9f4df85affd140c9b7d1aef5743c687cbf9cd360e5debdca776002adff78d68b735f9c71277956528e3bbe85a436d05f49240e40e088d
7
- data.tar.gz: 8e8191e0f1eb4892639fbdb0e4dcd7d1d2dcb30c95c038c7b09de9cccbde91bf50bec5cab36348eaf9326c7731f1eb626eb3e83263326efb21a6a8ef7657e0b8
6
+ metadata.gz: 375e54e11cd95ce9f977a7f95508062557b9bee6e02275f369cbf2e478709254994981929135a40d1ce353e874ec045221824ef289562ce9d7443fb71713d961
7
+ data.tar.gz: cbcd1c932fbd1a21a0f15adbc089911c9dddf0e0912dd516f2c8c39f769e0a571aad8c35fe93e4690458410de1a290648a84634830ec9184fad4270975768c78
data/README.md CHANGED
@@ -46,7 +46,7 @@ api.get_image_info("2bdcd1ad-47a6-45f8-ba74-86c765272422")
46
46
 
47
47
  ## Supported Ruby Versions
48
48
 
49
- This library supports and is [tested against][travis] the following Ruby
49
+ This library supports and is test for the following Ruby
50
50
  implementations:
51
51
 
52
52
  - Ruby 2.2.0
@@ -63,6 +63,8 @@ There are more detailed examples in the included [examples][examples]
63
63
  [bundler]: http://bundler.io
64
64
  [rubygems]: http://rubygems.org
65
65
  [examples]: https://github.com/jrm2194/betaface/tree/master/examples
66
+ [jruby]: http://www.jruby.org
67
+ [rubinius]: http://rubini.us
66
68
 
67
69
  ## License
68
70
 
@@ -109,7 +109,7 @@ module Betaface
109
109
  ##
110
110
  # https://www.betafaceapi.com/service_json_ssl.svc/SetPerson
111
111
  # Assign person name (John Doe@mynamespace.com) to one or more face ids
112
- def set_person(faces_uid, person_id)
112
+ def set_person(faces_uids, person_id)
113
113
  @client.post "/service_json_ssl.svc/SetPerson", {faces_uids:faces_uids,person_id:person_id}
114
114
  end
115
115
 
@@ -1,3 +1,3 @@
1
1
  module Betaface
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betaface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Meyer