sy18nc 0.3.0 → 0.3.1

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
  !binary "U0hBMQ==":
3
- metadata.gz: 9fbbdd1a369fe5cfdb3b20cbcbc59954db4e4114
4
- data.tar.gz: b62f854428b3d8ddb3ef7c42a14bc9e129bcab1c
3
+ metadata.gz: 86793991f523b9c9a70b196db5409d3e1acd9fad
4
+ data.tar.gz: ae37558f0e6b15945e5a38310d73059f7a740006
5
5
  SHA512:
6
- metadata.gz: dfe1c0596e0d82bc05b990a358a5a9f200e6c246e9b1c42ce738d8d5ab8c394cc177c82977d4a489d09cf1a6fd62432cddaed70bbd9e85f70ab3057fda440eba
7
- data.tar.gz: 1101cf986aa5b34e8e82c27828431a10a1dafc9a36557198e89dddc29dcba11f5d76f2268e023dbc7d313270604b627257fde4a063f3849dfd0b573f4b3f1b2e
6
+ metadata.gz: 514b568f36bf5aa70771c2f7db8c976fcd99793a1973dbf9635270d013747fbba28907050be6a57da54a485bd0e11ade524512cb9ca88d13fc14b547711ca971
7
+ data.tar.gz: 3a30f5650648bcb77b1345c2b450fdc6e3414c049972947e34ea3cbd63794d8a4b4ef5a2b18847a322916a27fb80e50aabd5236eb290f6558f5da693a13109e5
@@ -4,7 +4,7 @@ class String
4
4
  end
5
5
 
6
6
  def sy18nc_mark_fixme!
7
- self if sy18nc_marked_as_fixme?
7
+ return self if sy18nc_marked_as_fixme?
8
8
 
9
9
  self.replace("#{self} g FIXME")
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Sy18nc
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -158,8 +158,6 @@ describe Hash do
158
158
  "Hello".sy18nc_mark_fixme!.should eql("Hello g FIXME")
159
159
 
160
160
  "Hello g FIXME".sy18nc_mark_fixme!.should eql("Hello g FIXME")
161
-
162
- "*hello_world".sy18nc_mark_fixme!.should eql("*hello_world")
163
161
  end
164
162
  end
165
163
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sy18nc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michał Darda