afmotion 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AFMotion.gemspec +1 -1
- data/Gemfile.lock +7 -7
- data/lib/afmotion/version.rb +1 -1
- data/vendor/Podfile.lock +11 -13
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feb411ae1cc9016d32050f6b0aa9d2f973eeac94
|
4
|
+
data.tar.gz: 905b1a32582ea72e76d9fcdb78c21b214cd42305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e5f9c1137271ca6dd3c92d7d26b78fa1302ee9bb81dfe1c8bdb4888ea2308dd18991f19be79a489f0a7700288442a68b379ad6702e0f085dcdca03c0d299d4
|
7
|
+
data.tar.gz: 1d1e4545eed25d301ea615615c1dd5ae596df0404536b22b049c0f72f68f99fbe08f41969f78623423facef7e2764b414d0ba6223bb4e5b4deaa07ee611b122e
|
data/AFMotion.gemspec
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
afmotion (2.1.
|
4
|
+
afmotion (2.1.2)
|
5
5
|
motion-cocoapods (~> 1.4.0)
|
6
|
-
motion-require (
|
6
|
+
motion-require (>= 0.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (3.2.
|
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.
|
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.
|
42
|
-
multi_json (1.
|
41
|
+
motion-require (0.1.1)
|
42
|
+
multi_json (1.9.0)
|
43
43
|
nap (0.6.0)
|
44
|
-
open4 (1.3.
|
44
|
+
open4 (1.3.3)
|
45
45
|
rake (10.1.0)
|
46
46
|
xcodeproj (0.14.1)
|
47
47
|
activesupport (~> 3.0)
|
data/lib/afmotion/version.rb
CHANGED
data/vendor/Podfile.lock
CHANGED
@@ -1,29 +1,27 @@
|
|
1
1
|
PODS:
|
2
|
-
- AFNetworking (2.0
|
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
|
9
|
+
- AFNetworking/NSURLConnection (2.1.0):
|
10
10
|
- AFNetworking/Reachability
|
11
11
|
- AFNetworking/Security
|
12
12
|
- AFNetworking/Serialization
|
13
|
-
- AFNetworking/NSURLSession (2.0
|
14
|
-
- AFNetworking/
|
15
|
-
|
16
|
-
|
17
|
-
- AFNetworking/
|
18
|
-
- AFNetworking/
|
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
|
22
|
+
- AFNetworking (~> 2.1.0)
|
25
23
|
|
26
24
|
SPEC CHECKSUMS:
|
27
|
-
AFNetworking:
|
25
|
+
AFNetworking: c7d7901a83f631414c7eda1737261f696101a5cd
|
28
26
|
|
29
|
-
COCOAPODS: 0.
|
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.
|
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-
|
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
|
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
|
40
|
+
version: '0.1'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|