first commit

This commit is contained in:
Loic Nageleisen 2015-08-03 13:49:35 +02:00
commit 87915c8568
9 changed files with 315 additions and 0 deletions

16
channel.gemspec Normal file
View 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