apstrings 0.4.0 → 0.4.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
  SHA1:
3
- metadata.gz: a25938e101edee3b7a22e640a96ad82ab6729aaf
4
- data.tar.gz: 3348de85470ac5fb46bd27f47f071b4f89fe3616
3
+ metadata.gz: 368b59cd353677c64cd6050f942ecf9baf678b13
4
+ data.tar.gz: 47af30a721320a6c8adb8dcedcdde004b3766b01
5
5
  SHA512:
6
- metadata.gz: d858bd7c308e6b35e9bd0067360022d63467642b71287b8693b6b99adf5ec2290e51b6df104939a4b219602e19b972631827ee0616e6ccd635f61fe391a6102a
7
- data.tar.gz: bc3cc00aa20e764dd9f969596b29e203383c47df6a7f582ba904f32aa0b852a001b1f7508c879386a9141ff8837fcbe6f16f3b8d2f78a84821c3dc914c9bbe40
6
+ metadata.gz: 2f89bad2686a1e5340af158d55d46d14ea7f828b0b3558c268f637c12d5237fa20607525c82d0669e7044ef1b42d282842b64adf8968fb06ee4798108c86ab7a
7
+ data.tar.gz: 7f208e698f04c53d5e6106e9c5a0ad2bd1ac2f5c3237f63122c1702e4dfe78ca99ab141cadae48c953e2c21443828054ff9bec58b4e5b71dd8cd7b6c39017852
Binary file
@@ -60,7 +60,7 @@ module Apstrings
60
60
 
61
61
  def key
62
62
  if key_value_pair?
63
- cleaned_content.partition(/"\s*=\s*"/)[0].gsub!(/(^"|"$)/, "")
63
+ cleaned_content.partition(/"\s*=\s*"/)[0].gsub!(/(^")/, "")
64
64
  end
65
65
  end
66
66
 
@@ -1,3 +1,3 @@
1
1
  module Apstrings
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apstrings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JasonWorking
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-05 00:00:00.000000000 Z
11
+ date: 2016-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -95,7 +95,7 @@ files:
95
95
  - LICENSE.txt
96
96
  - README.md
97
97
  - Rakefile
98
- - apstrings-0.3.9.gem
98
+ - apstrings-0.4.0.gem
99
99
  - apstrings.gemspec
100
100
  - bin/apstrings
101
101
  - lib/apstrings.rb
Binary file