Initial commit

This commit is contained in:
Thibault Jouan
2013-07-17 17:04:59 +00:00
commit c31bcf71ad
5 changed files with 35 additions and 0 deletions

6
lib/producer/core.rb Normal file
View File

@@ -0,0 +1,6 @@
require 'producer/core/version'
module Producer
module Core
end
end

View File

@@ -0,0 +1,5 @@
module Producer
module Core
VERSION = '0.0.1'
end
end