rango 0.1.1.2.8 → 0.1.1.2.9

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rango/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # NOTE: Do not edit this file manually, this
4
4
  # file is regenerated by task rake version:increase
5
5
  module Rango
6
- VERSION ||= "0.1.1.2.8"
6
+ VERSION ||= "0.1.1.2.9"
7
7
  end
@@ -2,6 +2,7 @@
2
2
 
3
3
  # http://wiki.github.com/botanicus/rango/controllers
4
4
 
5
+ require "rango/helpers"
5
6
  require "rango/controller"
6
7
  require "rango/mixins/filters"
7
8
  require "rango/mixins/rendering"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rango
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.2.8
4
+ version: 0.1.1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"