opulent 1.1.9 → 1.2.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: ddc258c62764fc5d4682a818b54020aa9b0cedb3
4
- data.tar.gz: a6b329acbba5dff20e8d5a66ec7894077bd2d8ff
3
+ metadata.gz: 7b4b5e325861ccf78bca7041d30cb0cfbf165dfe
4
+ data.tar.gz: f570a2f457032d4aa263a0de121ab36b68a6acef
5
5
  SHA512:
6
- metadata.gz: 9ad7aa47c0dc555fb42de99c7da3a361464c99ac4bbc2b2582a6b4396cf67852c6bb974e922f1b3a63dea6460028445f554b043634ad6de4e9c3f6a27c94ced9
7
- data.tar.gz: f0cf7b68a4d0846aa75447e5d50d6da271152dcf65e3bfc956b307658cc177461a592cebdd2d0c142cecb12de2fef1a59b98bd2726010be3b3b80ac2f36195cf
6
+ metadata.gz: d8c3e5ade8cdb305755ab62b1c45d2e8dc2305f6a6a7d78a2ab7fdd4cd58d6e094312aa3e82af62688018daed1705d47b4ad59e2d9c4e4de0b613ee5f5f855e7
7
+ data.tar.gz: 2df941859e2249aaca237bf92787775ae3d8c05e8625d9c733647c2177296a33fda2822c3a58a9c7751c8933b8f16fe9b71853782139ae8613a7123d5eb779bd
@@ -76,7 +76,7 @@ module Opulent
76
76
 
77
77
  # Conditional Structures
78
78
  control: /\A(if|elsif|else|unless|case|when|each|while|until)/,
79
- each_pattern: /\A(\w+( *, *\w+)? +)?in +.+/,
79
+ each_pattern: /\A(\w+( *, *\w+)?)? +in +.+/,
80
80
 
81
81
  # Text
82
82
  text: /\A\|/,
@@ -1,4 +1,4 @@
1
1
  # @Opulent
2
2
  module Opulent
3
- VERSION = "1.1.9"
3
+ VERSION = "1.2.0"
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.1.9
4
+ version: 1.2.0
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-07-31 00:00:00.000000000 Z
11
+ date: 2015-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler