Package not found. Please check the package name and try again.

citrusbyte-milton 0.2.0 → 0.2.1

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/init.rb CHANGED
@@ -1,2 +1 @@
1
- require 'milton'
2
- ActiveRecord::Base.send(:include, Citrusbyte::Milton)
1
+ require 'milton'
data/lib/milton.rb CHANGED
@@ -73,4 +73,6 @@ module Citrusbyte
73
73
  end
74
74
  end
75
75
  end
76
- end
76
+ end
77
+
78
+ ActiveRecord::Base.send(:include, Citrusbyte::Milton)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: citrusbyte-milton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Alavi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-05 00:00:00 -08:00
12
+ date: 2008-01-16 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -25,6 +25,7 @@ files:
25
25
  - INSTALL
26
26
  - MIT-LICENSE
27
27
  - README
28
+ - CHANGELOG
28
29
  - init.rb
29
30
  - lib/milton.rb
30
31
  - lib/milton/attachment.rb
@@ -37,7 +38,8 @@ files:
37
38
  - spec/fixtures/big-milton.jpg
38
39
  - spec/fixtures/milton.jpg
39
40
  - spec/fixtures/mini-milton.jpg
40
- - spec/fixtures/unsanitary .milton.jpg
41
+ - spec/fixtures/unsanitary
42
+ - .milton.jpg
41
43
  - spec/milton/attachment_spec.rb
42
44
  - spec/milton/is_image_spec.rb
43
45
  - spec/milton/is_resizeable_spec.rb
Binary file