face 0.0.1 → 0.0.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.
Files changed (4) hide show
  1. data/README.rdoc +2 -0
  2. data/lib/face.rb +0 -6
  3. data/lib/face/version.rb +1 -1
  4. metadata +3 -3
@@ -1,3 +1,5 @@
1
+ Note: This gem is still under development , create issues if you meet any problem when using it https://github.com/rociiu/face/issues
2
+
1
3
  Face is a ruby library of http://developers.face.com/.
2
4
 
3
5
  == Getting Started
@@ -1,8 +1,6 @@
1
1
  require 'rubygems'
2
- require 'ruby-debug'
3
2
  require 'rest_client'
4
3
  require 'json'
5
- require 'pp'
6
4
 
7
5
  require File.expand_path('../face/client', __FILE__)
8
6
 
@@ -13,7 +11,3 @@ module Face
13
11
  end
14
12
 
15
13
  end
16
-
17
- #client = Face.get_client(:api_key => '1a16f5a64ae7f87677f8d16e621cb918', :api_secret => '2fb4249e299ed6a01cb38145837b9525')
18
- #pp client.faces_detect(:urls => ['http://farm6.static.flickr.com/5220/5431220348_fbdf80ae9.jpg'])
19
- ##pp client.faces_detect(:file => File.new('5431220348_fbdf810ae9.jpg', 'rb'))
@@ -1,3 +1,3 @@
1
1
  module Face
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: face
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roc Yu