motion-objection 0.8 → 0.8.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjYwMzFlYWRmZmFiMmUzNGYwYmFkYTY0NmFiNWY2YjllOTViYTI5Zg==
4
+ MTNhOGEwMGEwYTZiMTk3MmMyOGYyZTAwZjBhYzg1M2JkNzZjNjQ5Yg==
5
5
  data.tar.gz: !binary |-
6
- YmZjMzI2YTgxMmQ3ZjBiOTQ5OTlhY2ViYjBmM2QyZmQ5YmI0NmJhNg==
6
+ YjBjZjA0NTBhZTEwNDJkMzdjYjYwYjIzNDQwY2ZjODU1MjBiYTM0NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MTM3ZmNiN2YxYmE2MTMyOTc4YjA2ZjZhYTRiNDcwYmJkNzdhNjJmM2Q0YTg0
10
- YWEzMDMzYWZjMTVmMzRlYzA3N2NhZjc5NDZiZDQ3NTdhMjUxYTA5ZDRkZDhh
11
- NmNmMTQ5YTRjYTdjN2QyMDNmZDQxZDZhYWQ3ODRiMmU3ZmFhZTI=
9
+ MzFkNTc2Nzg5OGIyOWM0MWFhYjJmN2EwYTI2OTNiYzQ0NTNhNzRhYjllYjgx
10
+ Y2YyMDJjYzVmNTczMjBjN2U1ZjkwMTUyOWVhYmZjYjM0MzAxYjYwZTU0YjIx
11
+ YmRjZTdlZmEwYzA4ZWI4ZGUxMjY4YWI4MmU0ZmFiNTE4ZWY1NmU=
12
12
  data.tar.gz: !binary |-
13
- ZTE2NTE2NTM4M2UwMWEyMWJmMmZhZjQ3YWViODBlZGJkZmJiZDM1ODkyNTM0
14
- ZTg0MGUxZThjMGM5YmZiZjE2Mjk2NGY0NGMyYzE0OWExYzdiYWNkN2I2NWE5
15
- MjVkMmM0MWYzNzYxMTFkNTVlZDc1NWZkY2YzZDU0NWFkMGQxYWQ=
13
+ YzZkMDM4ZGUwZGFlYzFhMGI2NThlZGJlNDQxZjU5YzUwZWEyMDg5ODg2MjVh
14
+ ZDUxYTUwNDgwZTM5YmZlNDZiMzAwYWFkMWZlMGNmZDMyYTQ3MWQ0MzYzNTg5
15
+ MTI3MTVmYWYwZWI2NTI5MTM4ZjcxZGQ0ODMxMzZlYjFhZDY5YzQ=
@@ -1,3 +1,4 @@
1
1
  language: objective-c
2
- before_script: sudo chown -R travis ~/Library/RubyMotion
3
-
2
+ install: bundle install
3
+ before_script: pod repo update
4
+ script: bundle exec rake spec
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- motion-objection (0.5)
5
- motion-cocoapods (~> 1.3.5)
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.22.3)
15
- activesupport (~> 3.2.13)
14
+ cocoapods (0.26.2)
15
+ activesupport (~> 3.2)
16
16
  claide (~> 0.3.2)
17
- cocoapods-core (= 0.22.3)
18
- cocoapods-downloader (~> 0.1.1)
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.0)
22
- open4 (~> 1.3.0)
23
- xcodeproj (~> 0.8.1)
24
- cocoapods-core (0.22.3)
25
- activesupport (~> 3.2.13)
26
- json (~> 1.8.0)
27
- nap (~> 0.5.1)
28
- cocoapods-downloader (0.1.2)
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.4)
31
+ i18n (0.6.5)
32
32
  json (1.8.0)
33
- motion-cocoapods (1.3.5)
34
- cocoapods (>= 0.17.0)
35
- multi_json (1.7.7)
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.8.1)
40
- activesupport (~> 3.2.13)
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
- <!-- [![Build Status](https://travis-ci.org/atomicobject/motion-objection.png)](https://travis-ci.org/atomicobject/motion-objection) -->
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
@@ -15,6 +15,6 @@ Motion::Project::App.setup do |app|
15
15
  app.identifier = 'com.atomicobject.motion-objection'
16
16
 
17
17
  app.pods do
18
- pod "Objection", '~>1.1'
18
+ pod "Objection", '~>1.2'
19
19
  end
20
20
  end
@@ -8,6 +8,6 @@ Motion::Project::App.setup do |app|
8
8
  end
9
9
 
10
10
  app.pods do
11
- pod "Objection", '~>1.1'
11
+ pod "Objection", '~>1.2'
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Objection
2
- VERSION = "0.8"
2
+ VERSION = "0.8.1"
3
3
  end
@@ -19,5 +19,5 @@ DESC
19
19
  gem.files = `git ls-files`.split($\)
20
20
  gem.require_paths = ['lib']
21
21
  gem.test_files = gem.files.grep(%r{^spec/})
22
- gem.add_dependency "motion-cocoapods", "~>1.3.5"
22
+ gem.add_dependency "motion-cocoapods", "~>1.4.0"
23
23
  end
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: '0.8'
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-08-16 00:00:00.000000000 Z
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.3.5
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.3.5
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