commutator 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c84e777134aea16cd7b6b4bdc413e969751cd31b
4
- data.tar.gz: 9d6a22def09ef67f006109a97b817bf6f4019e44
3
+ metadata.gz: 766de21e41f676b70a6e194f7097aa0b91b454c8
4
+ data.tar.gz: af121ad0fde4d8fae2b883ab253924c8f76da8ce
5
5
  SHA512:
6
- metadata.gz: 2340b44d4bba675761c92466dcef0eb3a6f627879f214874188f6d73b6569195f2eb8e27823cdb4cc74c3cc6ef2a77efeec42ee8cc27f1d2e1efb274b8d7658c
7
- data.tar.gz: 8735e2f9db42a666c8972db5dd074d88a180f7119c5bf277488682f5a8dee4d3db57d65941b5f1c9a08257867597a0016d8adaee858a90a947a1cada7e6c257a
6
+ metadata.gz: 6356a69f9da48c77dee2d0bc67ac4a27ede9f13132e3a9b7b1c76a9b6f2e94b75a22f123ead454011621cb2fa818d02d99db6085fbd1e72ef4be0c5967cbb16b
7
+ data.tar.gz: 42aa5af78ab1a00c5524f040a78f551093f67b50f8356f55adf5d244543885da32d5b00be59e4ae79317fa3dbf8fe24a3f1a3be6b4a85881a63c3f018a728d84
data/Changelog.md CHANGED
@@ -1,13 +1,22 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/tablexi/commutator/compare/v0.2.1...master)
2
+ [Full Changelog](http://github.com/tablexi/commutator/compare/v0.2.2...master)
3
+
4
+ ### 0.2.2 / 2016-03-07
5
+ [Full Changelog](http://github.com/tablexi/commutator/compare/v0.2.1...v0.2.2)
6
+
7
+ Bug fixes:
8
+
9
+ * Accept any arguments for `respond_to?` in `Commutator::Model` (Bradley Schaefer)
3
10
 
4
11
  ### 0.2.1 / 2016-03-07
12
+ [Full Changelog](http://github.com/tablexi/commutator/compare/v0.2.0...v0.2.1)
5
13
 
6
14
  Bug fixes:
7
15
 
8
16
  * Fixed incorrect method name in `inherited` Scope-copying code (Bradley Schaefer)
9
17
 
10
18
  ### 0.2.0 / 2016-03-07
19
+ [Full Changelog](http://github.com/tablexi/commutator/compare/v0.1.1...v0.2.0)
11
20
 
12
21
  Features:
13
22
 
@@ -196,7 +196,7 @@ module Commutator
196
196
  query_options.send(method, *args)
197
197
  end
198
198
 
199
- def respond_to?(method)
199
+ def respond_to?(method, *args)
200
200
  super || (const_defined?(:Scopes, false) && const_get(:Scopes).method_defined?(method))
201
201
  end
202
202
 
@@ -1,3 +1,3 @@
1
1
  module Commutator
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commutator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Schaefer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-03-07 00:00:00.000000000 Z
12
+ date: 2016-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler