zertico 0.0.1.alpha1 → 0.1.0

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.
@@ -1,5 +1,7 @@
1
+ require "action_controller"
2
+
1
3
  module Zertico
2
- class Controller
4
+ class Controller < ActionController::Base
3
5
  def initialize
4
6
  begin
5
7
  extend "::#{self.class.name.chomp("Controller").concat("Service")}".constantize
@@ -1,3 +1,3 @@
1
1
  module Zertico
2
- VERSION = "0.0.1.alpha1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zertico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha1
5
- prerelease: 6
4
+ version: 0.1.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paulo Henrique Lopes Ribeiro
@@ -83,13 +83,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  segments:
85
85
  - 0
86
- hash: -2073581164426693548
86
+ hash: 910322381840300254
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  none: false
89
89
  requirements:
90
- - - ! '>'
90
+ - - ! '>='
91
91
  - !ruby/object:Gem::Version
92
- version: 1.3.1
92
+ version: '0'
93
+ segments:
94
+ - 0
95
+ hash: 910322381840300254
93
96
  requirements: []
94
97
  rubyforge_project:
95
98
  rubygems_version: 1.8.25