action_logic.gemspec in action_logic-0.0.5 vs action_logic.gemspec in action_logic-0.0.6
- old
+ new
@@ -4,10 +4,10 @@
s.name = 'action_logic'
s.summary = 'Business logic abstraction'
s.homepage = 'https://github.com/rewinfrey/action_logic'
s.license = 'MIT'
- s.files = `git ls-files`.split($\)
+ s.files = `git ls-files`.split($\) - ['resources']
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]
s.version = ActionLogic::VERSION