motion-takeoff 0.0.6 → 0.0.7

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: 02db886ae966ee9fa7985a23a2780157faad50c8
4
- data.tar.gz: 4c4ca37df252faa76ef86fc066855af92b565896
3
+ metadata.gz: 47e0a5393dfcf148ff212c8005c18b42af806a5d
4
+ data.tar.gz: af85bf18d7267fdd2951d337b0d4c4771eca65aa
5
5
  SHA512:
6
- metadata.gz: ba5d2fae0185482be6827a3def58f881271c42fe7eaabc7ab39358ec6e072864294cdb7a8ec031a81dd6df3ce7484fd026009a247c476dcb180235cc8bec38ff
7
- data.tar.gz: bf1083b3e406ee797c652c73be453e2a03c85cdf5c1210d9cd7ac6645de4514b8eb6310c53e2770a4efd3aec26a87bd6d49fddf9f5d60431cc60b4993deb36b0
6
+ metadata.gz: ec7a5f821b294630c584a248c73adbd6586ed44e7435c02d058dc7593349d3d34007ad28bba30e76a0edbc322fe573d990e41172a70a05a7ed603c80c3872ab9
7
+ data.tar.gz: 989804ccbece88bceac781f1d1546c5cad632657e022eda791215e8f8552df190f9d39393a1df2fb8a1d595003b5e3a7be26e925556718054e9ccf0bc37ad977
@@ -65,6 +65,14 @@ module Takeoff
65
65
  app.cancelAllLocalNotifications
66
66
  end
67
67
  end
68
+
69
+ def count
70
+ UIApplication.sharedApplication.scheduledLocalNotifications.count
71
+ end
72
+
73
+ def notifications
74
+ UIApplication.sharedApplication.scheduledLocalNotifications
75
+ end
68
76
  end
69
77
  end
70
78
  end
@@ -1,3 +1,3 @@
1
1
  module Takeoff
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-takeoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rickert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-11 00:00:00.000000000 Z
11
+ date: 2015-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake