lamby 4.0.0.beta6 → 4.0.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2d58b34ec087c65ea150b99e40d39a2bb90ab0b2fa22b4baaca77cd347bb2ad
4
- data.tar.gz: 52fbcf543afe23a668a2407b0f5accd7986c578c33f108fcacd8b5d0cb71eba5
3
+ metadata.gz: 426595ea251a36f8c9b7fee1897a377c6c9ab2a536f7bf19d96ba056480b9517
4
+ data.tar.gz: 395458d48f89ef2f16f1f49d2516d251b24d28125b41e46f16fa4c0cac98ec93
5
5
  SHA512:
6
- metadata.gz: 14021cc68c98b27a7f71abdb16ee87d306d2d715f2d2426abc6662e51024d498293dc1ebe1d0190405bcc6bbfb63b364cb6b00a8d16013e334b29d471e5fdca3
7
- data.tar.gz: 380e9d9e21544dc5c1dd977f4fadeac74ec090f199323006d70a7bbf4ec1262289a46f7ea23a1967e790283de9ec09a5ce3c9dabab46bdea8ca9c416bd44d60d
6
+ metadata.gz: 8ec8bdbddce05ed77d78b5ecda1a222a515b1bbe2bfb952af923e8585d8de386e0039b9f384d96b1e40b4dc0cc4ae91c05c939240ddc0408e0c42ba10d570cc0
7
+ data.tar.gz: c1832d0c6249a7e8d48c769e3f33bb1daa95154a6f5f2bd719904e0e03fc26bbe6ed06470263e615ef96975abf9a905040083f1a4c7aaacc107c00c728631393
data/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ See this http://keepachangelog.com link for information on how we want this docu
7
7
  ### Added
8
8
 
9
9
  - New `Lamby.config.rack_app` with default Rack builder.
10
- - The `Lamby.command` to simplify `CMD` with the new config.app from above.
10
+ - The `Lamby.cmd` to simplify `CMD` with the new config.app from above.
11
11
 
12
12
  #### Removed
13
13
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lamby (4.0.0.beta6)
4
+ lamby (4.0.0.pre1)
5
5
  rack
6
6
 
7
7
  GEM
data/lib/lamby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lamby
2
- VERSION = '4.0.0.beta6'
2
+ VERSION = '4.0.0.pre1'
3
3
  end
data/lib/lamby.rb CHANGED
@@ -20,7 +20,7 @@ module Lamby
20
20
 
21
21
  extend self
22
22
 
23
- def command(event:, context:)
23
+ def cmd(event:, context:)
24
24
  handler(config.rack_app, event, context)
25
25
  end
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lamby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta6
4
+ version: 4.0.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Collins