ruumba 0.1.15 → 0.1.16

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
- SHA1:
3
- metadata.gz: a94082b1dbd3bce02b2320be4bc6244904fe7961
4
- data.tar.gz: e6134104091c61eef3dee8d12efb1c1cf528bb4e
2
+ SHA256:
3
+ metadata.gz: 99f38e3a814e3b20580d943080c63134afc4836bebf332fe8d4f184410461de5
4
+ data.tar.gz: 558b5ec6bcf93030f356af08c7991bf4eda4845dce4af0915e43ee7886170063
5
5
  SHA512:
6
- metadata.gz: c474cc0665b9c5189e70d381f2ed5c980ba5d2199d62b9a8b9d77a652fc87733b5a83079a5a9b5d03c886db205a11039364db5155a61fbefdbefd333abaa2d52
7
- data.tar.gz: 96a414167f4f47fe13203f695db8d6a6bc8a01bfc33c1c420f7407f6dba3b6e996d498141861df9f97b76895f18eb2b9046f4969054dc1c6ac764a2105e35e7a
6
+ metadata.gz: d63ea7a112672034a89a73ecbca8eae62d8e856ae7c1aaa5597feb3738c0ec2606b4d7293c2b4d20e02c59d993df00aa206c272375b91cf9533214394cf384e3
7
+ data.tar.gz: 88cc8b218e3f866536dafdb6a352180184f36e3cda34a9a0214babf7de8add4c33fb0df94c330cb8c870ad67dec2e1a9d760139f3a3a90f6f1541751ebefe767
@@ -6,7 +6,7 @@ module Ruumba
6
6
  # Responsible for extracting interpolated Ruby.
7
7
  class Parser
8
8
  # The regular expression to capture interpolated Ruby.
9
- ERB_REGEX = /<%[-=]?(.*?)-?%>/m
9
+ ERB_REGEX = /<%[-=]?(.*?)-?%>/m.freeze
10
10
 
11
11
  def initialize(region_start_marker = nil)
12
12
  @region_start_marker = region_start_marker
@@ -5,6 +5,6 @@
5
5
  module Ruumba
6
6
  # Provides the ruumba version
7
7
  module Version
8
- STRING = '0.1.15'
8
+ STRING = '0.1.16'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruumba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Weinstein
@@ -64,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubyforge_project:
68
- rubygems_version: 2.6.14.4
67
+ rubygems_version: 3.1.3
69
68
  signing_key:
70
69
  specification_version: 4
71
70
  summary: Allows users to lint Ruby code in ERB templates the same way they lint source