afmotion 2.1.4 → 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69787414b3be0ca464dfb2d7454c8e7eecd1d88f
4
- data.tar.gz: 5c34b19456c5e5c6b0e2acd47000fb848ce408ed
3
+ metadata.gz: 851a1cdecf54996e0ef3f64d4c364daf84fc6cf1
4
+ data.tar.gz: e7627dcdb20d3adfdadc918d492bb419eccf39a7
5
5
  SHA512:
6
- metadata.gz: 34ec767cca0a59b869d3d5f504c48653d3418dd5c68c5d802f60802dbc23a3d37caa6b43201b0c40f1d50e8210a54fbddec188a4beface966f5600115a873de7
7
- data.tar.gz: 4428cf7d886665c4dadfa1e147e989a8036b834cfe65726dcec517229f3fbc4a25bce510d88f5833b1aed8f813e7a1eb6865f61ccd5ab53220c7498d56d55739
6
+ metadata.gz: 395a157ce1b86cb4b33266e4c4ce1a0bf85200b837946858ca3633b8fa938d1a312738a9f03ea0ae09b7db6292d52d553e74388656cb3aed2abc91433afa1a2b
7
+ data.tar.gz: d6b21cb3300ad76ceedd9c316cfcef5a80eaefb60b66fd64caab10c5bb7a6bee3018b4e8cbdebf98420f51699fd4befdb79dc64246f5a23247cff5d541212dc2
data/.travis.yml CHANGED
@@ -1,3 +1,12 @@
1
1
  language: objective-c
2
- install: bundle install
3
- script: pod setup; bundle exec rake pod:install COCOAPODS_VERBOSE=1; bundle exec rake spec
2
+ before_install:
3
+ - (ruby --version)
4
+ - sudo chown -R travis ~/Library/RubyMotion
5
+ - mkdir -p ~/Library/RubyMotion/build
6
+ - bundle install
7
+ - pod setup
8
+ - bundle exec rake pod:install
9
+ script: bundle exec rake spec
10
+ env:
11
+ global:
12
+ - COCOAPODS_NO_REPO_UPDATE_OUTPUT=true
data/AFMotion.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
16
16
  s.require_paths = ["lib"]
17
17
 
18
- s.add_dependency "motion-cocoapods", "~> 1.4.0"
18
+ s.add_dependency "motion-cocoapods", ">= 1.4.1"
19
19
  s.add_dependency "motion-require", ">= 0.1"
20
20
  s.add_development_dependency 'rake'
21
21
  end
