summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-21 23:51:52 +0900
committerRandy Morgan <[email protected]>2011-11-21 23:51:52 +0900
commitb20ad2247db8032af420096e6567497b834108bf (patch)
treeefb5f5e1b600dabf424dc7da0d4bd480deb7ecbb /axlsx.gemspec
parentf6bb2aa09d5ee072c35fe744b96514aacfd28127 (diff)
downloadcaxlsx-b20ad2247db8032af420096e6567497b834108bf.tar.gz
caxlsx-b20ad2247db8032af420096e6567497b834108bf.zip
moving example.rb into example dir and altering gemspec to point to github
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec4
1 files changed, 2 insertions, 2 deletions
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'