koudoku 1.2.2 → 1.2.3

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: 83cba2e0bcfeb157f3a31f4500cea6179b6746f7
4
- data.tar.gz: 63e66b8a505802598b311b1b561539c2f27204c7
3
+ metadata.gz: 226f2df9119ae7f61658b1ae616fdd2f5c57ede5
4
+ data.tar.gz: 8758a250c8de8a5cf538e895c4295a34ca9d04b6
5
5
  SHA512:
6
- metadata.gz: aaa2d00c579196094325f8a2870b8d228b22bb214bbbb97e225ee005407a559e9a2bfa72e9b32db34e5fd12b414dba9bbc2b3e024f730aace2e0c533817ac97e
7
- data.tar.gz: 2a12ba604b008e5ef90b8fe0f12cf184877e1a4ba47ab066145c2560ec649f72ad1e3b4c435048f163eae905857fa09720cb77acc3a2371f670c1326b7f0c586
6
+ metadata.gz: 91f64fb55933e45e028aea57d87fa0917bcb85137083684626dfd493593527258c65ed0f51947830d9bfa19ecd5afb49649ca908df672c54ee9a54f02320a220
7
+ data.tar.gz: b64a89be7c1575e3ac92b8a3043fd38d643cf38a24ddb85908b15634bbe82f8b54b0ee5e3b743f56ee8bd15f0c7b1be46171281560880edd58a65c7db44a63a0
@@ -3,8 +3,5 @@ module Koudoku
3
3
  layout Koudoku.layout
4
4
  helper :application
5
5
 
6
- # stolen from http://stackoverflow.com/questions/9232175/access-main-app-helpers-when-overridings-a-rails-engine-view-layout#comment44856124_19453140
7
- # to solve the problem of having to reference "main_app.$some_model_path" in layouts
8
- helper Rails.application.routes.url_helpers
9
6
  end
10
7
  end
@@ -1,3 +1,3 @@
1
1
  module Koudoku
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koudoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-09 00:00:00.000000000 Z
11
+ date: 2015-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails