Skip to content

Commit

Permalink
Merged r673:675 to releases/2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacius committed Dec 21, 2007
1 parent 699a617 commit b3451fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
OBJEXT = from_env_or_config("OBJEXT")
DLEXT = from_env_or_config("DLEXT")

RUBYGAME_VERSION = "2.1.0"
RUBYGAME_VERSION = "2.2.0"

spec = Gem::Specification.new do |s|
s.name = "rubygame"
Expand All @@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s|
s.files = FileList.new do |fl|
fl.include("{lib,ext,samples,doc}/**/*")
fl.exclude(/svn/)
fl.exclude(/\.#{OBJEXT}/)
#fl.exclude(/\.#{OBJEXT}/)
end

s.require_paths = ["lib", "lib/rubygame/", "ext/rubygame/"]
Expand Down
2 changes: 1 addition & 1 deletion doc/windows_install.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ disable optional features by passing a "no-???" command to rake before the word
type this instead of the above:

envsetup.bat
rake no-gfx install
rake no-sdl-gfx install

If all goes well, you have built and installed Rubygame.
Try to execute <code>require 'rubygame'</code> in an irb session and run
Expand Down

0 comments on commit b3451fe

Please sign in to comment.