reaction 0.2.7 → 0.2.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6611e345fc3f901f3c792b604d714fb6f82f1d3
4
- data.tar.gz: 7cc254f5ac9209bc79ac5759d1ece853b0ad786f
3
+ metadata.gz: 2a083875b2fb61b1944e5704f33fd94a347bd523
4
+ data.tar.gz: b1add1dbb49c659847f805f95c44ca7d8189fec9
5
5
  SHA512:
6
- metadata.gz: 16fe3329499cf11c55b16da35daf6c8385385915ebc667d3c09ca6e7ced7cefa85d0ac19ebb245f04f3e0d074c5df8e8cf527ae8f2c403da7c0052326a20d531
7
- data.tar.gz: 269c51c15888dc90a535f015d08f720b8daf5e42ab92a6a960da3eb4847ff3366b2f017add2aa37510c4ceabf868121d4b0eecc70741c192c058cab260521c18
6
+ metadata.gz: a7648be8b693217a28315d652c0845bf80d8e3ba2cffef97a8a965ccd15e5a1bf3d4fd7fe2209ef6bff706445d92837c95c78ad5d7347afa8475f1bff1e130d7
7
+ data.tar.gz: 9f80495f4305776e8d0009cff7a44730da078540531a65c1282fbd1e24a1054f8ce2979cbaf6640ccd251f4da277b2db802a475a73d2e2d219678769b0ae9c2e
@@ -19,7 +19,7 @@ module Reaction
19
19
  messages[key]
20
20
  end
21
21
 
22
- def add(key, message)
22
+ def add(key, message, options = {})
23
23
  messages[key] ||= []
24
24
  messages[key] << message
25
25
  end
data/reaction.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'reaction'
7
- gem.version = '0.2.7'
7
+ gem.version = '0.2.8'
8
8
  gem.authors = ["Jon Calhoun", "Jon Calhoun", "Ryan Jackson"]
9
9
  gem.email = ["joncalhoun@gmail.com", "jon@paidlabs.com", "ryan@paidlabs.com"]
10
10
  gem.description = 'Reaction makes it easy to build reusable controller actions along with reusable validators and param type converters.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reaction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Calhoun
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-04-04 00:00:00.000000000 Z
13
+ date: 2016-04-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: redcarpet