mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 10:04:39 +01:00
first commit
This commit is contained in:
commit
87915c8568
9 changed files with 315 additions and 0 deletions
16
channel.gemspec
Normal file
16
channel.gemspec
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'channel'
|
||||
s.version = '0.1.0'
|
||||
s.licenses = ['MIT']
|
||||
s.summary = 'Channels'
|
||||
s.description = 'Share memory by communicating'
|
||||
s.authors = ['Loic Nageleisen']
|
||||
s.email = 'loic.nageleisen@gmail.com'
|
||||
s.files = ['lib/channel.rb']
|
||||
s.homepage = 'https://github.com/lloeki/channel'
|
||||
|
||||
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