bindable_block 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bindable_block.gemspec +2 -2
- data/lib/bindable_block/version.rb +1 -1
- metadata +2 -2
data/bindable_block.gemspec
CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.description = %q{instance_exec can't pass block arguments through. Use a bindable block instead.}
|
8
8
|
gem.summary = %q{Allows you to bind procs to instances of classes}
|
9
9
|
|
10
|
-
gem.homepage = ""
|
10
|
+
gem.homepage = "https://github.com/JoshCheek/bindable_block"
|
11
|
+
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
11
12
|
|
12
13
|
gem.files = `git ls-files`.split($\)
|
13
|
-
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
14
14
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
15
15
|
gem.name = "bindable_block"
|
16
16
|
gem.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bindable_block
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/bindable_block.rb
|
30
30
|
- lib/bindable_block/version.rb
|
31
31
|
- spec/bindable_block_spec.rb
|
32
|
-
homepage:
|
32
|
+
homepage: https://github.com/JoshCheek/bindable_block
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|