opulent 1.2.0 → 1.2.1

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: 7b4b5e325861ccf78bca7041d30cb0cfbf165dfe
4
- data.tar.gz: f570a2f457032d4aa263a0de121ab36b68a6acef
3
+ metadata.gz: da21d9a93894954ff539d9c50097e6828e220a45
4
+ data.tar.gz: dc9280c742fb397a1962ce957eaceda6f8b36cb0
5
5
  SHA512:
6
- metadata.gz: d8c3e5ade8cdb305755ab62b1c45d2e8dc2305f6a6a7d78a2ab7fdd4cd58d6e094312aa3e82af62688018daed1705d47b4ad59e2d9c4e4de0b613ee5f5f855e7
7
- data.tar.gz: 2df941859e2249aaca237bf92787775ae3d8c05e8625d9c733647c2177296a33fda2822c3a58a9c7751c8933b8f16fe9b71853782139ae8613a7123d5eb779bd
6
+ metadata.gz: 8a2bb3c28e90352de4f78a6d4a56fc1f558fd6d72564b53d5e061dee635831dc26d7d7a900233bc7ff85adb5a1050e4fb38888b2f53dd19b82683333f3e78fd5
7
+ data.tar.gz: 69d0e218da3c4f5620c4c2148a65b96092da54abd24a80716691ee8b6996d0f324e5ef3fe3ac9524c95c8009bb30961d3b848a1a05b5c4491b8aa4500abe65aa
@@ -18,7 +18,7 @@ module Opulent
18
18
  error :each_arguments unless condition.match Tokens[:each_pattern]
19
19
 
20
20
  # Split provided arguments for the each structure
21
- condition = condition.split('in').map(&:strip)
21
+ condition = condition.split(' in ').map(&:strip)
22
22
  condition[0] = condition[0].split(',').map(&:strip).map(&:to_sym)
23
23
  end
24
24
 
@@ -1,4 +1,4 @@
1
1
  # @Opulent
2
2
  module Opulent
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opulent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Grozav
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-18 00:00:00.000000000 Z
11
+ date: 2015-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler