monban-repository 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: a84fd086512207130b39cd7dfc1bcfc69199570dd9e547390f5428eb7c7ab598
4
- data.tar.gz: 6bf11c038378c5510e9db251a20c28449899a2fec1e9e08743353eabaf25cfa4
3
+ metadata.gz: 622bb9148efcdf28dd741afdb60c692786eeb409b35101d21ca74ac87b4923be
4
+ data.tar.gz: 79842cf5683363394b23357b745c047b927ca0c295b92586d5a6d09711526835
5
5
  SHA512:
6
- metadata.gz: 0976737e267cb290f0c204f8b124b5728fd9957bb2fbbc46ffff2b38eecea16d6aeed5edba84a9030d82c24b7cb1dc6d578b35e1ff1017b23034d8351773291d
7
- data.tar.gz: 1d062a203904569c671f8ba7f3e2004d6f37d7d64d4c83ceb60f66793b7017190b20099deacaa4ab0a7ed6348863cd9f2148ed01d2b58b343bf0ecbeb8e749bf
6
+ metadata.gz: 619bdb529045cf92e573341b1ca4d60b150b5b510bed549f538d7c89dd4a5b5f4b7a9caa6fbdac83abaf1067c2391cf3e9d1479d3dae3d9688d0aa0954cd8cc4
7
+ data.tar.gz: a4052cc7f6520c4a61322d76ee49a7dfd712b26d0c8c433ea5e17139cec998fe7c1cc1a82086649c6bc6382b322da364b3ff77bf2523efd2ab3fffc65402da90
@@ -0,0 +1,10 @@
1
+ # Version : 0.1.1
2
+
3
+ fix: metadata
4
+
5
+ ## commits
6
+
7
+ * patch version up
8
+ * patch version
9
+ * patch version
10
+ * fix: metadata
data/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+ # Version : 0.1.1
2
+
3
+ fix: metadata
4
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- monban-repository (0.1.0)
4
+ monban-repository (0.1.1)
5
5
  getto-initialize_with (~> 1.0)
6
6
  getto-repository-sequel (~> 1.0)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Monban
2
2
  module Repository
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["shun@getto.systems"]
11
11
  spec.email = ["shun@getto.systems"]
12
12
 
13
- spec.summary = %q{paging helper}
14
- spec.description = %q{Repository helpers: Page}
13
+ spec.summary = %q{Monban - repository implementation}
14
+ spec.description = %q{Monban - repository implementation}
15
15
  spec.homepage = "https://github.com/getto-systems/rubygems-monban-repository"
16
16
  spec.license = "MIT"
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monban-repository
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
  - shun@getto.systems
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0.16'
97
- description: 'Repository helpers: Page'
97
+ description: Monban - repository implementation
98
98
  email:
99
99
  - shun@getto.systems
100
100
  executables: []
@@ -108,6 +108,8 @@ files:
108
108
  - ".gitignore"
109
109
  - ".gitlab-ci.yml"
110
110
  - ".travis.yml"
111
+ - CHANGELOG.md
112
+ - CHANGELOG/0.1.1.md
111
113
  - Gemfile
112
114
  - Gemfile.lock
113
115
  - LICENSE
@@ -146,5 +148,5 @@ rubyforge_project:
146
148
  rubygems_version: 2.7.7
147
149
  signing_key:
148
150
  specification_version: 4
149
- summary: paging helper
151
+ summary: Monban - repository implementation
150
152
  test_files: []