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.
Files changed (3) hide show
  1. data/lib/classes/router.rb +0 -3
  2. data/lib/core/core.rb +1 -1
  3. metadata +4 -4
@@ -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
@@ -74,7 +74,7 @@ module Picombo
74
74
  class Core
75
75
  @@cli = false
76
76
 
77
- VERSION = '0.3.6'
77
+ VERSION = '0.4.0'
78
78
 
79
79
  # Determines if the request was made on the CLI or not
80
80
  def self.cli
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 3
8
- - 6
9
- version: 0.3.6
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. Testing Heroku functionality currently, resulting in many version bumps.
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