rulesio 0.10.1 → 0.10.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.
@@ -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 = @disable_sending_events || false
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)
@@ -1,3 +1,3 @@
1
1
  module RulesIO
2
- VERSION = '0.10.1'
2
+ VERSION = '0.10.2'
3
3
  end
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.1
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-08 00:00:00.000000000 Z
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.24
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