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

Commit

Permalink
stop using jeweler, upgrade to rails 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Nov 18, 2011
1 parent a02ce38 commit f1b2abe
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 947 deletions.
11 changes: 1 addition & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
source 'http://rubygems.org'

gemspec


group :test do
gem 'sqlite3'
end

group :development do
gem 'jeweler'
end
gemspec
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Information at: [http://www.communityengine.org](http://www.communityengine.org)

Requirements:

- RAILS VERSION 3.1.0 (lower versions are not supported)
- RAILS VERSION 3.1.2

Getting CommunityEngine Running
--------------------------------

1. Copy the following into your `Gemfile`:

gem 'community_engine', '2.0.0.beta', :git => 'https://github.com/bborn/communityengine.git', :branch => 'rails3'
gem 'community_engine', '2.0.0.beta1', :git => 'https://github.com/bborn/communityengine.git', :branch => 'rails3'

2. From your app's root directory run:

Expand Down
42 changes: 1 addition & 41 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,44 +42,4 @@ namespace :test do
t.verbose = true
end

end

begin
require "jeweler"
Jeweler::Tasks.new do |gem|
gem.name = "community_engine"
gem.summary = "CommunityEngine for Rails 3"
gem.email = 'admin@curbly.com'
gem.authors = ["Bruno Bornsztein"]
gem.version = File.read('VERSION')

gem.add_dependency 'rails', '3.1.0'
gem.add_dependency 'rack', '1.3.2'
gem.add_dependency 'arel', '2.2.1'

gem.add_dependency 'authlogic'
gem.add_dependency 'configatron'
gem.add_dependency 'hpricot'
gem.add_dependency 'htmlentities'
gem.add_dependency 'haml'
gem.add_dependency 'sass-rails'
gem.add_dependency 'ri_cal'
gem.add_dependency 'rakismet'
gem.add_dependency 'aws-s3'
gem.add_dependency 'kaminari'
gem.add_dependency "dynamic_form"
gem.add_dependency "friendly_id", "3.2.1"
gem.add_dependency "paperclip", "2.4.3"
gem.add_dependency 'acts_as_commentable', '3.0.1'
gem.add_dependency 'recaptcha'
gem.add_dependency 'omniauth', '0.3.0'
gem.add_dependency 'prototype-rails'
gem.add_dependency 'rails_autolink'
gem.add_dependency 'meta_search', '1.1.1'
gem.add_dependency 'koala'
gem.add_dependency 'tinymce-rails', '~> 3.4.7'
gem.add_dependency "bborn-acts_as_taggable_on_steroids", "~> 2.0.beta3"
end
rescue
puts "Jeweler or one of its dependencies is not installed."
end
end
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

Loading

0 comments on commit f1b2abe

Please sign in to comment.