acts_as_comparable 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog ADDED
@@ -0,0 +1,4 @@
1
+ 2007-04-20 zdennis <zdennis@elijah.local>
2
+
3
+ * Made script/plugin installation friendly
4
+
data/init.rb CHANGED
@@ -1 +1 @@
1
- require File.join( File.dirname( __FILE__ ), 'lib', 'acts_as_comparable' )
1
+ require File.join( File.dirname( __FILE__ ), 'lib', 'acts_as_comparable', 'acts_as_comparable' )
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: acts_as_comparable
5
5
  version: !ruby/object:Gem::Version
6
- version: "1.0"
6
+ version: "1.1"
7
7
  date: 2007-04-20 00:00:00 -04:00
8
8
  summary: Adds ActiveRecord model comparison functionality.
9
9
  require_paths:
@@ -32,9 +32,10 @@ authors:
32
32
  files:
33
33
  - init.rb
34
34
  - Rakefile
35
+ - ChangeLog
35
36
  - LICENSE
36
37
  - README
37
- - lib/acts_as_comparable.rb
38
+ - lib/acts_as_comparable/acts_as_comparable.rb
38
39
  - test/acts_as_comparable_test.rb
39
40
  - test/test_helper.rb
40
41
  test_files: []