naconormalizer 0.9.0-java → 0.9.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 971bb85c597f97f37b23fe795a5e3a214fd23951
4
- data.tar.gz: 52cdbfb967f9de7ecda4098c7746bfedce8918f1
3
+ metadata.gz: 2dcdca58c24af5851f93b5ddab3d1f8fe305d6fa
4
+ data.tar.gz: 44cfba3f6cb30b8f7ee0877f89f33ddfa1ba901c
5
5
  SHA512:
6
- metadata.gz: 0757f9bd19d81cd4ddcc9eb393463769a5d156c8afce4f08489c0cabcb4fe4a952c663bdfa7233960475bd26dfdcc6d3e19d4c37539570da55fa2eb45f856b36
7
- data.tar.gz: ea7f7edc28c5fedada56c0ca82099f5b83a08aa4ee4aec5eb1baaccff044ee99c9dd6f2c2eb6d5f03765f23f67485a41663689713b90df10efbbdb3527713e25
6
+ metadata.gz: d3841f2af177603a9d7986ed2ac4fc5a5b171293de689dcafa206179933552204d54b087c158dcdee8bd5ccf1ecbc9036b62c3fefad8b4683642ec5bc9048f7d
7
+ data.tar.gz: ecc16a19020a381ab3f599e8c8151820e48e9ffd59de49da2b582a5d396503650041c887db4ae3f48bd438dc16384c67685e16dd3e34379d087c3dd114545840
data/README.md CHANGED
@@ -44,6 +44,10 @@ Or install it yourself as:
44
44
 
45
45
  # Changes
46
46
 
47
+ __v0.9.1 2013-12-06__
48
+
49
+ * Fixed issues with the gemspec re: homepage and license
50
+
47
51
  __v0.9.0 2013-12-06__
48
52
 
49
53
  * First public release
@@ -1,3 +1,3 @@
1
1
  class NacoNormalizer
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["bill@dueber.com"]
12
12
  spec.description = %q{Apply NACO normaliation to a string. This is just a tiny wrapper around code taken from https://code.google.com/p/oclcNacoNormalizerr/}
13
13
  spec.summary = %q{Apply NACO normaliation to a string}
14
- spec.homepage = ""
15
- spec.license = "MIT"
14
+ spec.homepage = "https://github.com/billdueber/naconormalizer"
15
+ spec.license = "Apache 2.0"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naconormalizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: java
6
6
  authors:
7
7
  - Bill Dueber
@@ -73,9 +73,9 @@ files:
73
73
  - test/test_naconormalize.rb
74
74
  - vendor/oclcnaconormalizer.jar
75
75
  - vendor/oclcnaconormalizer_license.txt
76
- homepage: ''
76
+ homepage: https://github.com/billdueber/naconormalizer
77
77
  licenses:
78
- - MIT
78
+ - Apache 2.0
79
79
  metadata: {}
80
80
  post_install_message:
81
81
  rdoc_options: []