diff options
| author | Randy Morgan <[email protected]> | 2012-05-04 00:18:16 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-04 00:18:16 +0900 |
| commit | 03103965277963e3c62bb92ce8bb84a177b9d9bd (patch) | |
| tree | a2bbca560e0ef6f27483a77c484f11a89e19a669 | |
| parent | 0c03d9de78936ff04469039795877fa5672a54a3 (diff) | |
| download | caxlsx-03103965277963e3c62bb92ce8bb84a177b9d9bd.tar.gz caxlsx-03103965277963e3c62bb92ce8bb84a177b9d9bd.zip | |
more release prep
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | examples/chart_colors.rb | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2011 Randy Morgan +Copyright (c) 2011, 2012 Randy Morgan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -85,9 +85,11 @@ To install Axlsx, use the following command: #Examples ------ -{include:file:examples/example.rb} +The example listing is getting overly large to maintain here. +If you are using Yard, you will be able to see the examples inline below. +If not, please refer to the Please see the {file:examples/example.rb} file. -There are more examples in the examples directory. +{include:file:examples/example.rb} There is much, much more you can do with this gem. If you get stuck, grab me on IRC or submit an issue to Github. Chances are that it has already been implemented. If it hasn't - let's take a look at adding it in. diff --git a/examples/chart_colors.rb b/examples/chart_colors.rb index 1287c2e9..fac3b58e 100644 --- a/examples/chart_colors.rb +++ b/examples/chart_colors.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" require 'axlsx' p = Axlsx::Package.new |
