afmotion 2.1.1 → 2.1.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd71f63adfb5490716f9b63c891384fc7fcba427
4
- data.tar.gz: 5b0b13758856e72f404249560ea21e224f9246a7
3
+ metadata.gz: feb411ae1cc9016d32050f6b0aa9d2f973eeac94
4
+ data.tar.gz: 905b1a32582ea72e76d9fcdb78c21b214cd42305
5
5
  SHA512:
6
- metadata.gz: d524c5e81a645550bcea768ed691f0029aab8e1bf0af67e6377bfd8d70a0fd42a7f71100759c818665bd5bae99cc7af104899c7221e2f1b7c010f4591996d027
7
- data.tar.gz: a9d5d99405bec0bedb51ccce73c21c650d79ab3a3000babc4c8ec192d1e75f61a735e6556f2fd478c90a87811a7e5d228604180a2c9883015b76702db2456d20
6
+ metadata.gz: 84e5f9c1137271ca6dd3c92d7d26b78fa1302ee9bb81dfe1c8bdb4888ea2308dd18991f19be79a489f0a7700288442a68b379ad6702e0f085dcdca03c0d299d4
7
+ data.tar.gz: 1d1e4545eed25d301ea615615c1dd5ae596df0404536b22b049c0f72f68f99fbe08f41969f78623423facef7e2764b414d0ba6223bb4e5b4deaa07ee611b122e
data/AFMotion.gemspec CHANGED
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
  s.require_paths = ["lib"]
17
17
 
18
18
  s.add_dependency "motion-cocoapods", "~> 1.4.0"
19
- s.add_dependency "motion-require", "~> 0.1.0"
19
+ s.add_dependency "motion-require", ">= 0.1"
20
20
  s.add_development_dependency 'rake'
21
21
  end
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- afmotion (2.1.1)
4
+ afmotion (2.1.2)
5
5
  motion-cocoapods (~> 1.4.0)
6
- motion-require (~> 0.1.0)
6
+ motion-require (>= 0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (3.2.16)
11
+ activesupport (3.2.17)
12
12
  i18n (~> 0.6, >= 0.6.4)
13
13
  multi_json (~> 1.0)
14
14
  claide (0.4.0)
@@ -30,7 +30,7 @@ GEM
30
30
  json_pure (~> 1.8)
31
31
  nap (~> 0.5)
32
32
  cocoapods-downloader (0.3.0)
33
- cocoapods-try-release-fix (0.1.1)
33
+ cocoapods-try-release-fix (0.1.2)
34
34
  colored (1.2)
35
35
  escape (0.0.4)
36
36
  fuzzy_match (2.0.4)
@@ -38,10 +38,10 @@ GEM
38
38
  json_pure (1.8.1)
39
39
  motion-cocoapods (1.4.0)
40
40
  cocoapods (>= 0.26.2)
41
- motion-require (0.1.0)
42
- multi_json (1.8.4)
41
+ motion-require (0.1.1)
42
+ multi_json (1.9.0)
43
43
  nap (0.6.0)
44
- open4 (1.3.0)
44
+ open4 (1.3.3)
45
45
  rake (10.1.0)
46
46
  xcodeproj (0.14.1)
47
47
  activesupport (~> 3.0)
@@ -1,5 +1,5 @@
1
1
  module AFMotion
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
 
4
4
  HTTP_METHODS = [:get, :post, :put, :delete, :patch, :head]
5
5
  end
data/vendor/Podfile.lock CHANGED
@@ -1,29 +1,27 @@
1
1
  PODS:
2
- - AFNetworking (2.0.1):
2
+ - AFNetworking (2.1.0):
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.0.1):
9
+ - AFNetworking/NSURLConnection (2.1.0):
10
10
  - AFNetworking/Reachability
11
11
  - AFNetworking/Security
12
12
  - AFNetworking/Serialization
13
- - AFNetworking/NSURLSession (2.0.1):
14
- - AFNetworking/Reachability
15
- - AFNetworking/Security
16
- - AFNetworking/Serialization
17
- - AFNetworking/Reachability (2.0.1)
18
- - AFNetworking/Security (2.0.1)
19
- - AFNetworking/Serialization (2.0.1)
20
- - AFNetworking/UIKit (2.0.1):
13
+ - AFNetworking/NSURLSession (2.1.0):
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):
21
19
  - AFNetworking/NSURLConnection
22
20
 
23
21
  DEPENDENCIES:
24
- - AFNetworking (~> 2.0.1)
22
+ - AFNetworking (~> 2.1.0)
25
23
 
26
24
  SPEC CHECKSUMS:
27
- AFNetworking: a6f11ac4ac087303e6ff87adc1ba57b0dac20ef8
25
+ AFNetworking: c7d7901a83f631414c7eda1737261f696101a5cd
28
26
 
29
- COCOAPODS: 0.26.2
27
+ COCOAPODS: 0.29.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afmotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
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-02-05 00:00:00.000000000 Z
11
+ date: 2014-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: motion-require
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.0
33
+ version: '0.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.0
40
+ version: '0.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement