Skip to content

Commit

Permalink
devel/ruby-rspec-its: update to 1.3.0
Browse files Browse the repository at this point in the history
### 1.3.0 / 2019-04-09
[full changelog](http://github.com/rspec/rspec-its/compare/v1.2.0...v1.3.0)

Enhancements:
* Introduced `will` and `will_not` as to allow one line block expectations.
  (Russ Buchanan, #67)
  • Loading branch information
taca committed May 6, 2019
1 parent 735972a commit 738bacf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-rspec-its/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2017/06/10 16:21:53 taca Exp $
# $NetBSD: Makefile,v 1.2 2019/05/06 05:32:55 taca Exp $

DISTNAME= rspec-its-1.2.0
DISTNAME= rspec-its-1.3.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions devel/ruby-rspec-its/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:21:53 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2019/05/06 05:32:55 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
Expand All @@ -8,14 +8,14 @@ ${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/cucumber.yml
${GEM_LIBDIR}/features/its.feature
${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb
${GEM_LIBDIR}/features/support/env.rb
${GEM_LIBDIR}/lib/rspec/its.rb
${GEM_LIBDIR}/lib/rspec/its/version.rb
${GEM_LIBDIR}/rspec-its.gemspec
${GEM_LIBDIR}/script/test_all
${GEM_LIBDIR}/script/update_rubygems_and_install_bundler
${GEM_LIBDIR}/spec/rspec/its_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions devel/ruby-rspec-its/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/06/10 16:21:53 taca Exp $
$NetBSD: distinfo,v 1.2 2019/05/06 05:32:55 taca Exp $

SHA1 (rspec-its-1.2.0.gem) = b3ced4d01db03e1b931a05ac52027012648503e2
RMD160 (rspec-its-1.2.0.gem) = ced80ae72e4e68ed1f3e9dc80461251922cc16a1
SHA512 (rspec-its-1.2.0.gem) = 6b390f92654f8e6482f0da30d4e721ee127f628eb305268e474d4c9fb14fca1d0fb8922cabc9a8c1372976b5a52349c5a5a774e3026f32d8050c5aea2bc9ccae
Size (rspec-its-1.2.0.gem) = 12800 bytes
SHA1 (rspec-its-1.3.0.gem) = e908049dfd13c75da7b5635047ffb4e39077ccbb
RMD160 (rspec-its-1.3.0.gem) = 5e50e216d7f98e0e5bbdf09e8354d5c3b767da05
SHA512 (rspec-its-1.3.0.gem) = beff75fc84f9879095f02f4515bfd749dded877b8b4d5186423ddd78c6c16d6c5e810ebac80f3500cc7b1d23db119c72780c32888385d21d20672a26499ae94a
Size (rspec-its-1.3.0.gem) = 14336 bytes

0 comments on commit 738bacf

Please sign in to comment.