mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
name the damn thing
This commit is contained in:
parent
1fe647876a
commit
aa2d5b9f51
2 changed files with 5 additions and 4 deletions
16
normandy.gemspec
Normal file
16
normandy.gemspec
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'normandy'
|
||||
s.version = '0.1.0'
|
||||
s.licenses = ['MIT']
|
||||
s.summary = 'Channels, CSP style'
|
||||
s.description = 'Share memory by communicating'
|
||||
s.authors = ['Loic Nageleisen']
|
||||
s.email = 'loic.nageleisen@gmail.com'
|
||||
s.files = ['lib/**/*.rb']
|
||||
s.homepage = 'https://github.com/lloeki/normandy'
|
||||
|
||||
s.add_development_dependency 'pry'
|
||||
s.add_development_dependency 'rubocop'
|
||||
s.add_development_dependency 'rake'
|
||||
s.add_development_dependency 'test-unit'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue