ogg_album_tagger 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
  SHA1:
3
- metadata.gz: 6d13c462c83f93828d568095096c34e0c17c494a
4
- data.tar.gz: f8831db62a56402c7787ee766382d3d70205803d
3
+ metadata.gz: fe085de677fda314335b3a9be3e9e1876babf625
4
+ data.tar.gz: 4b4986dd6a57c93d6c06d0a35205201398b1d8a2
5
5
  SHA512:
6
- metadata.gz: aaaff467e4e5c9d31b176d187f03145bc982b86e54b7de0862f50ed9cf6267e5d53419c1609007cd821be1c5bfe47cfbf9a2e528e4ff344513b0d0c0f5c0c4c0
7
- data.tar.gz: 02fc749bd1e46d3fb9c8a980d2e70fd2ad5221cc218138db207901cd25b0640a9580d07d220b34d154f387d7b71f282a21b2b0819ae7ee69022bc3b81a68c671
6
+ metadata.gz: 5c1beb8dece8ac40a935ab4a59b30a9a85b0616ca35e5411a8dba7327f005f0a4dbd3d723613b4b81d43a478f690e40ef4e6b67a04b0a39f64536aea53d0de21
7
+ data.tar.gz: d2e011cb35dd28482261da103e2fcb9270c7b0f294df4d78d31524728342bd8c1ba86560294370eb80bd6d336f9657c3d30b8d2699b615c419ec41c2a0e2b55c
@@ -67,7 +67,7 @@ def autocomplete(input)
67
67
  end
68
68
  end
69
69
 
70
- (props || []).grep(/^#{Regexp.escape(input)}/).map do |v|
70
+ (props || []).grep(/^#{Regexp.escape(input)}/i).map do |v|
71
71
  v.include?(' ') ? "\"#{v}\"" : v
72
72
  end
73
73
  end
@@ -1,3 +1,3 @@
1
1
  module OggAlbumTagger
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ogg_album_tagger
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
  - Cyrille Faucheux