absorb 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: 068addd622c1f59eba4b873acbaff71ca2c3d5a2
4
- data.tar.gz: 039fda737c8c2a1f7549531b6d3b14961a33ecb1
3
+ metadata.gz: 44ade2aa96228e0bc02021a791ce2c64e76fc0db
4
+ data.tar.gz: f7783a3cdc16397c7a5024af70be76768386e4a0
5
5
  SHA512:
6
- metadata.gz: 9147221fb702b49d438f91eaded93016f74a4ce4a074529238ca2887513d828061d55f197dc72d33db37bbe17fe59af532a48b8db29ed7a32c3ff49806b8d423
7
- data.tar.gz: cbbaf234c13009ba9711259a6094ee727add8d7c3d09aee6fbc02a0dc8c3845f158ccd73d479a538d937ababbc5ba9d989e1c23593b74ffd1df902f5ee496e8c
6
+ metadata.gz: dd0006ee01e5accb87a82bc1a1bbafce9919b99c4508145bd6917d9ed7f6607e9c6e46dfe6e36ddfeb024e5a74a29d0186aabbaa4e05ea9c36a6517eb365ac88
7
+ data.tar.gz: 4f0747f8b8ce1f643babcee2a602a6c5740affc78adaa864078cdedb0acdeb9cd2e8058568aced2fcecf8d4577947bba7388c39bc9eb79dda98c6154d423eb98
@@ -104,8 +104,8 @@
104
104
 
105
105
  <div id="description" class="description">
106
106
 
107
- <p>Pickup – The <a href="Object.html">Object</a> extension that gives us
108
- pickups</p>
107
+ <p>Absorb – The <a href="Object.html">Object</a> extension that gives us
108
+ absorptions</p>
109
109
 
110
110
  </div><!-- description -->
111
111
 
@@ -1,2 +1,2 @@
1
- Mon, 28 Apr 2014 23:25:33 +0000
2
- lib/absorb.rb Mon, 28 Apr 2014 23:10:38 +0000
1
+ Tue, 29 Apr 2014 10:00:28 +0000
2
+ lib/absorb.rb Tue, 29 Apr 2014 09:58:45 +0000
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["object","absorb()","method_missing()","respond_to?()"],"longSearchIndex":["object","object#absorb()","object#method_missing()","object#respond_to?()"],"info":[["Object","","Object.html","","<p>Pickup – The Object extension that gives us pickups\n"],["absorb","Object","Object.html#method-i-absorb","(name, &block)","<p>Absorb lets you locally extend a class with a module\n<p>Example:\n\n<pre>&gt;&gt; Array.absorb(MyArrayExtension) do\n&gt;&gt; ...</pre>\n"],["method_missing","Object","Object.html#method-i-method_missing","(name, *args, &block)",""],["respond_to?","Object","Object.html#method-i-respond_to-3F","(method_name, include_all=false)",""]]}}
1
+ var search_data = {"index":{"searchIndex":["object","absorb()","method_missing()","respond_to?()"],"longSearchIndex":["object","object#absorb()","object#method_missing()","object#respond_to?()"],"info":[["Object","","Object.html","","<p>Absorb – The Object extension that gives us absorptions\n"],["absorb","Object","Object.html#method-i-absorb","(name, &block)","<p>Absorb lets you locally extend a class with a module\n<p>Example:\n\n<pre>&gt;&gt; Array.absorb(MyArrayExtension) do\n&gt;&gt; ...</pre>\n"],["method_missing","Object","Object.html#method-i-method_missing","(name, *args, &block)",""],["respond_to?","Object","Object.html#method-i-respond_to-3F","(method_name, include_all=false)",""]]}}
@@ -1,4 +1,4 @@
1
- # Pickup -- The Object extension that gives us pickups
1
+ # Absorb -- The Object extension that gives us absorptions
2
2
  class Object
3
3
  @@local_extensions = []
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: absorb
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
  - Miroslav Gavrilov
@@ -80,5 +80,5 @@ rubyforge_project:
80
80
  rubygems_version: 2.0.14
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Locally pick up and extend a class with a module.
83
+ summary: Locally extend a class with a module.
84
84
  test_files: []