reaction 1.0.1 → 1.0.2

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: 60d74ee093d3f6909a66a740bfc684e068dfe195
4
- data.tar.gz: c8a5723efc3e5f8cda45feef0cf9b568544eb3d3
3
+ metadata.gz: 64ad0f7a9f6a3fa83bbd51d76d4e4130fd6c5382
4
+ data.tar.gz: 22aeb6e68e7c4c15f7edb8258e279e52a67558da
5
5
  SHA512:
6
- metadata.gz: 4f61385caec5132070744a210ea712e144531dba5a66271bb1bcf9d7c692402e4e275179c8bae4118f4fe54bc4276e1a628f609cacafbdc68079f6aab98a9217
7
- data.tar.gz: 381b0c18d0c11ae99443964b28f25333e8efab17f0416afcbdc3de46f3cadc816e0f6e697993542ac30799203666e9b109d17714eda7fb56cabbf6ed2c90436f
6
+ metadata.gz: 1bbd8dc85d2b1f876180869f69cdea55aaa93e5cb4f627e11b09b98dfcd2369474de98114bdf6109e6e39b500cee322545a31ef92f35077dbb9940e7d089e37e
7
+ data.tar.gz: 9512c210af9da68f92c6d4875c0793f516b10becef907e0d81dd05f7ef4d051d475055810aaf1d0519a6e75e0fc314fb0aff0089a73cf183e314be55f9db5a0f
data/lib/reaction/type.rb CHANGED
@@ -1,4 +1,4 @@
1
- amodule Reaction
1
+ module Reaction
2
2
  class Type
3
3
  attr_accessor :action
4
4
  attr_accessor :options
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 = '1.0.1'
7
+ gem.version = '1.0.2'
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: 1.0.1
4
+ version: 1.0.2
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-05-11 00:00:00.000000000 Z
13
+ date: 2016-05-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: redcarpet