mongous 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 95182d94474fd128deef15317dc1131c44d3eee27e920f1cfca3030cc387a3dc
4
- data.tar.gz: 2f11edcd8442be189916eadd722e131c2b63a70030285f42bc7347937351ab66
3
+ metadata.gz: 3ffb544bfae82a4597345d166e314e50eb6e251f44f57c5da4dfc9fab6680970
4
+ data.tar.gz: 909fcdcc00bb4ea65bf691b79420a9c6bed4fee4e07cfe0dee8c8da2bbd344a4
5
5
  SHA512:
6
- metadata.gz: 337bd873fe2ac4323cd1fd3606a32058f669ffe9aaf8ac6f0778b37959d771d47a79b0a54739f2864d525c6283868f96676a1980631e56bd8e962b4f967d7298
7
- data.tar.gz: 4881ebeeb6e17ccbcfab55ba050485974225a76790f9ccc19a06192c3c179669d5b6aadb3f955f9e2cd673bd2fee8b8562c1713b58418ac898f3c5d1cdfaf972
6
+ metadata.gz: 21bacfb05dbf0d0c2193759e50df55ff4ae7432522fea90ee30688f6ccc6e9a42b9645dac9f41f3a0b0ce1114c63cbdc9a18ae633b8db84639a1b8cc8ea7a49a
7
+ data.tar.gz: 2eef0a2fecffd43f12cbe65cea598795835727248af48c9fc45385f23a0f23ec7dda910daea6bc66b9bd2906e443f95ceefd3f644046e2cd4b36793347d2b067
@@ -155,7 +155,6 @@ Mongous.connect!( hosts_or_uri = nil, **opts )
155
155
  *** database: Database name. (default: "test")
156
156
  *** * Other optional arguments for Mongo::Client.new.
157
157
 
158
- ** label: Field label symbol.
159
158
  === Connect database.
160
159
 
161
160
  [source,ruby]
@@ -1,3 +1,3 @@
1
1
  module Mongous
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["ARIMA Yasuhiro"]
7
7
  spec.email = ["arima.yasuhiro@gmail.com"]
8
8
 
9
- spec.summary = %q{ Yet another mongo wrapper library. }
10
- spec.description = %q{ It depends only on mongodb and bson, except for the built-in and standard attachment libraries. }
9
+ spec.summary = %q{ Mongo wrapper library. }
10
+ spec.description = %q{ Yet another lightweight mongo wrapper library. }
11
11
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
12
12
 
13
13
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ARIMA Yasuhiro
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: " It depends only on mongodb and bson, except for the built-in and standard
56
- attachment libraries. "
55
+ description: " Yet another lightweight mongo wrapper library. "
57
56
  email:
58
57
  - arima.yasuhiro@gmail.com
59
58
  executables: []
@@ -143,5 +142,5 @@ requirements: []
143
142
  rubygems_version: 3.1.4
144
143
  signing_key:
145
144
  specification_version: 4
146
- summary: Yet another mongo wrapper library.
145
+ summary: Mongo wrapper library.
147
146
  test_files: []