kyotocabinet-java 0.1.0-java → 0.2.0-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.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "kyotocabinet-java"
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
  s.platform = "java"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.authors = ["Clayton Wheeler"]
12
+ s.authors = ["FAL Labs", "Clayton Wheeler"]
13
13
  s.date = "2012-06-26"
14
14
  s.description = "Wrapper for Kyoto Cabinet's Java library for use with JRuby, to provide the same interface as the native kyotocabinet-ruby gem for MRI."
15
15
  s.email = "cswh@umich.edu"
@@ -40,6 +40,7 @@ Gem::Specification.new do |s|
40
40
  "ext/kyotocabinet-java/VCmakefile",
41
41
  "ext/kyotocabinet-java/ValueIterator.java",
42
42
  "ext/kyotocabinet-java/Visitor.java",
43
+ "ext/kyotocabinet-java/configure",
43
44
  "ext/kyotocabinet-java/configure.in",
44
45
  "ext/kyotocabinet-java/doc/allclasses-frame.html",
45
46
  "ext/kyotocabinet-java/doc/allclasses-noframe.html",
@@ -90,11 +91,10 @@ Gem::Specification.new do |s|
90
91
  "ext/kyotocabinet-java/kyotocabinet_ValueIterator.h",
91
92
  "ext/kyotocabinet-java/overview.html",
92
93
  "kyotocabinet-java.gemspec",
93
- "lib/kyotocabinet-java.rb",
94
- "lib/kyotocabinet-java/version.rb"
94
+ "lib/kyotocabinet.rb"
95
95
  ]
96
96
  s.homepage = "http://github.com/csw/kyotocabinet-java"
97
- s.licenses = ["MIT"]
97
+ s.licenses = ["GPL"]
98
98
  s.require_paths = ["lib"]
99
99
  s.rubygems_version = "1.8.24"
100
100
  s.summary = "Kyoto Cabinet Java library for JRuby"
metadata CHANGED
@@ -2,9 +2,10 @@
2
2
  name: kyotocabinet-java
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.2.0
6
6
  platform: java
7
7
  authors:
8
+ - FAL Labs
8
9
  - Clayton Wheeler
9
10
  autorequire:
10
11
  bindir: bin
@@ -137,6 +138,7 @@ files:
137
138
  - ext/kyotocabinet-java/VCmakefile
138
139
  - ext/kyotocabinet-java/ValueIterator.java
139
140
  - ext/kyotocabinet-java/Visitor.java
141
+ - ext/kyotocabinet-java/configure
140
142
  - ext/kyotocabinet-java/configure.in
141
143
  - ext/kyotocabinet-java/doc/allclasses-frame.html
142
144
  - ext/kyotocabinet-java/doc/allclasses-noframe.html
@@ -187,12 +189,10 @@ files:
187
189
  - ext/kyotocabinet-java/kyotocabinet_ValueIterator.h
188
190
  - ext/kyotocabinet-java/overview.html
189
191
  - kyotocabinet-java.gemspec
190
- - lib/kyotocabinet-java.rb
191
- - lib/kyotocabinet-java/version.rb
192
- - ext/kyotocabinet-java/configure
192
+ - lib/kyotocabinet.rb
193
193
  homepage: http://github.com/csw/kyotocabinet-java
194
194
  licenses:
195
- - MIT
195
+ - GPL
196
196
  post_install_message:
197
197
  rdoc_options: []
198
198
  require_paths:
@@ -1,5 +0,0 @@
1
- module KyotoCabinet
2
- module Java
3
- VERSION = '0.0.1'
4
- end
5
- end