slam 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/slam.rb +4 -0
  3. data/slam.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/slam.rb CHANGED
@@ -7,6 +7,8 @@ module Slam
7
7
 
8
8
  class Dunk < Base
9
9
 
10
+ private
11
+
10
12
  def method_missing(name, *args, &block)
11
13
  Compose.new(name, *args, &block)
12
14
  end
@@ -14,6 +16,8 @@ module Slam
14
16
 
15
17
  class Compose < Base
16
18
 
19
+ private
20
+
17
21
  def initialize(callable, *args, &block)
18
22
  @callable = callable.to_proc
19
23
  @args = args
data/slam.gemspec CHANGED
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.version = File.read("VERSION")
4
4
  s.authors = ["pasberth"]
5
5
  s.description = %{Symbol-LAMbda hacks}
6
- s.summary = %q{experimental release}
6
+ s.summary = %q{experimental release. bug fix}
7
7
  s.email = "pasberth@gmail.com"
8
8
  s.homepage = "http://github.com/pasberth/slam"
9
9
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ rubyforge_project:
61
61
  rubygems_version: 1.8.24
62
62
  signing_key:
63
63
  specification_version: 3
64
- summary: experimental release
64
+ summary: experimental release. bug fix
65
65
  test_files:
66
66
  - spec/slam_spec.rb
67
67
  has_rdoc: