Skip to content

Commit

Permalink
+ live gem
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 23, 2011
1 parent accd198 commit c00e7d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install
Expand Up @@ -7,4 +7,5 @@ puts "Installing all gems."
system "cd server; gem build picky.gemspec; gem install picky-*.gem; rm picky-*.gem"
system "cd client; gem build picky-client.gemspec; gem install picky-client-*.gem; rm picky-client-*.gem"
system "cd statistics; gem build picky-statistics.gemspec; gem install picky-statistics-*.gem; rm picky-statistics-*.gem"
system "cd generators; gem build picky-generators.gemspec; gem install picky-generators-*.gem; rm picky-generators-*.gem"
system "cd generators; gem build picky-generators.gemspec; gem install picky-generators-*.gem; rm picky-generators-*.gem"
system "cd live; gem build picky-live.gemspec; gem install picky-live-*.gem; rm picky-live-*.gem"
3 changes: 2 additions & 1 deletion release
Expand Up @@ -8,4 +8,5 @@ gets
system "cd server; gem release"
system "cd client; gem release"
system "cd generators; gem release"
system "cd statistics; gem release"
system "cd statistics; gem release"
system "cd live; gem release"
1 change: 1 addition & 0 deletions specs
Expand Up @@ -4,6 +4,7 @@
require File.expand_path '../version', __FILE__

puts "Running all specs."
system "cd live; rake"
system "cd generators; rake"
system "cd statistics; rake"
system "cd client; rake"
Expand Down

0 comments on commit c00e7d1

Please sign in to comment.