diff options
| -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 |
