emittable 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +3 -0
  4. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0ee9d870011047d7917fdfa083df1444f8ef7fb
4
- data.tar.gz: 19735f0c2d4137a0a719cab4176687c8a4442e6e
3
+ metadata.gz: 8465852e469046443fa431b53e55a596f40e1eb3
4
+ data.tar.gz: 0d25ef0c9c88b2b58978cb3917e3076ea56c2402
5
5
  SHA512:
6
- metadata.gz: 23e1ab958bdc5ba511dcf104aa123ce917347b28434ebd7b303bb1d9dbb14a51027589757750d8e2ee769d1f3cf5bf78e066e4c67379a890357d1e87cc21e578
7
- data.tar.gz: a5eab8a9e16b91b3937efa9d5075bf9d366da65bc8837a9a8b4a89ea8cd93c561fbbadfbc1314041d6094d920d844b059f5e42902dabd9dd8eedbc95c68b1749
6
+ metadata.gz: 9fe8df7c32e5d9ee57f2d760a6fc1b93c4bddbeee2d16978a6082993813da1097e282447823bcc37b1ad37ba34430d17d7250a512a8c8ffe39082986e2cce864
7
+ data.tar.gz: 1ed53782740e454931fcd4e3de09e65cdff510146bee68def86a42d1870b9cf5d8846767dcc1827557df9141de84b2c1d9dc1a2ef4cb2c0d3eca7da5b5ae636e
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Rob Fors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,3 @@
1
+ # Emittable
2
+ A simple event registering/triggering module to mix into classes.
3
+ Clone of Vienna::Emittable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emittable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Fors
@@ -16,6 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - LICENSE
20
+ - README.md
19
21
  - lib/emittable.rb
20
22
  homepage: https://github.com/robfors/emittable
21
23
  licenses: