pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-mocha
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 31 15:18:09 UTC 2017
Modified Files:
pkgsrc/devel/ruby-mocha: Makefile PLIST distinfo
Log Message:
Update ruby-mocha to 1.3.0.
## 1.3.0
* Ensure all tests run individually - thanks to @chrisroos (#267)
* Update Travis CI build status badge to show master branch status (#264)
* Correct RSpec section of the README - thanks to @myronmarston (0cc039c8)
* Fix pretty printing of quotes in `String#mocha_inspect` (#215 & #223)
* Add release instructions to README - thanks to @chrisroos (70a5febd &
3c664df7)
* Require at least Ruby v1.8.7 in gemspec - thanks to @knappe (3e20be8e)
* Remove redundant InstanceMethod#method_exists? - thanks to @chrisroos
(8f58eddf)
* Reduce risk of hitting bug 12832 in Ruby v2.3 - thanks to @chrisroos (#277 &
eca7560c)
* Fix JRuby build - thanks to @headius (jruby/jruby#4250) & @chrisroos (#274)
* Add latest stable version of JRuby to Travis CI build matrix (#288)
* Fix Ruby v1.8.7 builds on Travis CI (928b5a40 & 460dce5b)
* Deprecate passing block to mock object constructor (#290)
* Add a known issue to README for Ruby bug 12876 (#276)
* Add Ruby 2.4 and ruby-head to Travis CI build matrix - thanks to @junaruga
(#297)
* Fix `Mocha::ParameterMatchers#includes` for `Array` values - thanks to
@timcraft (#302)
* Use faster container-based virtual environments for Travis CI builds (#305)
* Rename `Mocha::ParameterMatchers::QueryStringMatches` to `QueryString` (#306)
* Handle blank parameter value for query string matcher - thanks to @weynsee
(#303 & #304)
* Rename `Mocha::ParameterMatchers::QueryString` -> `EquivalentUri` (#307)
* Use `do ... end` instead of `{ ... }` in acceptance tests - thanks to
@chrisroos (#294)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-mocha/Makefile \
pkgsrc/devel/ruby-mocha/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-mocha/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-mocha/Makefile
diff -u pkgsrc/devel/ruby-mocha/Makefile:1.21 pkgsrc/devel/ruby-mocha/Makefile:1.22
--- pkgsrc/devel/ruby-mocha/Makefile:1.21 Thu Oct 20 14:40:39 2016
+++ pkgsrc/devel/ruby-mocha/Makefile Thu Aug 31 15:18:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/10/20 14:40:39 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/08/31 15:18:09 taca Exp $
-DISTNAME= mocha-1.2.1
+DISTNAME= mocha-1.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.21 pkgsrc/devel/ruby-mocha/distinfo:1.22
--- pkgsrc/devel/ruby-mocha/distinfo:1.21 Thu Oct 20 14:40:39 2016
+++ pkgsrc/devel/ruby-mocha/distinfo Thu Aug 31 15:18:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/10/20 14:40:39 taca Exp $
+$NetBSD: distinfo,v 1.22 2017/08/31 15:18:09 taca Exp $
-SHA1 (mocha-1.2.1.gem) = abbd8d08e590f82b539192f10426a298364b3c71
-RMD160 (mocha-1.2.1.gem) = e0512d548bc0fcf41d0e80651e752018335b2e2e
-SHA512 (mocha-1.2.1.gem) = 318fc7275b7ef14b6839ce68beb4a6dcd2a06325bcc5e69d82bd6842dc39c78b8a09d6d06d36dbf0f43e59bbcf441be9a6b1d3037f0cbde25be9d04ae44b2aed
-Size (mocha-1.2.1.gem) = 90624 bytes
+SHA1 (mocha-1.3.0.gem) = 9a87ac94de925c4d873a7a5bf24b93737462a420
+RMD160 (mocha-1.3.0.gem) = 9656cbb8aa0eda7c3fade83b5ba5781bec3d28f5
+SHA512 (mocha-1.3.0.gem) = a24de9129da65f6b37f06ad888fdb80ae987f51594980991a6ac3ffd23e9dafeedd7a2e758835f33f4de59e07b7c39449e3a49228159710bd87a3de7d3df6a3c
+Size (mocha-1.3.0.gem) = 92160 bytes
Index: pkgsrc/devel/ruby-mocha/PLIST
diff -u pkgsrc/devel/ruby-mocha/PLIST:1.19 pkgsrc/devel/ruby-mocha/PLIST:1.20
--- pkgsrc/devel/ruby-mocha/PLIST:1.19 Thu Oct 20 14:40:39 2016
+++ pkgsrc/devel/ruby-mocha/PLIST Thu Aug 31 15:18:09 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2016/10/20 14:40:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/08/31 15:18:09 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.yardopts
@@ -93,6 +93,7 @@ ${GEM_LIBDIR}/lib/mocha/parameter_matche
${GEM_LIBDIR}/lib/mocha/parameter_matchers/anything.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/base.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/equals.rb
+${GEM_LIBDIR}/lib/mocha/parameter_matchers/equivalent_uri.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/has_entries.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/has_entry.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/has_key.rb
@@ -104,7 +105,6 @@ ${GEM_LIBDIR}/lib/mocha/parameter_matche
${GEM_LIBDIR}/lib/mocha/parameter_matchers/not.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/object.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/optionally.rb
-${GEM_LIBDIR}/lib/mocha/parameter_matchers/query_string.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/regexp_matches.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/responds_with.rb
${GEM_LIBDIR}/lib/mocha/parameter_matchers/yaml_equivalent.rb
@@ -229,6 +229,7 @@ ${GEM_LIBDIR}/test/unit/parameter_matche
${GEM_LIBDIR}/test/unit/parameter_matchers/any_of_test.rb
${GEM_LIBDIR}/test/unit/parameter_matchers/anything_test.rb
${GEM_LIBDIR}/test/unit/parameter_matchers/equals_test.rb
+${GEM_LIBDIR}/test/unit/parameter_matchers/equivalent_uri_test.rb
${GEM_LIBDIR}/test/unit/parameter_matchers/has_entries_test.rb
${GEM_LIBDIR}/test/unit/parameter_matchers/has_entry_test.rb
${GEM_LIBDIR}/test/unit/parameter_matchers/has_key_test.rb
Home |
Main Index |
Thread Index |
Old Index