lambda_driver 1.2.3 → 1.2.4

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.
@@ -121,5 +121,6 @@ module LambdaDriver::Liftable
121
121
 
122
122
  def self.included(klass)
123
123
  klass.send(:alias_method, :<=, :compose_with_lifting)
124
+ klass.send(:alias_method, :ymsr, :lift)
124
125
  end
125
126
  end
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module LambdaDriver
3
- VERSION = "1.2.3"
3
+ VERSION = "1.2.4"
4
4
  end
@@ -5,6 +5,7 @@ shared_examples_for 'liftable' do
5
5
  it { should respond_to :compose_with_lifting }
6
6
  it { should respond_to :>= }
7
7
  it { should respond_to :<= }
8
+ it { should respond_to :ymsr}
8
9
 
9
10
  let(:x) { :foo }
10
11
  let(:y) { [1,2] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lambda_driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-06 00:00:00.000000000 Z
12
+ date: 2014-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: -2789820637790150552
94
+ hash: -3867802259008164465
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -2789820637790150552
103
+ hash: -3867802259008164465
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.23