mmine 0.6.9 → 0.6.10

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
  SHA256:
3
- metadata.gz: a7b92788f4f236cfdf0911215a66c9b2766c11ffa36d2a34af3145e2b228c1b6
4
- data.tar.gz: 022c69d7ae878e04aa42d59ce588cf5ec95ca90eade048ae79d9a935b9173e60
3
+ metadata.gz: 2773b87d18c96214b3cdeb05f4c2c559b2da8c57b263a4bde62cd8008a9fd8ab
4
+ data.tar.gz: c6eef31a78233af85b15ac23d59adef4bbe323929dccdabad1f269f224b34c04
5
5
  SHA512:
6
- metadata.gz: 0d556220057621d4d9446dfd0720f97573cd61f8972119fd6f6d4376545ef12d69cff30719e916fbff4644420b4ceb30977f6df77e2c42a061d3df5a84cdd1b2
7
- data.tar.gz: d151f563d4c651b81182ce9f1e90a9f24653a822728f8590b38b999c86dcdf6a7e0d1ec33e28836be984adf5a3bc9f580258a1ae2981e6d51debf05a22c7106c
6
+ metadata.gz: f21992cc1dac96ad18a9445bcf8ddc26569d37dd367340cbb9e838c01e1c590489dc411428dc927e1fd4ee2b463cfcb10fa5c38a74f44a64ef225bd13c9065db
7
+ data.tar.gz: 2c8affa1549caa7f342d0428028840b64849899ccaa96a1e6e890166a192fde2d132bb1d49094eed2203bc5f0c9d831c5ccd34fc17bbae2b0dd1230c6b830e1f
@@ -330,8 +330,7 @@ class NotificationExtensionIntegrator
330
330
  exitsting_capabilities = @project.root_object.attributes["TargetAttributes"][@ne_target.uuid]
331
331
  mobilemessaging_capabilities = { "SystemCapabilities" =>
332
332
  {
333
- "com.apple.ApplicationGroups.iOS" => { "enabled" => 1 },
334
- "com.apple.Push" => { "enabled" => 1 },
333
+ "com.apple.ApplicationGroups.iOS" => { "enabled" => 1 }
335
334
  }
336
335
  }
337
336
  if exitsting_capabilities == nil
data/lib/mmine/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mmine
2
- VERSION = "0.6.9"
2
+ VERSION = "0.6.10"
3
3
  end
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.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Kadochnikov