Skip to content

Commit

Permalink
+ do not make on run
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 4, 2010
1 parent 2ef7af4 commit 7395004
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/simple_example/backend
Submodule backend updated from 0a215c to 888e59
1 change: 1 addition & 0 deletions server/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.0.7 - hanke: Gem compiles on install. Do not compile on run.
0.0.6 - hanke: Removed unnecessary gem dependencies (thanks to niko).
hanke: Added CSV to the possible Sources. Sources::CSV.new(:title, :author, :isbn, :file => 'data/books.csv'),
hanke: Renamed all instances of SEARCH_* constants to PICKY_*. (Uses RACK_ENV)
Expand Down
8 changes: 5 additions & 3 deletions server/lib/picky/initializers/ext.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Dir.chdir File.join(File.dirname(__FILE__), '../ext/ruby19') do
%x{ ruby extconf.rb && make }
end
# TODO Remove as soon as gem compiling is ok.
#
# Dir.chdir File.join(File.dirname(__FILE__), '../ext/ruby19') do
# %x{ ruby extconf.rb && make }
# end
require File.expand_path(File.join(File.dirname(__FILE__), '../ext/ruby19/performant'))
2 changes: 1 addition & 1 deletion server/lib/picky/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def self.load_application
# Loads the framework.
#
def self.load_framework
# Compile C-Code. TODO Remove as soon as stable. Remove also mentioned file.
# Load compiled C code.
#
require_relative 'initializers/ext'

Expand Down
2 changes: 1 addition & 1 deletion server/picky.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'picky'
s.version = '0.0.6'
s.version = '0.0.7'
s.author = 'Florian Hanke'
s.email = 'florian.hanke+picky@gmail.com'
s.homepage = 'http://floere.github.com/picky'
Expand Down

0 comments on commit 7395004

Please sign in to comment.