motion-objection 0.8 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.travis.yml +3 -2
- data/Gemfile.lock +20 -20
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/lib/motion-objection.rb +1 -1
- data/lib/motion-objection/version.rb +1 -1
- data/motion_objection.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTNhOGEwMGEwYTZiMTk3MmMyOGYyZTAwZjBhYzg1M2JkNzZjNjQ5Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjBjZjA0NTBhZTEwNDJkMzdjYjYwYjIzNDQwY2ZjODU1MjBiYTM0NA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzFkNTc2Nzg5OGIyOWM0MWFhYjJmN2EwYTI2OTNiYzQ0NTNhNzRhYjllYjgx
|
10
|
+
Y2YyMDJjYzVmNTczMjBjN2U1ZjkwMTUyOWVhYmZjYjM0MzAxYjYwZTU0YjIx
|
11
|
+
YmRjZTdlZmEwYzA4ZWI4ZGUxMjY4YWI4MmU0ZmFiNTE4ZWY1NmU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzZkMDM4ZGUwZGFlYzFhMGI2NThlZGJlNDQxZjU5YzUwZWEyMDg5ODg2MjVh
|
14
|
+
ZDUxYTUwNDgwZTM5YmZlNDZiMzAwYWFkMWZlMGNmZDMyYTQ3MWQ0MzYzNTg5
|
15
|
+
MTI3MTVmYWYwZWI2NTI5MTM4ZjcxZGQ0ODMxMzZlYjFhZDY5YzQ=
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
motion-objection (0.
|
5
|
-
motion-cocoapods (~> 1.
|
4
|
+
motion-objection (0.8)
|
5
|
+
motion-cocoapods (~> 1.4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
@@ -11,33 +11,33 @@ GEM
|
|
11
11
|
i18n (~> 0.6, >= 0.6.4)
|
12
12
|
multi_json (~> 1.0)
|
13
13
|
claide (0.3.2)
|
14
|
-
cocoapods (0.
|
15
|
-
activesupport (~> 3.2
|
14
|
+
cocoapods (0.26.2)
|
15
|
+
activesupport (~> 3.2)
|
16
16
|
claide (~> 0.3.2)
|
17
|
-
cocoapods-core (= 0.
|
18
|
-
cocoapods-downloader (~> 0.
|
17
|
+
cocoapods-core (= 0.26.2)
|
18
|
+
cocoapods-downloader (~> 0.2.0)
|
19
19
|
colored (~> 1.2)
|
20
20
|
escape (~> 0.0.4)
|
21
|
-
json (~> 1.8
|
22
|
-
open4 (~> 1.3
|
23
|
-
xcodeproj (~> 0.
|
24
|
-
cocoapods-core (0.
|
25
|
-
activesupport (~> 3.
|
26
|
-
json (~> 1.8
|
27
|
-
nap (~> 0.5
|
28
|
-
cocoapods-downloader (0.
|
21
|
+
json (~> 1.8)
|
22
|
+
open4 (~> 1.3)
|
23
|
+
xcodeproj (~> 0.13.0)
|
24
|
+
cocoapods-core (0.26.2)
|
25
|
+
activesupport (~> 3.0)
|
26
|
+
json (~> 1.8)
|
27
|
+
nap (~> 0.5)
|
28
|
+
cocoapods-downloader (0.2.0)
|
29
29
|
colored (1.2)
|
30
30
|
escape (0.0.4)
|
31
|
-
i18n (0.6.
|
31
|
+
i18n (0.6.5)
|
32
32
|
json (1.8.0)
|
33
|
-
motion-cocoapods (1.
|
34
|
-
cocoapods (>= 0.
|
35
|
-
multi_json (1.
|
33
|
+
motion-cocoapods (1.4.0)
|
34
|
+
cocoapods (>= 0.26.2)
|
35
|
+
multi_json (1.8.1)
|
36
36
|
nap (0.5.1)
|
37
37
|
open4 (1.3.0)
|
38
38
|
rake (10.0.4)
|
39
|
-
xcodeproj (0.
|
40
|
-
activesupport (~> 3.
|
39
|
+
xcodeproj (0.13.1)
|
40
|
+
activesupport (~> 3.0)
|
41
41
|
colored (~> 1.2)
|
42
42
|
|
43
43
|
PLATFORMS
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@ motion-objection
|
|
3
3
|
|
4
4
|
Motion-objection wraps the Objective-C dependency injection library [Objection](https://github.com/atomicobject/objection) in Ruby so that it can be used in [RubyMotion](http://www.rubymotion.com/). It has all of the power (and speed) of Objection and the declarative affordances that the Ruby language provides.
|
5
5
|
|
6
|
-
|
6
|
+
[![Build Status](https://travis-ci.org/atomicobject/motion-objection.png)](https://travis-ci.org/atomicobject/motion-objection)
|
7
7
|
[![Gem Version](https://badge.fury.io/rb/motion-objection.png)](http://badge.fury.io/rb/motion-objection)
|
8
8
|
[![Code Climate](https://codeclimate.com/github/atomicobject/motion-objection.png)](https://codeclimate.com/github/atomicobject/motion-objection)
|
9
9
|
|
data/Rakefile
CHANGED
data/lib/motion-objection.rb
CHANGED
data/motion_objection.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-objection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin DeWind
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: motion-cocoapods
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.4.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.4.0
|
27
27
|
description: ! " motion-objection is a wrapper around Objection which is a dependency\n
|
28
28
|
\ injection framework written for Objective-C\n"
|
29
29
|
email: dewind@atomicobject.com
|