Skip to content

Commit c760b75

Browse files
committed
removed executable from gemspec
1 parent 1e173d8 commit c760b75

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Rakefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Jeweler::Tasks.new do |gem|
1919
gem.description = %Q{A service for image manipulation - built as an extensible wrapper of Imagemagick which handles caching, c/o the Dragonfly gem.}
2020
gem.email = "[email protected]"
2121
gem.authors = ["Aidan Feldman"]
22-
gem.executables = ['magickly']
2322
gem.files.include '.gemtest'
2423
# Include your dependencies below. Runtime dependencies are required when using your gem,
2524
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
@@ -42,8 +41,8 @@ end
4241
task :default => :spec
4342
task :test => :spec
4443

45-
require 'rake/rdoctask'
46-
Rake::RDocTask.new do |rdoc|
44+
require 'rdoc/task'
45+
RDoc::Task.new do |rdoc|
4746
version = File.exist?('VERSION') ? File.read('VERSION') : ""
4847

4948
rdoc.rdoc_dir = 'rdoc'

magickly.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Gem::Specification.new do |s|
1212
s.date = "2011-09-05"
1313
s.description = "A service for image manipulation - built as an extensible wrapper of Imagemagick which handles caching, c/o the Dragonfly gem."
1414
s.email = "[email protected]"
15-
s.executables = ["magickly"]
1615
s.extra_rdoc_files = [
1716
"LICENSE.txt",
1817
"README.md"

0 commit comments

Comments
 (0)