monban-repository 0.1.0 → 0.1.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 +4 -4
- data/CHANGELOG/0.1.1.md +10 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/monban/repository/version.rb +1 -1
- data/monban-repository.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 622bb9148efcdf28dd741afdb60c692786eeb409b35101d21ca74ac87b4923be
|
|
4
|
+
data.tar.gz: 79842cf5683363394b23357b745c047b927ca0c295b92586d5a6d09711526835
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 619bdb529045cf92e573341b1ca4d60b150b5b510bed549f538d7c89dd4a5b5f4b7a9caa6fbdac83abaf1067c2391cf3e9d1479d3dae3d9688d0aa0954cd8cc4
|
|
7
|
+
data.tar.gz: a4052cc7f6520c4a61322d76ee49a7dfd712b26d0c8c433ea5e17139cec998fe7c1cc1a82086649c6bc6382b322da364b3ff77bf2523efd2ab3fffc65402da90
|
data/CHANGELOG/0.1.1.md
ADDED
data/CHANGELOG.md
ADDED
data/Gemfile.lock
CHANGED
data/monban-repository.gemspec
CHANGED
|
@@ -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{
|
|
14
|
-
spec.description = %q{
|
|
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.
|
|
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:
|
|
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:
|
|
151
|
+
summary: Monban - repository implementation
|
|
150
152
|
test_files: []
|