serenity icon indicating copy to clipboard operation
serenity copied to clipboard

files in lib/serenity/ directory are not beling loaded

Open tb opened this issue 13 years ago • 2 comments

files in lib/serenity/ directory are not beling loaded. Looks like gemspec is broken?

ruby -e "require 'rubygems'; require 'serenity'; puts Serenity.class; puts Serenity::Generator.class" Module -e:1: uninitialized constant Serenity::Generator (NameError)

Fix: s.files = Dir['lib/ * * / *.rb']

tb avatar May 04 '12 09:05 tb

Hello, tb. I have the same issue and can't understand, how to deal with it. Can you explain in details, please?

M1chael avatar Jan 28 '15 07:01 M1chael

Same problem here using Ruby 2.3.4

chris-roerig avatar Jan 08 '18 19:01 chris-roerig