summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-04 00:18:16 +0900
committerRandy Morgan <[email protected]>2012-05-04 00:18:16 +0900
commit03103965277963e3c62bb92ce8bb84a177b9d9bd (patch)
treea2bbca560e0ef6f27483a77c484f11a89e19a669
parent0c03d9de78936ff04469039795877fa5672a54a3 (diff)
downloadcaxlsx-03103965277963e3c62bb92ce8bb84a177b9d9bd.tar.gz
caxlsx-03103965277963e3c62bb92ce8bb84a177b9d9bd.zip
more release prep
-rw-r--r--LICENSE2
-rw-r--r--README.md6
-rw-r--r--examples/chart_colors.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 2033adef..9fb9b985 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index 47b77eff..3eb1fd48 100644
--- a/README.md
+++ b/README.md
@@ -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