Skip to content

Commit

Permalink
update readme and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Nov 18, 2011
1 parent 4bb8fd4 commit e5b32c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Getting CommunityEngine Running

1. Copy the following into your `Gemfile`:

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

2. From your app's root directory run:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ task :build do
end

task :release => :build do
system "gem push community_engine-#{CommunityEngine::Version::STRING}"
system "gem push community_engine-#{CommunityEngine::Version::STRING}.gem"
end
3 changes: 2 additions & 1 deletion community_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"

s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n") rescue ''
s.test_files = `git ls-files -- {test}/*`.split("\n")

s.add_dependency(%q<rails>, ["= 3.1.2"])
s.add_dependency(%q<rack>, ["= 1.3.5"])
Expand Down

0 comments on commit e5b32c8

Please sign in to comment.