mmine 0.13.1 → 0.13.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 +4 -4
- data/lib/mmine/notification_extension_integrator.rb +1 -1
- data/lib/mmine/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4ae59331db804b60ba314df98c85f4d2dc61231a28882976def64f7451bcc77
|
4
|
+
data.tar.gz: f3745fc36a6e3e34c463982a600a9816e316d97e664dddba7985de7b53faa650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7d369b4960e4d877d692e5871803fafd38b56d13508838abc6e4392d0762ee31bf6e57c2a03650f2e8ac200252dc657be52447eea6d9315b6e9ac1bad34a0c2
|
7
|
+
data.tar.gz: d7fb0d94e6bf88de3f6e4f7dc7929075756a0322420030968498e36709bde9c1ef9f29782ebbb71bb32d94ae4f08f1342b8db02f11a36f7708d4564c642def18
|
@@ -246,7 +246,7 @@ class NotificationExtensionIntegrator
|
|
246
246
|
end
|
247
247
|
|
248
248
|
def setup_deployment_target
|
249
|
-
set_notification_extension_build_settings('IPHONEOS_DEPLOYMENT_TARGET', "
|
249
|
+
set_notification_extension_build_settings('IPHONEOS_DEPLOYMENT_TARGET', "13.0")
|
250
250
|
end
|
251
251
|
|
252
252
|
def setup_notification_extension_info_plist
|
data/lib/mmine/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mmine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Kadochnikov
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.
|
76
|
+
rubygems_version: 3.1.6
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: Mobile Messaging iOS Notification Extension Integration Tool made at Infobip
|