pushme 0.0.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 +7 -0
- data/bin/pushme +4 -0
- data/lib/pushme.rb +10 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e30e623733c72ce0a1c6f01656c1cd49465406d4
|
|
4
|
+
data.tar.gz: 4f322a0ef7707f7875ebdf682cb656d9855495f0
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9c41fe3e70c1d9b8b59b7860985054da4252f577306cc721a058699930e28176e369aa7ae903bba7e6cd06508b3f5bbbebb998a768c8519d3b9e05ca453dc1ec
|
|
7
|
+
data.tar.gz: 7da28315cc2a9f1f99f5f1c4549cf012f01c6b6fac2b3b2b4ebf112e3f8a778d65e37c3062713785be9e3a5f049226cad3800fec5077ebfe1aa2bcca109f1f21
|
data/bin/pushme
ADDED
data/lib/pushme.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: pushme
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- César Pinto Castillo
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2018-04-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: To push yourself notifications you need Push Me. It's available for iOS
|
|
14
|
+
and you find it on the App store
|
|
15
|
+
email: cesar@jagcesar.se
|
|
16
|
+
executables:
|
|
17
|
+
- pushme
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- bin/pushme
|
|
22
|
+
- lib/pushme.rb
|
|
23
|
+
homepage: https://rubygems.org/gems/pushme
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata: {}
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubyforge_project:
|
|
43
|
+
rubygems_version: 2.6.13
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Send yourself notifications
|
|
47
|
+
test_files: []
|