data/Gemfile.lock CHANGED
@@ -1,49 +1,58 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- afmotion (2.1.4)
5
- motion-cocoapods (~> 1.4.0)
4
+ afmotion (2.1.5)
5
+ motion-cocoapods (>= 1.4.1)
6
6
  motion-require (>= 0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (3.2.17)
11
+ activesupport (3.2.18)
12
12
  i18n (~> 0.6, >= 0.6.4)
13
13
  multi_json (~> 1.0)
14
- claide (0.5.0)
15
- cocoapods (0.32.1)
14
+ claide (0.6.1)
15
+ cocoapods (0.33.1)
16
16
  activesupport (>= 3.2.15, < 4)
17
- claide (~> 0.5.0)
18
- cocoapods-core (= 0.32.1)
19
- cocoapods-downloader (~> 0.5.0)
20
- cocoapods-try (~> 0.2.0)
17
+ claide (~> 0.6.1)
18
+ cocoapods-core (= 0.33.1)
19
+ cocoapods-downloader (~> 0.6.1)
20
+ cocoapods-plugins (~> 0.2.0)
21
+ cocoapods-trunk (~> 0.1.1)
22
+ cocoapods-try (~> 0.3.0)
21
23
  colored (~> 1.2)
22
24
  escape (~> 0.0.4)
23
25
  json_pure (~> 1.8)
24
26
  nap (~> 0.7)
25
27
  open4 (~> 1.3)
26
- xcodeproj (~> 0.16.1)
27
- cocoapods-core (0.32.1)
28
- activesupport (>= 3.2.15, < 4)
28
+ xcodeproj (~> 0.17.0)
29
+ cocoapods-core (0.33.1)
30
+ activesupport (>= 3.2.15)
29
31
  fuzzy_match (~> 2.0.4)
30
32
  json_pure (~> 1.8)
31
33
  nap (~> 0.5)
32
- cocoapods-downloader (0.5.0)
33
- cocoapods-try (0.2.0)
34
+ cocoapods-downloader (0.6.1)
35
+ cocoapods-plugins (0.2.0)
36
+ nap
37
+ cocoapods-trunk (0.1.3)
38
+ json_pure (~> 1.8)
39
+ nap (>= 0.6)
40
+ netrc
41
+ cocoapods-try (0.3.0)
34
42
  colored (1.2)
35
43
  escape (0.0.4)
36
44
  fuzzy_match (2.0.4)
37
45
  i18n (0.6.9)
38
46
  json_pure (1.8.1)
39
- motion-cocoapods (1.4.1)
47
+ motion-cocoapods (1.5.0)
40
48
  cocoapods (>= 0.32.1)
41
- motion-require (0.1.1)
42
- multi_json (1.9.2)
49
+ motion-require (0.2.0)
50
+ multi_json (1.10.1)
43
51
  nap (0.7.0)
44
- open4 (1.3.3)
52
+ netrc (0.7.7)
53
+ open4 (1.3.4)
45
54
  rake (10.1.0)
46
- xcodeproj (0.16.1)
55
+ xcodeproj (0.17.0)
47
56
  activesupport (~> 3.0)
48
57
  colored (~> 1.2)
49
58
 
data/lib/afmotion.rb CHANGED
@@ -16,6 +16,6 @@ Motion::Project::App.setup do |app|
16
16
  end
17
17
 
18
18
  app.pods do
19
- pod 'AFNetworking', '~> 2.1.0'
19
+ pod 'AFNetworking', '~> 2.2.4'
20
20
  end
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module AFMotion
2
- VERSION = "2.1.4"
2
+ VERSION = "2.1.5"
3
3
 
4
4
  HTTP_METHODS = [:get, :post, :put, :delete, :patch, :head]
5
5
  end
data/vendor/Podfile.lock CHANGED
@@ -1,27 +1,28 @@
1
1
  PODS:
2
- - AFNetworking (2.1.0):
2
+ - AFNetworking (2.2.4):
3
3
  - AFNetworking/NSURLConnection
4
4
  - AFNetworking/NSURLSession
5
5
  - AFNetworking/Reachability
6
6
  - AFNetworking/Security
7
7
  - AFNetworking/Serialization
8
8
  - AFNetworking/UIKit
9
- - AFNetworking/NSURLConnection (2.1.0):
9
+ - AFNetworking/NSURLConnection (2.2.4):
10
10
  - AFNetworking/Reachability
11
11
  - AFNetworking/Security
12
12
  - AFNetworking/Serialization
13
- - AFNetworking/NSURLSession (2.1.0):
13
+ - AFNetworking/NSURLSession (2.2.4):
14
14
  - AFNetworking/NSURLConnection
15
- - AFNetworking/Reachability (2.1.0)
16
- - AFNetworking/Security (2.1.0)
17
- - AFNetworking/Serialization (2.1.0)
18
- - AFNetworking/UIKit (2.1.0):
15
+ - AFNetworking/Reachability (2.2.4)
16
+ - AFNetworking/Security (2.2.4)
17
+ - AFNetworking/Serialization (2.2.4)
18
+ - AFNetworking/UIKit (2.2.4):
19
19
  - AFNetworking/NSURLConnection
20
+ - AFNetworking/NSURLSession
20
21
 
21
22
  DEPENDENCIES:
22
- - AFNetworking (~> 2.1.0)
23
+ - AFNetworking (~> 2.2.4)
23
24
 
24
25
  SPEC CHECKSUMS:
25
- AFNetworking: c7d7901a83f631414c7eda1737261f696101a5cd
26
+ AFNetworking: ab63e259fe91eef4519b371ef0a4955af0e73e64
26
27
 
27
- COCOAPODS: 0.29.0
28
+ COCOAPODS: 0.33.1
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afmotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clay Allsopp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-21 00:00:00.000000000 Z
11
+ date: 2014-05-31 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
- version: 1.4.0
19
+ version: 1.4.1
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.4.0
26
+ version: 1.4.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: motion-require
29
29
  requirement: !ruby/object:Gem::Requirement