activeagent 0.2.6.rc2 → 0.2.6.rc3

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
  SHA256:
3
- metadata.gz: 2b9c764679c8c11bbf82e3aa132c5d563fc0a6c3cd5c28da2f6804639d1c153b
4
- data.tar.gz: ec6a3c3495d44071264665e88be075005a240e52afe9202c506819e89897b1f8
3
+ metadata.gz: 13a9df6c12c10123cc43d7cae17d87c6c6f9b4e6c94fe5d957c2e6f3781b7cc0
4
+ data.tar.gz: ed0b092ac2d86fee031db116adf13c7e06bb970c0bfc57b3adf2424e86824df9
5
5
  SHA512:
6
- metadata.gz: de1673c61fabca8b9bdcf5a4d72d963d7de1538fb96d72580af25cff5c074199cb2a325b3ef0ef34f5c05a8aa5ad642b09782c4655cd5e1b7a98de6a59b50d1a
7
- data.tar.gz: b70d1f16c1056d7c54bf964f9b5d0202e8b63f027d2eb1457276fd1bb07dd7acf00c6bff1ae45a36c33253463a348fdb75a1b9906559544b58b1f853ec77983c
6
+ metadata.gz: a7aa238f08c457c6c515953c8285eb6db01421335f7418674fd355c3981a4660c097daa997589139ac23bcfe33ab2c62e4f0b13bcf4b4d0d517729a3d004755e
7
+ data.tar.gz: 4ff3452eb96dbc179048fa160462376af4deaacbae38b9a8f587147cf9ce0a79672e494c8d4e76e12c1d49ae78ba2151e0c21d34c6ceb624f1be8d537fca5e9d
@@ -34,8 +34,8 @@ module ActiveAgent
34
34
  # make sure readers methods get compiled
35
35
  options.asset_host ||= app.config.asset_host
36
36
  options.relative_url_root ||= app.config.relative_url_root
37
-
38
- ActiveAgent.load_configuration(Rails.root.join('config', 'active_agent.yml'))
37
+ binding.irb
38
+ ActiveAgent.load_configuration(Rails.root.join('config', 'active_agent.yml')) if File.exist?(Rails.root.join('config', 'active_agent.yml'))
39
39
 
40
40
  ActiveSupport.on_load(:active_agent) do
41
41
  include AbstractController::UrlFor
@@ -1,3 +1,3 @@
1
1
  module ActiveAgent
2
- VERSION = "0.2.6.rc2"
2
+ VERSION = "0.2.6.rc3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6.rc2
4
+ version: 0.2.6.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Bowen