coupa-acts_as_list 1.0.20090227 → 1.0.20090228

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'acts_as_list'
7
- s.version = '1.0.20090227'
7
+ s.version = '1.0.20090228'
8
8
  s.date = '2009-02-27'
9
9
 
10
10
  s.summary = "Allows ActiveRecord Models to be easily ordered via position attributes"
@@ -20,11 +20,12 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.add_dependency 'rails', ['>= 2.1']
22
22
 
23
- s.files = ["README",
24
- "acts_as_list.gemspec",
25
- "init.rb",
26
- "lib/active_record/acts/list.rb",
27
- ]
23
+ s.files = [
24
+ "README",
25
+ "acts_as_list.gemspec",
26
+ "lib/coupa-acts_as_list.rb",
27
+ "lib/active_record/acts/list.rb",
28
+ ]
28
29
 
29
30
  s.test_files = ["test/list_test.rb"]
30
31
 
@@ -1,3 +1,2 @@
1
- $:.unshift "#{File.dirname(__FILE__)}/lib"
2
1
  require 'active_record/acts/list'
3
2
  ActiveRecord::Base.class_eval { include ActiveRecord::Acts::List }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coupa-acts_as_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20090227
4
+ version: 1.0.20090228
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -33,7 +33,7 @@ extra_rdoc_files:
33
33
  files:
34
34
  - README
35
35
  - acts_as_list.gemspec
36
- - init.rb
36
+ - lib/coupa-acts_as_list.rb
37
37
  - lib/active_record/acts/list.rb
38
38
  has_rdoc: true
39
39
  homepage: http://github.com/coupa/acts_as_list