storext-matchers 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20508cfdabb6a29268831d0ce86676a87f48d81e
4
- data.tar.gz: bdaae0a1476d261d54040b476af203ba08d93652
3
+ metadata.gz: ca1764985c1e93868b0bf0b8b61bc8498d3bf87b
4
+ data.tar.gz: b627205392ae15ec0a0927331630bf8bdb52c28d
5
5
  SHA512:
6
- metadata.gz: 309847225be93ba2c2d3e073fc394c346709d83b53382deaea97091c2f279356c77b350ce346d68f6dc6be11617e24450485a608a1c5458511fa904fd5efa135
7
- data.tar.gz: 9df11d95e09abd9134a0b3ed7fff90a3eb5290de5079f23f09669af2bdc30441c8c4b96b5a94a5b399186aa75f8c0b3cf19ac8452a226108612b67b9d8cbe75f
6
+ metadata.gz: 5f1832d1695fbaf928d4897de03973dd02bbe6b49dfa35724a29f4ee8dc5258d7413ca46f411923b6ab5da57589b67b007f2e49e6b74b315b9c6566165150572
7
+ data.tar.gz: 8334cc6eaf9a2551736ea5f9bb0ecf2433edff1b452597e772fdd59b22991b1e83bd87f62d62eb2e26127e7377e98f9bc0f092e022c11878c7faffca1e42db9b
@@ -2,7 +2,11 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
- ## [Unreleased]
5
+ ## [0.3.0] - 2016-07-20
6
+ ### Added
7
+ - `lib/storext-matchers`, so that it is properly loaded with bundler
8
+
9
+ ## [0.2.0] - 2016-07-20
6
10
  ### Changed
7
11
  - Check the result instead of the `storext_definitions`. Less prone to breakage.
8
12
 
@@ -0,0 +1 @@
1
+ require 'storext/matchers'
@@ -1,5 +1,5 @@
1
1
  module Storext
2
2
  module Matchers
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: storext-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag
@@ -101,6 +101,7 @@ files:
101
101
  - db/config.yml
102
102
  - db/migrate/20151024020213_create_authors.rb
103
103
  - db/schema.rb
104
+ - lib/storext-matchers.rb
104
105
  - lib/storext/matchers.rb
105
106
  - lib/storext/matchers/have_attribute_matcher.rb
106
107
  - lib/storext/matchers/integration.rb