Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
remove paginating find
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Feb 3, 2011
1 parent c1dcf3e commit b6a02e8
Show file tree
Hide file tree
Showing 29 changed files with 874 additions and 1,990 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*~
pkg
pkg
.rvmrc
14 changes: 12 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
gem 'rails', '3.1.0.beta'
source "http://rubygems.org"

gem 'rails', '3.1.0.beta', :git => 'git://github.com/rails/rails.git'
gem 'configatron'
gem 'hpricot'
gem 'haml
gem 'rmagick'
gem 'htmlentities'
gem 'haml'
gem 'calendar_date_select'
gem 'ri_cal'
gem 'authlogic'
gem 'searchlogic'
gem 'rakismet'
gem 'aws-s3'
17 changes: 14 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,21 @@ begin
gem.summary = "CommunityEngine for Rails 3"
gem.email = 'admin@curbly.com'
gem.authors = ["Bruno Bornsztein"]
# gem.files = Dir["{lib}/**/*", "{app}/**/*", "{config}/**/*", "{plugins}/**/*"]
gem.version = '1.9.9'
# gem.add_dependency 'hpricot'
# gem.add_dependency 'configatron'

gem.add_dependency 'rails', '3.1.0.beta'
gem.add_dependency 'configatron'
gem.add_dependency 'hpricot'
gem.add_dependency 'rmagick'
gem.add_dependency 'htmlentities'
gem.add_dependency 'haml'
gem.add_dependency 'calendar_date_select'
gem.add_dependency 'ri_cal'
gem.add_dependency 'authlogic'
gem.add_dependency 'searchlogic'
gem.add_dependency 'rakismet'
gem.add_dependency 'aws-s3'

# other fields that would normally go in your gemspec
# like authors, email and has_rdoc can also be included here

Expand Down
1,623 changes: 846 additions & 777 deletions community_engine.gemspec

Large diffs are not rendered by default.

123 changes: 0 additions & 123 deletions vendor/plugins/paginating_find/CHANGELOG

This file was deleted.

89 changes: 0 additions & 89 deletions vendor/plugins/paginating_find/README

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/plugins/paginating_find/init.rb

This file was deleted.

Loading

0 comments on commit b6a02e8

Please sign in to comment.