resugan 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c7270a33c2bdc1644287e242de2ff11d60cedcd
4
- data.tar.gz: dd89cd1a9e3548a6214cc75ac5dc6a8d518f63a9
3
+ metadata.gz: 6563e6a62f4d332a2eb91f9d4e4ede8c28b8574d
4
+ data.tar.gz: 6c81185cae886ae517c9652f40f65b9816e80d8e
5
5
  SHA512:
6
- metadata.gz: 43c806a87a2b83c278d4d23aa93a3a375009b16eb1514affab58953f77189245576edb7076879c7049fcf2bf8e497180c719c6b84e2a7ee0e192316be62e889e
7
- data.tar.gz: 41211f23f39cd001bff7db9f3a098d22404de7b3d1ccd537bf0945a5fcb8ec48681493638fca840388931b5e480aa36b96af22c80ad0fa33fed211cf613e91a0
6
+ metadata.gz: 9da960aafb85dd7465c31808dfabba5ea2b97dc5464456ba2cadb4e5d536a45f06d78156fd6a7383b76a2120c4e895049e50e0a90b098945f996fd7e62cae348
7
+ data.tar.gz: 447fed95ad9057653bb6e80d15043b2cb3a542a3a7aff6c433588b3586b78540b5fa3a6f480bf027c11726d8fe9a0c87387aadf547cc120ee95de0f1026160e6
@@ -1,3 +1,3 @@
1
1
  module Resugan
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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 observer pattern framework for ruby }
13
- spec.description = %q{ simple, powerful and unobstrusive observer pattern framework for ruby }
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.5
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 observer pattern framework for ruby "
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 observer pattern framework for ruby
119
+ summary: simple, powerful and unobstrusive event framework for ruby
120
120
  test_files: []