.gemspec in tutter-sppuppet-0.0.2 vs .gemspec in tutter-sppuppet-0.0.3

- old
+ new

@@ -1,9 +1,9 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'tutter-sppuppet' - s.version = '0.0.2' + s.version = '0.0.3' s.author = 'Johan Haals' s.email = ['johan.haals@gmail.com'] s.homepage = 'https://github.com/jhaals/tutter-sppuppet' s.summary = 'Github code review without collaborator access' s.description = 'This tutter action let non collaborators review and merge code without having more then read access to the project' @@ -11,6 +11,8 @@ s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.required_ruby_version = '>= 1.8.7' + + s.add_runtime_dependency 'tutter' end