base_action 3.0.0 → 3.0.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/actions/base.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 244c21c9eb3db1da46fd362abe1ff75a939a5aaf
4
- data.tar.gz: 52eba15b5ea7917344b5768bf22350d536dff303
3
+ metadata.gz: 0f2b15cb9aa9ff75af735944691f0725fcbb0cfa
4
+ data.tar.gz: 1868eebc5fa3f2c5eee7754cd769152feccd89a7
5
5
  SHA512:
6
- metadata.gz: d1ede5daa805a29a27ddf81d56024af90a6d90cac702e85992f0f054a2b45da1430cc9157955c35ef4fc655df112e33724ba0e90c447ea9bc497655683b0768e
7
- data.tar.gz: e69e771499bc6168e029c1aa67621854081673a754f883650b77e598639513a59e1696c9857449df08aed622759925162b1ad90f793983b9ec39f5f50f6ae1b8
6
+ metadata.gz: e68c85ef10c2b6c14e62832afccbb1159bdab80ba668bf6a3a015dacbfb06511bebbdfb71d775c7f80734f419ebe7766838b01d5759f5e72a44cb4da5f89393d
7
+ data.tar.gz: d450f8ab22970776c6f7564eec1edb7a25a817a1dfa98ee975332a7055ebb553315f1bccf51d2c31ca6938bc2da4aab8b6f82cb4e98ccb5be0ccbee70de3656e
data/lib/actions/base.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Actions
2
2
  class Base
3
- attr_reader :data, :err
3
+ attr_reader :data, :err, :params
4
4
 
5
5
  def initialize(params = {})
6
6
  @errors = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - littleqz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-01 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Simple base action class for slim controllers.
14
14
  email: qizhihere@gmail.com