monday_ruby.gemspec in monday_ruby-0.6.2 vs monday_ruby.gemspec in monday_ruby-1.0.0

- old
+ new

@@ -32,6 +32,8 @@ end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + + spec.add_dependency "base64", "~> 0.2.0" end