diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 13:30:58 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 13:30:58 +0900 |
| commit | 0667969d93749f7f2364bb4c7dd58edaea25803c (patch) | |
| tree | df9a3e914477e91a5c68776f5c71f36f71700aec /examples | |
| parent | bcebd1714a5224a36e331a47880ae94dbc32054c (diff) | |
| download | caxlsx-0667969d93749f7f2364bb4c7dd58edaea25803c.tar.gz caxlsx-0667969d93749f7f2364bb4c7dd58edaea25803c.zip | |
remove yard dependency as it requires redcarpet an jruby does not like native extensions all that much
WARNING: JRuby does not support native extensions or the `mkmf' library
very well.
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/example.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.rb b/examples/example.rb index 3ff220db..9a355036 100755 --- a/examples/example.rb +++ b/examples/example.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -w -s # -*- coding: utf-8 -*- -$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" +# $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" #```ruby require 'axlsx' |
