motionscan 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -20,4 +20,5 @@ vendor/Podfile.lock
20
20
  Gemfile.lock
21
21
  wildcard_dev.mobileprovision
22
22
  Rakefile
23
- app/motionscan_config.rb
23
+ app/motionscan_config.rb
24
+ *.gem
@@ -15,4 +15,4 @@ Gem::Specification.new do |s|
15
15
 
16
16
  s.add_dependency "motion-cocoapods", ">= 1.2.1"
17
17
  s.add_development_dependency 'rake'
18
- end
18
+ end
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- <!>Not production ready<!>
2
-
3
1
  [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/jjaffeux/Motionscan)
4
2
 
5
3
 
@@ -15,7 +13,8 @@ Watch the video to see what you will be able to build in few minutes : http://cl
15
13
  - Use Moodstocks image uploader to add images to your account
16
14
  - Complete your application Rakefile with RakefileExample (most notably pod and credentials)
17
15
  - Look at /app to use it in your application
18
- - Not yet pushed to rubygems, you have to build the gem and link to it from your Gemfile
16
+ - add "motionscan" in your Gemfile or install : gem install motionscan
17
+ - add require 'motionscan' in your Rakefile before Motion::Project::App.setup...
19
18
 
20
19
  If you want build this application you need to upload images with json attached to images, for example :
21
20
  http://cl.ly/image/3l331E0K0L2P
@@ -148,14 +147,6 @@ Returns the imageId of the scanned image.
148
147
  result.imageId
149
148
  ```
150
149
 
151
- -msSDKResult
152
-
153
- Let you access the raw MSResult
154
-
155
- ```ruby
156
- result.msSDKResult
157
- ```
158
-
159
150
  -data
160
151
 
161
152
  ```ruby
@@ -2,8 +2,6 @@ module Motionscan
2
2
 
3
3
  class Result
4
4
 
5
- attr_reader :msSDKResult
6
-
7
5
  def initialize(msSDKResult)
8
6
  @msSDKResult = msSDKResult
9
7
  end
@@ -1,3 +1,3 @@
1
1
  module Motionscan
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motionscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
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-01-28 00:00:00.000000000 Z
12
+ date: 2013-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: motion-cocoapods