Rakefile in tog-desert-0.3.4 vs Rakefile in tog-desert-0.3.5
- old
+ new
@@ -24,18 +24,18 @@
task(:tag_release) do
tag_release
end
PKG_NAME = "desert"
-PKG_VERSION = "0.3.4"
+PKG_VERSION = "0.3.5"
PKG_FILES = FileList[
'[A-Z]*',
'*.rb',
'lib/**/*.rb',
'generators/**/*',
- 'generators/**/templates/*'
- #'examples/**/*.rb'
+ 'generators/**/templates/*',
+ 'examples/**/*.rb'
]
spec = Gem::Specification.new do |s|
s.name = PKG_NAME
s.version = PKG_VERSION
@@ -45,11 +45,11 @@
s.files = PKG_FILES.to_a
s.require_path = 'lib'
s.has_rdoc = true
- #s.extra_rdoc_files = [ "README.rdoc", "CHANGES" ]
- #s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
+ s.extra_rdoc_files = [ "README.rdoc", "CHANGES" ]
+ s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
#s.test_files = Dir.glob('spec/*_spec.rb')
#s.require_path = 'lib'
s.author = "Pivotal Labs"
s.email = "opensource@pivotallabs.com"