motion-objection 0.8.5 → 0.8.6

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,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzcxYmI5YjRlOGQ3NTgyNmNmMmI3NDdkN2Q4MDY2M2NjZWUyMDE5Mw==
5
- data.tar.gz: !binary |-
6
- N2Y0NTA4NjNjM2Y1YTUwNmU1NjZlNTAzMmQ3MTYzODMxY2RjZjkwMg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NjA3MjlmNGM5NTZlZDk5MmE4YTI4YTcxN2UwZjgwNjNkZWRiNWUwNjU3N2Q1
10
- ODUxMzZkZjAzNzNhM2NjMTg1MDFkNmNlNzFiMTJjMjU2YTg5ZTdiMmE3MDgw
11
- YzI2OGY1ZmU0MzVlODg0Mjg1ZjZjZDhhNjQ3YmRhMWYwOWM4ZTU=
12
- data.tar.gz: !binary |-
13
- NjAyMmYzYTMwMDRmYTdkNWRhZmVmNGE5MjJlZDc1N2Q4MTY1ZmRiMTA0NjQ1
14
- NGZiZjI4MDNmMmJjNmY1YjRlZGU2MjI3NTEyZTUwNWYyN2Q2ZGM0ZWRlMzg5
15
- ZGRkMDk2MmI1YjUyZTYzMzA3ZTU3MjdlY2NiODQzODQ3ZTRlMTE=
2
+ SHA1:
3
+ metadata.gz: 962f8c43442722e58b5de498ba5607049118b550
4
+ data.tar.gz: fd1fbf6f2207b5cfeb2b3f1e5983157425397688
5
+ SHA512:
6
+ metadata.gz: be2fa9572328b82151b219bc7e02291dece8cc1a81f1cb64477371b908e5cb8da795ff83cab0fe927b58f4efa24fecb6f7feea7bc8c8df3ad2219a0ab0026800
7
+ data.tar.gz: e5cadbbb6267bd07fc1d8dd72cac7476ac8145fd7dd253d7ac939bcffe62d5f0b6be229b820b9a28537903196f43aa34922d7c75d3409699de966480ab97ca77
@@ -1,4 +1,4 @@
1
1
  language: objective-c
2
2
  install: bundle install
3
- before_script: pod repo update && bundle exec rake pod:install
3
+ before_script: pod repo update && bundle exec rake pod:install && sudo chown -R travis ~/Library/RubyMotion
4
4
  script: bundle exec rake spec
@@ -1,3 +1,3 @@
1
1
  module Objection
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
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.5.0"
22
+ gem.add_dependency "motion-cocoapods", ">= 1.5.0"
23
23
  end
metadata CHANGED
@@ -1,38 +1,39 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-objection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin DeWind
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-01 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.5.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
26
  version: 1.5.0
27
- description: ! " motion-objection is a wrapper around Objection which is a dependency\n
28
- \ injection framework written for Objective-C\n"
27
+ description: |2
28
+ motion-objection is a wrapper around Objection which is a dependency
29
+ injection framework written for Objective-C
29
30
  email: dewind@atomicobject.com
30
31
  executables: []
31
32
  extensions: []
32
33
  extra_rdoc_files: []
33
34
  files:
34
- - .gitignore
35
- - .travis.yml
35
+ - ".gitignore"
36
+ - ".travis.yml"
36
37
  - Gemfile
37
38
  - Gemfile.lock
38
39
  - LICENSE
@@ -66,17 +67,17 @@ require_paths:
66
67
  - lib
67
68
  required_ruby_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
- - - ! '>='
70
+ - - ">="
70
71
  - !ruby/object:Gem::Version
71
72
  version: '0'
72
73
  required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  requirements:
74
- - - ! '>='
75
+ - - ">="
75
76
  - !ruby/object:Gem::Version
76
77
  version: '0'
77
78
  requirements: []
78
79
  rubyforge_project:
79
- rubygems_version: 2.0.3
80
+ rubygems_version: 2.2.2
80
81
  signing_key:
81
82
  specification_version: 4
82
83
  summary: A ruby motion library wrapping the popular dependency injection library Objection