picombo 0.3.6 → 0.4.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.
- data/lib/classes/router.rb +0 -3
- data/lib/core/core.rb +1 -1
- metadata +4 -4
data/lib/classes/router.rb
CHANGED
|
@@ -120,9 +120,6 @@ module Picombo
|
|
|
120
120
|
end
|
|
121
121
|
else
|
|
122
122
|
puts uri[:controller]+' did not include '+uri[:method]+'!!'
|
|
123
|
-
puts 'Heres some debugging info: controller_methods: '+controller_methods.inspect
|
|
124
|
-
puts 'uri: '+uri.inspect
|
|
125
|
-
puts 'controller: '+controller.inspect
|
|
126
123
|
return Picombo::Controllers::Error_404.new.run_error(@@req.path)
|
|
127
124
|
end
|
|
128
125
|
Picombo::Event.run('system.post_controller')
|
data/lib/core/core.rb
CHANGED
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 0.
|
|
7
|
+
- 4
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.4.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jeremy Bush
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: 0.10.0
|
|
46
46
|
type: :runtime
|
|
47
47
|
version_requirements: *id002
|
|
48
|
-
description: Picombo is a lightweight MVC web framework that enables you to create websites quickly.
|
|
48
|
+
description: Picombo is a lightweight Ruby 1.9 MVC web framework that enables you to create websites quickly.
|
|
49
49
|
email: contractfrombelow@gmail.com
|
|
50
50
|
executables: []
|
|
51
51
|
|