Skip to content

Commit e46b95e

Browse files
committed
a gemspec
1 parent 4eccec2 commit e46b95e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cinch-imglog.gemspec

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Gem::Specification.new do |s|
2+
s.name = 'cinch-imglog'
3+
s.version = '0.0.1'
4+
s.summary = 'Image logging'
5+
s.description = 'Image logging for greater good'
6+
s.authors = ['Victor Bergoo']
7+
s.email = ['[email protected]']
8+
s.homepage = 'https://github.com/netfeed/cinch-imglog'
9+
s.required_ruby_version = '>= 1.9.1'
10+
s.files = Dir['LICENSE', 'VERSION', 'README.md', '{lib}/**/*']
11+
end

0 commit comments

Comments
 (0)