bonobot 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 5275fe7bf8d62809f63f8ad2a5e7df70826088958bcd3cac77b83899e302a46c
4
- data.tar.gz: 6e4986b68c4f1caf1047d1d82e0f3af757634f1c3511dce68a3f1da21cd607d0
3
+ metadata.gz: 5e9eaa44c2e0f1388d2fae379becd62eee2cabdbc6d9cdb63d3a13e240fad180
4
+ data.tar.gz: 33cf0a5fb51ca3e3c277dcc0cb0f8f0c83103deb154f35549d85580252835c67
5
5
  SHA512:
6
- metadata.gz: 04e4e0583b1023360c7e347f0216de77a511dd43e3c071e9d5d7d26ca36d20df693c078ee60b54015548a1bab35aa4c1d92f5102152b3b1bd3657a8b3448edbe
7
- data.tar.gz: b3f0e7827671e4a9b0851ca71bc2bd15e48bfda6da0cc9e964530e150a2f7308367ff33bdbceb5ea013e157f8968d2d0307ba038b084f94196817e97eefc7ddb
6
+ metadata.gz: 935bc736b1bfa50db8ed5ff9415feac5b0e8870e39c658a0234ce11e02adc95cba6ce1435580f1dad90a67e3ac704022eb17eb72631d9a95de19dc42cedbf04c
7
+ data.tar.gz: 17cf099a01f76279f4cb22cd0cab31eadc513ec3ac3e32c5a9dec468956cd0bf100a424a080471fccf2a57fe9a9d4f46a1c39057b752e4ce60a36f1b2bcf4727
@@ -109,7 +109,7 @@ module Bonobot
109
109
 
110
110
  def self.read_annotation(path)
111
111
  File.readlines(path).map do |line|
112
- line.sub(/# bonobo_fingerprint:/, "").sub("<%", "").sub("%>", "").strip if line.match?(/# bonobot_fingerprint:/) || line.match?(/<%# bonobot_fingerprint:/)
112
+ line.sub(/# bonobot_fingerprint:/, "").sub("<%", "").sub("%>", "").strip if line.match?(/# bonobot_fingerprint:/) || line.match?(/<%# bonobot_fingerprint:/)
113
113
  end.compact.first
114
114
  end
115
115
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bonobot
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - armandfardeau