diff options
| author | Randy Morgan <[email protected]> | 2011-11-21 23:51:52 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-21 23:51:52 +0900 |
| commit | b20ad2247db8032af420096e6567497b834108bf (patch) | |
| tree | efb5f5e1b600dabf424dc7da0d4bd480deb7ecbb | |
| parent | f6bb2aa09d5ee072c35fe744b96514aacfd28127 (diff) | |
| download | caxlsx-b20ad2247db8032af420096e6567497b834108bf.tar.gz caxlsx-b20ad2247db8032af420096e6567497b834108bf.zip | |
moving example.rb into example dir and altering gemspec to point to github
| -rw-r--r-- | assets/multi_chart.xlsx | bin | 39673 -> 0 bytes | |||
| -rw-r--r-- | axlsx.gemspec | 4 | ||||
| -rw-r--r-- | examples/example.rb (renamed from assets/example.rb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/assets/multi_chart.xlsx b/assets/multi_chart.xlsx Binary files differdeleted file mode 100644 index 2390e68c..00000000 --- a/assets/multi_chart.xlsx +++ /dev/null diff --git a/axlsx.gemspec b/axlsx.gemspec index 648f77fe..20d07764 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -1,7 +1,7 @@ require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/util/constants.rb') Gem::Specification.new do |s| s.name = 'axlsx' - s.homepage = 'https://rubyforge.org/projects/axlsx/' + s.homepage = 'https://github.com/randym/axlsx' s.has_rdoc = 'axlsx' s.rubyforge_project = 'axlsx' s.version = Axlsx::VERSION @@ -13,7 +13,7 @@ Gem::Specification.new do |s| EOF s.authors = ["Randy Morgan"] s.email = '[email protected]' - s.files = Dir.glob("{docs,lib,test,schema}/**/*") + ['LICENSE', 'README.md', 'Rakefile'] + s.files = Dir.glob("{docs,lib,test,schema,examples}/**/*") + ['LICENSE', 'README.md', 'Rakefile'] s.add_runtime_dependency 'nokogiri', '~> 1' s.add_runtime_dependency 'active_support', '~> 3' s.add_runtime_dependency 'rmagick', '~> 2.12' diff --git a/assets/example.rb b/examples/example.rb index fd889556..fd889556 100644 --- a/assets/example.rb +++ b/examples/example.rb |
