excursion 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b97ac8d0b583333857d70fbf9988f5898310120a
4
- data.tar.gz: e48f2b27571cec68d56f3ee8e31b2b02e9005e01
3
+ metadata.gz: 2f54a5ae49c613a5b03dd6a6a09b72cc13aecd4f
4
+ data.tar.gz: 475c88b18b43769b611930528500ca54f415fd86
5
5
  SHA512:
6
- metadata.gz: 3bcea36a7d986bd130eb11b27dc360efb82ddf43cec88a93fa0c781677325023fc4a7620dc883e34f996e56910f53aa004c9a358c6345cda2a030e66a2979db8
7
- data.tar.gz: de20b9681da8568ffb3aa72ebe51b9346f274d716a22d4d443cca3a370364d3627e77895d734466562e1e980be6e4904b4eaa256884eea4ab0016fa17455b96c
6
+ metadata.gz: 47386cc6e490b53c5217d87d420d106288c4989256e5b75d7739462ff25a0caac61e39d8f4f31c3dd55e1a69d3ab0a62220da9a39f7a45235ffe894324f91133
7
+ data.tar.gz: 190c8ac2bafebff86605562730ef575532bf9864e9c6301f1cc1482bb388d4fb8b47454d498d5b2041546d0ce8b68e1ca0a05f52df1857b98853194aafac8757
@@ -34,3 +34,6 @@ module Excursion
34
34
  end
35
35
  end
36
36
  end
37
+
38
+ ActionController::Base.send :include, Excursion::Builders::ApplicationBuilder
39
+ ActionController::Base.send :helper, Excursion::Builders::ApplicationBuilder
@@ -12,8 +12,6 @@ module Excursion
12
12
  Excursion::Pool.register_application(app)
13
13
  end
14
14
 
15
- ActionController::Base.send :include, Excursion::Builders::ApplicationBuilder
16
- ActionController::Base.send :helper, Excursion::Builders::ApplicationBuilder
17
15
  ActionController::Base.send :include, Excursion::CORS if Excursion.configuration.enable_cors
18
16
  end
19
17
 
@@ -1,3 +1,3 @@
1
1
  module Excursion
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excursion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rebec
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-11 00:00:00.000000000 Z
11
+ date: 2014-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails