groonga-client 0.1.4 → 0.1.5

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: 06ee6aae8f1cfa294d405ad9666d39ca1c0ec6c2
4
- data.tar.gz: c4389ff7318b7758b0cf08e56b68b5b741e57674
3
+ metadata.gz: 90d37e053ef3230f024ce5c1f6f8eb1152c86119
4
+ data.tar.gz: ac7cded2fe20334aad01a9fa67f6654114904461
5
5
  SHA512:
6
- metadata.gz: e5c551e7f4ff0fcfde7b9df9dbd6e15cdc9c9b0fbbc7222de67db320ee519aae5730322642fb87f3bb5dd0dc6b32d378617410f970c2f10867fa6e43c17e3430
7
- data.tar.gz: 9dd3548c4eba69ed3187270f50371e64f490727e574d79d1894f491302f2acd7efadea757b42c2075841ba8a6a06be2e78e4b77c81acfb466150d03240cf4486
6
+ metadata.gz: a7446bad692e5e9d30be61d52dfca74e4817d7c9b386bb4d1288154594fd90bbaba90ebc3941c88256721e0abb1704a7b05dc7483f9a780863a1437a08114cc9
7
+ data.tar.gz: ea6a69f71ff76d03fc4b0bc0607dc68de2948087157842a285cf36b7beb14ecaf224171c5fa03151b5b4d2689836e637553cea1b09aa589b14476caa72376878
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # NEWS
2
2
 
3
+ ## 0.1.5 - 2015-06-10
4
+
5
+ ### Fixes
6
+
7
+ * Removed `require` for nonexistent file.
8
+
3
9
  ## 0.1.4 - 2015-06-10
4
10
 
5
11
  ### Changes
@@ -17,7 +17,6 @@
17
17
  # License along with this library; if not, write to the Free Software
18
18
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
 
20
- require "groonga/client/default"
21
20
  require "groonga/client/command"
22
21
  require "groonga/client/empty-request"
23
22
  require "groonga/client/protocol/gqtp"
@@ -18,6 +18,6 @@
18
18
 
19
19
  module Groonga
20
20
  class Client
21
- VERSION = "0.1.4"
21
+ VERSION = "0.1.5"
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groonga-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Haruka Yoshihara