apstrings 0.3.9 → 0.4.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: e8313a8267e33645e6152ae28a07da0fc507d9ec
4
- data.tar.gz: 0eb6d56353dc28281ce5c97648c7684539201204
3
+ metadata.gz: a25938e101edee3b7a22e640a96ad82ab6729aaf
4
+ data.tar.gz: 3348de85470ac5fb46bd27f47f071b4f89fe3616
5
5
  SHA512:
6
- metadata.gz: e7f3b8b8933279d2837fbf4f902314dc013b1ab6688ab7c9fddd31a32f8ca13ca473f67bb384b250dae92afc28a2b9f2535ec4f760d15382a03a4cd99f738eba
7
- data.tar.gz: 546504d1ae99323e3b179aff4ff10baebf7e0044f08c99bcea28da01c30128fc457339b5ef1d81bd4c5766222c5db34dd5ad41585cbde5b722f4aeddf69c0f8f
6
+ metadata.gz: d858bd7c308e6b35e9bd0067360022d63467642b71287b8693b6b99adf5ec2290e51b6df104939a4b219602e19b972631827ee0616e6ccd635f61fe391a6102a
7
+ data.tar.gz: bc3cc00aa20e764dd9f969596b29e203383c47df6a7f582ba904f32aa0b852a001b1f7508c879386a9141ff8837fcbe6f16f3b8d2f78a84821c3dc914c9bbe40
Binary file
@@ -54,7 +54,7 @@ module Apstrings
54
54
  if key_value_pair?
55
55
  !!(/;[\s]*$/.match(content))
56
56
  else
57
- false
57
+ true
58
58
  end
59
59
  end
60
60
 
@@ -1,3 +1,3 @@
1
1
  module Apstrings
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
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.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JasonWorking
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-29 00:00:00.000000000 Z
11
+ date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -95,6 +95,7 @@ files:
95
95
  - LICENSE.txt
96
96
  - README.md
97
97
  - Rakefile
98
+ - apstrings-0.3.9.gem
98
99
  - apstrings.gemspec
99
100
  - bin/apstrings
100
101
  - lib/apstrings.rb