razoul 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d97e0109469b91f137c671015e956ffb83eab271
4
- data.tar.gz: fd6ce3cde94a7a4545f09ae358494a3cd64639a6
3
+ metadata.gz: ff60975b2539c11de860660494a90753b434c54d
4
+ data.tar.gz: ccdbea341ade3dc584fe0d76dc601cd51e373388
5
5
  SHA512:
6
- metadata.gz: eab7a050c0573e23056555f068615b9a8f3cb38f8c59e71b53db104d077ee30edd25b9d0a9bd32e1e3f3a8254288bb9fad4ceb7845ad63cbba45e0b58b37de1a
7
- data.tar.gz: 87bcaf56d6c0cb9acb027905bcb49222f4562b9c93d05687ae5a00cfad520c79fa755784e5824ac2a547e70a6524de476de27e922f9f6d8685dbc6b4ff9cd058
6
+ metadata.gz: 9fb8294d1a9dedc57a62e5f9880d184999f7f45fc15912c2d396889f29ac96bd560855452580442a4e4031ac534bbb4275932f2a48f10146d12e22daf69b8fe7
7
+ data.tar.gz: 7624463840ca790a32730013168ea58e71bdfa37f56e43485e3ea9122e32f3012a8574f16faa5a17e513ebe24a1b4aba2e19bb22465265d4a21b5bd7181ea214
@@ -25,7 +25,7 @@ module Razoul
25
25
  @configuration = Configuration.new
26
26
  end
27
27
 
28
- def self.cmonfigure
28
+ def self.configure
29
29
  yield(configuration)
30
30
  end
31
31
  end
@@ -1,4 +1,4 @@
1
1
  module Razoul
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: razoul
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Malaquias