Skip to content

Commit 46b51fc

Browse files
committed
bring gem structure up to date
2 parents a1c2fe5 + ddfc112 commit 46b51fc

26 files changed

+259
-43
lines changed

Appraisals

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[9,10,11,12,14].each do |i|
2+
appraise "ar2.3.#{i}" do
3+
gem 'activerecord', "2.3.#{i}"
4+
end
5+
end
6+

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
source :rubygems
2-
3-
gem 'activerecord', '~> 2.3.12'
4-
5-
group :test do
6-
gem 'debugger'
7-
gem 'rspec', '1.3.1'
8-
gem 'sqlite3'
9-
end
2+
gemspec

Gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1+
PATH
2+
remote: .
3+
specs:
4+
searchlogic (2.5.8)
5+
activerecord (~> 2.3.12)
6+
activesupport (~> 2.3.12)
7+
18
GEM
29
remote: http://rubygems.org/
310
specs:
411
activerecord (2.3.14)
512
activesupport (= 2.3.14)
613
activesupport (2.3.14)
7-
columnize (0.3.6)
8-
debugger (1.1.3)
9-
columnize (>= 0.3.1)
10-
debugger-linecache (~> 1.1.1)
11-
debugger-ruby_core_source (~> 1.1.2)
12-
debugger-linecache (1.1.1)
13-
debugger-ruby_core_source (>= 1.1.1)
14-
debugger-ruby_core_source (1.1.3)
15-
rspec (1.3.1)
14+
appraisal (0.4.1)
15+
bundler
16+
rake
17+
rake (0.9.2.2)
18+
rspec (1.3.2)
1619
sqlite3 (1.3.6)
1720

1821
PLATFORMS
1922
ruby
2023

2124
DEPENDENCIES
22-
activerecord (~> 2.3.12)
23-
debugger
24-
rspec (= 1.3.1)
25+
appraisal (= 0.4.1)
26+
rspec (~> 1.3.1)
27+
searchlogic!
2528
sqlite3

README.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Searchlogic makes using ActiveRecord named scopes easier and less repetitive. It helps keep your code DRY, clean, and simple.
44

5+
The specs pass with ActiveRecord 2.3.9 - 2.3.14 on Ruby 1.9.3-p125, 1.9.2-p318, and 1.8.7-p358
6+
57
== Helpful links
68

79
* <b>Documentation:</b> http://rdoc.info/projects/binarylogic/searchlogic

Rakefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
require 'rubygems'
2-
require 'rake'
3-
require 'bundler'
4-
1+
#!/usr/bin/env rake
2+
require "bundler/gem_tasks"
53
Bundler.setup
6-
4+
require 'appraisal'
75
require 'spec/rake/spectask'
6+
87
Spec::Rake::SpecTask.new(:spec) do |spec|
98
spec.libs << 'lib' << 'spec'
109
spec.spec_files = FileList['spec/**/*_spec.rb']

gemfiles/ar2.3.10.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source :rubygems
4+
5+
gem "activerecord", "2.3.10"
6+
7+
gemspec :path=>"../"

gemfiles/ar2.3.10.gemfile.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PATH
2+
remote: /Users/john/code/searchlogic
3+
specs:
4+
searchlogic (2.5.8)
5+
activerecord (~> 2.3.8)
6+
7+
GEM
8+
remote: http://rubygems.org/
9+
specs:
10+
activerecord (2.3.10)
11+
activesupport (= 2.3.10)
12+
activesupport (2.3.10)
13+
appraisal (0.4.1)
14+
bundler
15+
rake
16+
rake (0.9.2.2)
17+
rspec (1.3.2)
18+
sqlite3 (1.3.5)
19+
20+
PLATFORMS
21+
ruby
22+
23+
DEPENDENCIES
24+
activerecord (= 2.3.10)
25+
appraisal (= 0.4.1)
26+
rspec (~> 1.3.1)
27+
searchlogic!
28+
sqlite3

gemfiles/ar2.3.11.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source :rubygems
4+
5+
gem "activerecord", "2.3.11"
6+
7+
gemspec :path=>"../"

gemfiles/ar2.3.11.gemfile.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PATH
2+
remote: /Users/john/code/searchlogic
3+
specs:
4+
searchlogic (2.5.8)
5+
activerecord (~> 2.3.8)
6+
7+
GEM
8+
remote: http://rubygems.org/
9+
specs:
10+
activerecord (2.3.11)
11+
activesupport (= 2.3.11)
12+
activesupport (2.3.11)
13+
appraisal (0.4.1)
14+
bundler
15+
rake
16+
rake (0.9.2.2)
17+
rspec (1.3.2)
18+
sqlite3 (1.3.5)
19+
20+
PLATFORMS
21+
ruby
22+
23+
DEPENDENCIES
24+
activerecord (= 2.3.11)
25+
appraisal (= 0.4.1)
26+
rspec (~> 1.3.1)
27+
searchlogic!
28+
sqlite3

gemfiles/ar2.3.12.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source :rubygems
4+
5+
gem "activerecord", "2.3.12"
6+
7+
gemspec :path=>"../"

0 commit comments

Comments
 (0)