ariejan-acts_as_gold 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Changelog +4 -1
  2. data/lib/acts_as_gold.rb +3 -1
  3. metadata +1 -1
data/Changelog CHANGED
@@ -1,5 +1,8 @@
1
- 2008-08-13
1
+ 2008-08-14
2
+ * [1.0.5] ariejan - Fixed bug with gem not monkey patching ActiveRecord::Base correctly.
2
3
  * [1.0.4] ariejan - Bump to 1.0.4 to ping github
4
+
5
+ 2008-08-13
3
6
  * [1.0.3] ariejan - Bump to 1.0.3 to ping github
4
7
  * [1.0.2] ariejan - Added tests and fixed a bug when using a custom column to store the money value.
5
8
  * [1.0.1] ariejan - Minor changes to the gemspec.
@@ -130,4 +130,6 @@ end
130
130
 
131
131
  class Bignum
132
132
  include ActsAsGold::IntegerExtensions
133
- end
133
+ end
134
+
135
+ ActiveRecord::Base.class_eval { include ActsAsGold }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariejan-acts_as_gold
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariejan de Vroom