-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwformat.gemspec
More file actions
23 lines (19 loc) · 866 Bytes
/
wformat.gemspec
File metadata and controls
23 lines (19 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |g|
g.name = 'wformat'
g.version = '0.3.2'
g.executables << 'wformat'
g.date = '2011-12-29'
g.summary = "wformat is a command line utility to organize collections of wallpapers"
g.description =
%Q[wformat is a command line utility to organize collections of wallpapers\n
For now, it can only reformat images into proper sizes(for dualmonitors too)\n
\n
Soon it will feature organization through renaming and the ability to search for duplicates of images]
g.authors = ["David Mah"]
g.email = "mahhaha@gmail.com"
g.files = ["lib/wformat.rb", "lib/wall_interface.rb",
"lib/wall_operations.rb",
"lib/wall_merger.rb", "lib/wall_scaler.rb"]
g.homepage = "https://github.com/DavidMah/wformat"
g.add_runtime_dependency 'rmagick', '~> 2.13'
end