apromise 0.1.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +61 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7032a81f755992be3d24ec7a0797eabe45d5a2794f22a5bfb35dfc449c76123d
4
+ data.tar.gz: 68227d14c7dc641d8d96ef7ee979e0a4f0dd0f6b3ba6f6356ab23bce30e304db
5
+ SHA512:
6
+ metadata.gz: 6d950944bf02498f3c00f3b44f6fdfb5c3e677caf3c707f2a4120799edc26ddbff2e1b683ca64eb1156a1bbe4ad2fa6eccfb56f6bc9c533565556bf087fbe554
7
+ data.tar.gz: 43a0d97816a14f44b24a1bd0809cad5b56e8b713a2bf3b00ae897146a62b023d29b8a3f723b42d593746d1b335631a7f1d053d28d0d520ca1fd166436b6f44a1
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: apromise
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Scott Tadman
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: async
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Promise implementation for Ruby Async
28
+ email:
29
+ - tadman@postageapp.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files: []
34
+ homepage: https://github.com/postageapp/apromise
35
+ licenses:
36
+ - MIT
37
+ metadata:
38
+ allowed_push_host: https://rubygems.org/
39
+ homepage_uri: https://github.com/postageapp/apromise
40
+ source_code_uri: https://github.com/postageapp/apromise
41
+ changelog_uri: https://github.com/postageapp/apromise
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 2.5.0
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubygems_version: 3.1.2
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: A Promise for Async
61
+ test_files: []