identifier 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,3 +1,3 @@
1
1
  module Identifier
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: identifier
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.6
5
+ version: 1.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Sylvestre
@@ -25,6 +25,7 @@ extra_rdoc_files: []
25
25
  files:
26
26
  - ext/identifier/extconf.rb
27
27
  - ext/identifier/identifier.c
28
+ - lib/identifier/identifier.bundle
28
29
  - lib/identifier/version.rb
29
30
  - lib/identifier.rb
30
31
  - README.rdoc