pushme 0.0.3 → 0.0.4
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
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5c8c68e4caeef98acc4c5125868109ed50c185b
|
|
4
|
+
data.tar.gz: 00c6998d92301e7067dff9b72f6a27dae96dd3ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1219590fb1a92103bac7b9bb0704c618644bfb1aa62a7246c3c41266cc5d86b4995e74987a250ee758fb36bcf0c041908a86ad8d9990ae877b3b3a673e212d0
|
|
7
|
+
data.tar.gz: 6ab9ef336c2b4be28570ea0109e8edf07b97886a66ad8a83cfed3646ded2af513a441d63214eaa7736ad2f60d60db1dc93c5faf30200b63e795aa784f9801f98
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pushme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- César Pinto Castillo
|
|
@@ -10,8 +10,10 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2018-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: To
|
|
14
|
-
|
|
13
|
+
description: To use this gem you need Push Me. It's available for iOS and you find
|
|
14
|
+
it on the App Store. Use the app to set up an Inbox. Once you've created an inbox,
|
|
15
|
+
copy the identifier to your computer. Then run `pushme "message" "identifier" in
|
|
16
|
+
your terminal to send yourself a notification.
|
|
15
17
|
email: cesar@jagcesar.se
|
|
16
18
|
executables:
|
|
17
19
|
- pushme
|
|
@@ -32,7 +34,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
32
34
|
requirements:
|
|
33
35
|
- - ">="
|
|
34
36
|
- !ruby/object:Gem::Version
|
|
35
|
-
version:
|
|
37
|
+
version: 2.0.0
|
|
36
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
39
|
requirements:
|
|
38
40
|
- - ">="
|