serenity
serenity copied to clipboard
files in lib/serenity/ directory are not beling loaded
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']
Hello, tb. I have the same issue and can't understand, how to deal with it. Can you explain in details, please?
Same problem here using Ruby 2.3.4