resugan 0.1.5 → 0.1.6
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
- data/lib/resugan/version.rb +1 -1
- data/resugan.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6563e6a62f4d332a2eb91f9d4e4ede8c28b8574d
|
|
4
|
+
data.tar.gz: 6c81185cae886ae517c9652f40f65b9816e80d8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9da960aafb85dd7465c31808dfabba5ea2b97dc5464456ba2cadb4e5d536a45f06d78156fd6a7383b76a2120c4e895049e50e0a90b098945f996fd7e62cae348
|
|
7
|
+
data.tar.gz: 447fed95ad9057653bb6e80d15043b2cb3a542a3a7aff6c433588b3586b78540b5fa3a6f480bf027c11726d8fe9a0c87387aadf547cc120ee95de0f1026160e6
|
data/lib/resugan/version.rb
CHANGED
data/resugan.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Joseph Emmanuel Dayo"]
|
|
10
10
|
spec.email = ["joseph.dayo@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{ simple, powerful and unobstrusive
|
|
13
|
-
spec.description = %q{ simple, powerful and unobstrusive
|
|
12
|
+
spec.summary = %q{ simple, powerful and unobstrusive event framework for ruby }
|
|
13
|
+
spec.description = %q{ simple, powerful and unobstrusive event framework for ruby }
|
|
14
14
|
spec.homepage = "https://github.com/jedld/resugan"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resugan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Emmanuel Dayo
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: " simple, powerful and unobstrusive
|
|
69
|
+
description: " simple, powerful and unobstrusive event framework for ruby "
|
|
70
70
|
email:
|
|
71
71
|
- joseph.dayo@gmail.com
|
|
72
72
|
executables: []
|
|
@@ -116,5 +116,5 @@ rubyforge_project:
|
|
|
116
116
|
rubygems_version: 2.4.5.1
|
|
117
117
|
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
|
-
summary: simple, powerful and unobstrusive
|
|
119
|
+
summary: simple, powerful and unobstrusive event framework for ruby
|
|
120
120
|
test_files: []
|