odex 0.0.5 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1c2058cc9e7a772595353d020ce8802dd46bb60
4
- data.tar.gz: bda1971e92b6c4b99010a4a9f94743ce6e2442a2
3
+ metadata.gz: ba61f32a88e6703ccf1ea6fe2af2525c6d24d632
4
+ data.tar.gz: 9cd2e626de9da22f86753d5ad9a0c864162930cc
5
5
  SHA512:
6
- metadata.gz: 7ce921f729990372f63f2290e212b903d31f5f27608fb6711d8b5791ba7a226e2c7505e8959551d0c992ecc49736eb6d94506e1016711efc78975c32f0b16b30
7
- data.tar.gz: c0cdf92cc5c409dbd1449f6b1249467a98401218a264550941c3a122527cb9db3ac3728cb341eec4e2dd92517a28be60e429f59cd12e7cb698540a7fa1328d13
6
+ metadata.gz: bf00307b60db1c807ea5e6ca52d159cfc829058eea88d3084d15327e075d276dbf196acfc107b9a8394ff98885c0c12129fd750fa784e320b287c01d3cd82662
7
+ data.tar.gz: 0fa1ef7f9a9700207749704cb860b3d9776b116302667a7aef35dd3b2cb8484397c531eae75e7e43e35e0589f8708324f41ad06dd1d0491fdaa41031444a5f0c
@@ -218,7 +218,7 @@ module Odex
218
218
  builder.use(middleware, *args, &block)
219
219
  end
220
220
 
221
- def ext(*extensions)
221
+ def import(*extensions)
222
222
  extensions.each do |ext|
223
223
  extend ext
224
224
  ext.module_is_registered(self) if ext.respond_to?(:module_is_registered)
@@ -1,3 +1,3 @@
1
1
  module Odex
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sedat ÇİFTÇİ