motionscan 0.0.1 → 1.0.0
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.
- data/.gitignore +2 -1
- data/Motionscan.gemspec +1 -1
- data/README.md +2 -11
- data/lib/motionscan/result.rb +0 -2
- data/lib/motionscan/version.rb +1 -1
- metadata +2 -2
data/.gitignore
CHANGED
data/Motionscan.gemspec
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!>Not production ready<!>
|
|
2
|
-
|
|
3
1
|
[](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
|
-
-
|
|
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
|
data/lib/motionscan/result.rb
CHANGED
data/lib/motionscan/version.rb
CHANGED
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
|
|
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-
|
|
12
|
+
date: 2013-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: motion-cocoapods
|