getto-repository-sequel 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 531223f0410330b886174ef25945906b16d9584fe7f6beafacc2633f823a617f
4
- data.tar.gz: 19b01028b6cdb14af9c3ef162a6e4aa683a1d76ee1a2f7064aca4e231e5d67dd
3
+ metadata.gz: fd7d677053a77edff5869689aab0d0f1e8e1879e10453e02b978f1431a9d116d
4
+ data.tar.gz: a3c33d70c092758830f60fc57852bcdba9cce9088468c6f6dfd637db3382ff94
5
5
  SHA512:
6
- metadata.gz: 928f528c1ad10719efb5f8741bf14c08a790f3cbd9c8db4fe872277198edd6cfc16a3f8b0cfa698ecdf57f2d725c2d8c84a5b2c31b7153c5ab8e73e3952a6916
7
- data.tar.gz: 69a8654b7f4d045067ef80e742d4423f9ce538db3353574748d7da9cfd3b60e8452c71c25a85b3e3a73409561f3cebaab5030289db67d09feae3c9e3615fb730
6
+ metadata.gz: 5a6a86e01aeb63a5f460c4e468af5dc3d1b29effeace172b0d5b9d4cd8d433ea65e54d09b3fe8fa76b6619c1f014f0428837a1fa3a11708d258d13a35b632f0d
7
+ data.tar.gz: 61b36f796031a1e51b27790fcf0151c3202f9f2f33f0ff8f9dbae1916121b2a9f2684b8e9ab88a6df8d4520e739691c1caa58cec61310c62c011fbe4b033f9fe
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Version : 1.0.1
2
+
3
+ fix: metadata
4
+
1
5
  # Version : 1.0.0
2
6
 
3
7
  version 1.0.0
@@ -0,0 +1,9 @@
1
+ # Version : 1.0.1
2
+
3
+ fix: metadata
4
+
5
+ ## commits
6
+
7
+ * patch version up
8
+ * patch version
9
+ * fix: metadata
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getto-repository-sequel (1.0.0)
4
+ getto-repository-sequel (1.0.1)
5
5
  getto-repository (~> 1.0.0)
6
6
  sequel (~> 5.13.0)
7
7
 
@@ -31,4 +31,4 @@ DEPENDENCIES
31
31
  simplecov (~> 0.16)
32
32
 
33
33
  BUNDLED WITH
34
- 1.16.2
34
+ 1.16.6
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{Repository helper for Sequel}
14
14
  spec.description = %q{Repository helper for Sequel}
15
- spec.homepage = "https://github.com/getto-systems/getto-repository-sequel"
15
+ spec.homepage = "https://github.com/getto-systems/rubygems-getto-repository-sequel"
16
16
  spec.license = "MIT"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
@@ -1,7 +1,7 @@
1
1
  module Getto
2
2
  module Repository
3
3
  class Sequel
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getto-repository-sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun@getto.systems
@@ -110,6 +110,7 @@ files:
110
110
  - ".travis.yml"
111
111
  - CHANGELOG.md
112
112
  - CHANGELOG/1.0.0.md
113
+ - CHANGELOG/1.0.1.md
113
114
  - Gemfile
114
115
  - Gemfile.lock
115
116
  - LICENSE
@@ -119,7 +120,7 @@ files:
119
120
  - lib/getto/repository/sequel.rb
120
121
  - lib/getto/repository/sequel/search.rb
121
122
  - lib/getto/repository/sequel/version.rb
122
- homepage: https://github.com/getto-systems/getto-repository-sequel
123
+ homepage: https://github.com/getto-systems/rubygems-getto-repository-sequel
123
124
  licenses:
124
125
  - MIT
125
126
  metadata: {}