Rakefile in pastehub-0.4.0 vs Rakefile in pastehub-0.4.1

- old
+ new

@@ -30,11 +30,11 @@ 'README.txt', 'bin/*', 'lib/*.rb', 'lib/*/*.rb', ].to_a - gemspec.add_dependency( "json", "1.8.1") +# gemspec.add_dependency( "json", "1.8.1") gemspec.add_dependency( "clipboard", "1.0.5" ) gemspec.add_dependency( "ffi", "1.9.3") end rescue LoadError puts 'Jeweler2 not available. If you want to build a gemfile, please install with "sudo gem install jeweler2"' @@ -50,10 +50,10 @@ sh "/bin/rm -rf /tmp/home/user1" sh "ruby -I ./lib `which rspec` -b ./test/libclient_spec.rb " sh "/bin/rm -rf /tmp/home/user1" sh "ruby -I ./lib `which rspec` -b ./test/libclientsync_spec.rb " sh "ruby -I ./lib `which rspec` -b ./test/libsyncentry_spec.rb " -# sh "ruby -I ./lib `which rspec` -b ./test/libutil_spec.rb " + sh "ruby -I ./lib `which rspec` -b ./test/libutil_spec.rb " end task :win32_test do sh "rm -f /tmp/usertmp.db" sh "rspec -I ./lib -b ./test/libclipboard_spec.rb "