blueprint-api-rails 0.1.2 → 0.1.3

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: 6502d011050b9786945a3f1f925f51af9f3f96f3
4
- data.tar.gz: 7f95f1e4053abdc6a68d8df469ae23e235fda945
3
+ metadata.gz: fc3793b11d16cd30bb0df966bdb1f8703434f2eb
4
+ data.tar.gz: bc03e1d82da6f70b97146616e5d64cf7da46caa4
5
5
  SHA512:
6
- metadata.gz: 784268e1cdd598b43525d24924fd3cce843576a226b9e09e136f27768c6677eb721b20a97e535ef59ba9e97f9e177dc01cae3da7a6e96fa377bf136b4a0eb5ae
7
- data.tar.gz: ec52444c33f3ef868f5b4df5be9e95ccda3c2bddef8e19e9458e796b5131cd3a5ca2cb9c97a6233fe75ecadac5de54a67414cf1784061b512ea40f3939cf699c
6
+ metadata.gz: f1df5c5292e6a748e6bb732e54fe49c134abbf706ca8da73c469ad6a62058b5a198c645d0a9f9859d0f2e60ea2d78bf81e54315efc47b146d043edc8c0e42b4b
7
+ data.tar.gz: b03f5f4a6b3558e1b460547d3c12928f475735889b1ea26ce029b747aa3477a3b6d5c42c653f2a195221bfeec3ebf3186a2e099cad975005f02805df2c1b6c3d
@@ -1,7 +1,7 @@
1
1
  module Blueprint
2
2
  module Api
3
3
  module Rails
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
6
6
  end
7
7
  end
@@ -42,11 +42,11 @@ module Blueprint
42
42
  end
43
43
 
44
44
  # creates a new message classifier
45
- def classifier(from, condition, to)
45
+ def classifier(from, conditions, to)
46
46
  self.send CLASSIFIER_NEW,
47
47
  {
48
48
  :from => from,
49
- :condition => condition,
49
+ :conditions => conditions,
50
50
  :to => to
51
51
  }
52
52
  nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint-api-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - benjii
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler