We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eccec2 commit e46b95eCopy full SHA for e46b95e
cinch-imglog.gemspec
@@ -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