motion-paddle 1.1.5 → 1.1.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 +4 -4
- data/Gemfile.lock +28 -27
- data/README.md +8 -0
- data/lib/motion-paddle/version.rb +1 -1
- data/motion-paddle.gemspec +2 -2
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46055bc2a0888be0b7b2639f293ef492d32c6a06
|
|
4
|
+
data.tar.gz: e6a398a971945a45899eabea8edb3fdaf86613d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3498e5fcf65a3e3a2e37358b1ea5f3889cae4b2532f2764169bab87c9e3bf100ac0fc38281f2379018be1c94f46a7a8b8826558bf2313be13ad3ee12f66ee128
|
|
7
|
+
data.tar.gz: 9555de18b7a4e1cd360b789670a98f6ab3971d0c17af0901c3cb15faa712b4e1790c4e5e2c655a07960ab615eaaa3a1d464bc422c5790183a424f3d2e6da251a
|
data/Gemfile.lock
CHANGED
|
@@ -1,61 +1,59 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
motion-paddle (1.1.
|
|
5
|
-
motion-cocoapods (~> 1.7)
|
|
4
|
+
motion-paddle (1.1.7)
|
|
5
|
+
motion-cocoapods (~> 1.7.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (4.2.
|
|
10
|
+
activesupport (4.2.2)
|
|
11
11
|
i18n (~> 0.7)
|
|
12
12
|
json (~> 1.7, >= 1.7.7)
|
|
13
13
|
minitest (~> 5.1)
|
|
14
14
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
15
15
|
tzinfo (~> 1.1)
|
|
16
|
-
claide (0.
|
|
17
|
-
cocoapods (0.
|
|
16
|
+
claide (0.8.1)
|
|
17
|
+
cocoapods (0.37.2)
|
|
18
18
|
activesupport (>= 3.2.15)
|
|
19
|
-
claide (~> 0.
|
|
20
|
-
cocoapods-core (= 0.
|
|
21
|
-
cocoapods-downloader (~> 0.
|
|
22
|
-
cocoapods-plugins (~> 0.
|
|
23
|
-
cocoapods-trunk (~> 0.
|
|
24
|
-
cocoapods-try (~> 0.4.
|
|
19
|
+
claide (~> 0.8.1)
|
|
20
|
+
cocoapods-core (= 0.37.2)
|
|
21
|
+
cocoapods-downloader (~> 0.9.0)
|
|
22
|
+
cocoapods-plugins (~> 0.4.2)
|
|
23
|
+
cocoapods-trunk (~> 0.6.1)
|
|
24
|
+
cocoapods-try (~> 0.4.5)
|
|
25
25
|
colored (~> 1.2)
|
|
26
26
|
escape (~> 0.0.4)
|
|
27
|
-
molinillo (~> 0.
|
|
27
|
+
molinillo (~> 0.2.3)
|
|
28
28
|
nap (~> 0.8)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
cocoapods-core (0.35.0)
|
|
29
|
+
xcodeproj (~> 0.24.2)
|
|
30
|
+
cocoapods-core (0.37.2)
|
|
32
31
|
activesupport (>= 3.2.15)
|
|
33
32
|
fuzzy_match (~> 2.0.4)
|
|
34
33
|
nap (~> 0.8.0)
|
|
35
|
-
cocoapods-downloader (0.
|
|
36
|
-
cocoapods-plugins (0.
|
|
34
|
+
cocoapods-downloader (0.9.0)
|
|
35
|
+
cocoapods-plugins (0.4.2)
|
|
37
36
|
nap
|
|
38
|
-
cocoapods-trunk (0.
|
|
37
|
+
cocoapods-trunk (0.6.1)
|
|
39
38
|
nap (>= 0.8)
|
|
40
39
|
netrc (= 0.7.8)
|
|
41
|
-
cocoapods-try (0.4.
|
|
40
|
+
cocoapods-try (0.4.5)
|
|
42
41
|
colored (1.2)
|
|
43
42
|
escape (0.0.4)
|
|
44
43
|
fuzzy_match (2.0.4)
|
|
45
44
|
i18n (0.7.0)
|
|
46
|
-
json (1.8.
|
|
47
|
-
minitest (5.
|
|
48
|
-
molinillo (0.
|
|
49
|
-
motion-cocoapods (1.7.
|
|
45
|
+
json (1.8.3)
|
|
46
|
+
minitest (5.7.0)
|
|
47
|
+
molinillo (0.2.3)
|
|
48
|
+
motion-cocoapods (1.7.1)
|
|
50
49
|
cocoapods (>= 0.34)
|
|
51
50
|
nap (0.8.0)
|
|
52
51
|
netrc (0.7.8)
|
|
53
|
-
open4 (1.3.4)
|
|
54
52
|
rake (10.4.2)
|
|
55
|
-
thread_safe (0.3.
|
|
53
|
+
thread_safe (0.3.5)
|
|
56
54
|
tzinfo (1.2.2)
|
|
57
55
|
thread_safe (~> 0.1)
|
|
58
|
-
xcodeproj (0.
|
|
56
|
+
xcodeproj (0.24.2)
|
|
59
57
|
activesupport (>= 3)
|
|
60
58
|
colored (~> 1.2)
|
|
61
59
|
|
|
@@ -63,6 +61,9 @@ PLATFORMS
|
|
|
63
61
|
ruby
|
|
64
62
|
|
|
65
63
|
DEPENDENCIES
|
|
66
|
-
bundler (~> 1.
|
|
64
|
+
bundler (~> 1.9)
|
|
67
65
|
motion-paddle!
|
|
68
66
|
rake (~> 10.4)
|
|
67
|
+
|
|
68
|
+
BUNDLED WITH
|
|
69
|
+
1.10.4
|
data/README.md
CHANGED
|
@@ -87,6 +87,14 @@ end
|
|
|
87
87
|
* `MotionPaddle.can_force_exit=` - set the above value
|
|
88
88
|
* `MotionPaddle.will_show_licensing_window?` - get the Paddle framework setting for whether the app will show the licensing window right away or wait until `MotionPaddle.show_licensing` is called
|
|
89
89
|
* `MotionPaddle.will_show_licensing_window=` - set the above value
|
|
90
|
+
* `MotionPaddle.has_tracking_started?` - get the Paddle framework property `hasTrackingStarted`
|
|
91
|
+
* `MotionPaddle.has_tracking_started=` - set the above property (not sure if it can actually be set)
|
|
92
|
+
* `MotionPaddle.will_simplify_views?` - get the Paddle framework property `willSimplifyViews`
|
|
93
|
+
* `MotionPaddle.will_simplify_views=` - set the above property (not sure if it can actually be set)
|
|
94
|
+
* `MotionPaddle.will_show_activation_alert?` - get the Paddle framework property `willShowActivationAlert`
|
|
95
|
+
* `MotionPaddle.will_show_activation_alert=` - set the above property
|
|
96
|
+
* `MotionPaddle.will_continue_at_trial_end?` - get the Paddle framework setting for whether the app will force license or quit on trial end or will allow use to continue with (optionally) limited functionality
|
|
97
|
+
* `MotionPaddle.will_continue_at_trial_end=` - set the above property
|
|
90
98
|
* `MotionPaddle.trial_days_left` - get the number of days left in the trial
|
|
91
99
|
* `MotionPaddle.deactivate_license` - deactivate the license
|
|
92
100
|
|
data/motion-paddle.gemspec
CHANGED
|
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ['lib']
|
|
20
20
|
|
|
21
|
-
spec.add_dependency 'motion-cocoapods', '~> 1.7'
|
|
21
|
+
spec.add_dependency 'motion-cocoapods', '~> 1.7', '>= 1.7.1'
|
|
22
22
|
|
|
23
|
-
spec.add_development_dependency 'bundler', '~> 1.
|
|
23
|
+
spec.add_development_dependency 'bundler', '~> 1.9'
|
|
24
24
|
spec.add_development_dependency 'rake', '~> 10.4'
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-paddle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Henderson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: motion-cocoapods
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.7'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 1.7.1
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,20 +27,23 @@ dependencies:
|
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '1.7'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 1.7.1
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: bundler
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
37
|
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.
|
|
39
|
+
version: '1.9'
|
|
34
40
|
type: :development
|
|
35
41
|
prerelease: false
|
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
43
|
requirements:
|
|
38
44
|
- - "~>"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '1.
|
|
46
|
+
version: '1.9'
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: rake
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -89,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
95
|
version: '0'
|
|
90
96
|
requirements: []
|
|
91
97
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.4.
|
|
98
|
+
rubygems_version: 2.4.6
|
|
93
99
|
signing_key:
|
|
94
100
|
specification_version: 4
|
|
95
101
|
summary: A RubyMotion gem for using the Paddle framework
|