name the damn thing

This commit is contained in:
Loic Nageleisen 2016-02-14 16:59:21 +01:00
parent 1fe647876a
commit aa2d5b9f51
2 changed files with 5 additions and 4 deletions

1
lib/normandy.rb Normal file
View file

@ -0,0 +1 @@
require 'channel'

View file

@ -1,13 +1,13 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'channel' s.name = 'normandy'
s.version = '0.1.0' s.version = '0.1.0'
s.licenses = ['MIT'] s.licenses = ['MIT']
s.summary = 'Channels' s.summary = 'Channels, CSP style'
s.description = 'Share memory by communicating' s.description = 'Share memory by communicating'
s.authors = ['Loic Nageleisen'] s.authors = ['Loic Nageleisen']
s.email = 'loic.nageleisen@gmail.com' s.email = 'loic.nageleisen@gmail.com'
s.files = ['lib/channel.rb'] s.files = ['lib/**/*.rb']
s.homepage = 'https://github.com/lloeki/channel' s.homepage = 'https://github.com/lloeki/normandy'
s.add_development_dependency 'pry' s.add_development_dependency 'pry'
s.add_development_dependency 'rubocop' s.add_development_dependency 'rubocop'