Rakefile in bones-2.3.1 vs Rakefile in bones-2.4.0
- old
+ new
@@ -7,11 +7,11 @@
PROJ.name = 'bones'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://codeforpeople.rubyforge.org/bones'
PROJ.version = Bones::VERSION
-PROJ.release_name = 'Calcaneus'
+PROJ.release_name = 'Zygomatic'
PROJ.ruby_opts = %w[-W0]
PROJ.readme_file = 'README.rdoc'
PROJ.ignore_file = '.gitignore'
PROJ.exclude << 'bones.gemspec'
@@ -32,21 +32,10 @@
Keep rattlin' dem bones!
--------------------------
MSG
PROJ.ann.paragraphs = %w[install synopsis features requirements]
-PROJ.ann.text = <<-ANN
-== FUN FACT
-
-Twenty-five percent of a human's bones are in its feet.
-
-== POST SCRIPT
-
-Blessings,
-TwP
-
-#{PROJ.gem.extras[:post_install_message]}
-ANN
+PROJ.ann.text = PROJ.gem.extras[:post_install_message]
task :default => 'spec:specdoc'
task 'ann:prereqs' do
PROJ.name = 'Mr Bones'
end