acts_as_constant 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/acts_as_constant.rb +2 -2
  2. metadata +2 -2
@@ -67,8 +67,8 @@ module ActiveRecord #:nodoc:
67
67
  #{const}_CONSTANTS.freeze
68
68
  }
69
69
  rescue => ex
70
- puts "Error in acts_as_constant: #{ex.message}"
71
- puts ex.backtrace
70
+ #puts "Error in acts_as_constant: #{ex.message}"
71
+ #puts ex.backtrace
72
72
  end
73
73
 
74
74
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: acts_as_constant
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.2
7
- date: 2007-02-28 00:00:00 -05:00
6
+ version: 1.0.3
7
+ date: 2007-03-05 00:00:00 -05:00
8
8
  summary: Acts as Constant
9
9
  require_paths:
10
10
  - lib