rulesio 0.10.1 → 0.10.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rulesio/railtie.rb +1 -1
- data/lib/rulesio/version.rb +1 -1
- metadata +3 -3
data/lib/rulesio/railtie.rb
CHANGED
@@ -93,7 +93,7 @@ module RulesIO
|
|
93
93
|
RulesIO.webhook_url = @webhook_url || 'https://www.rules.io/events/'
|
94
94
|
RulesIO.queue = @queue || RulesIO::MemoryQueue
|
95
95
|
RulesIO.queue_options = @queue_options || {}
|
96
|
-
RulesIO.disable_sending_events = @
|
96
|
+
RulesIO.disable_sending_events = @disable || false
|
97
97
|
if defined?(::Rails.configuration) && ::Rails.configuration.respond_to?(:middleware)
|
98
98
|
::Rails.configuration.middleware.insert 0, 'RulesIO::Rack', configuration
|
99
99
|
::Rails.configuration.middleware.use('RulesIO::Users', configuration.merge(@middlewares[:users].configuration)) if @middlewares.has_key?(:users)
|
data/lib/rulesio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rulesio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-02-
|
13
|
+
date: 2013-02-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
189
|
rubyforge_project:
|
190
|
-
rubygems_version: 1.8.
|
190
|
+
rubygems_version: 1.8.25
|
191
191
|
signing_key:
|
192
192
|
specification_version: 3
|
193
193
|
summary: Rack middleware for connecting to rules.io
|