getto-repository-sequel 1.1.0 → 1.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: c4f588c29dd705f9a1510b2a775765790658d92f0ff65a50b7464ba254e783cb
4
- data.tar.gz: 10327bc279222b73ca930ef53f4a564b05f9bcb3092eb1d48ffc69c488cb6d0a
3
+ metadata.gz: d472b21842316b6678e70e3105c70219e511d9c938e1bb15a6e8fe7bef72aed4
4
+ data.tar.gz: ec4d2c29a9302817b7808b47299fe7e1ccaabc16945b6069e84d960746914234
5
5
  SHA512:
6
- metadata.gz: 17e094d23c936d6236cbcba16ef632176772f66c168c6f5e5fc87fda342f0a85cfa172d347c2c4f7106a2add96d453609ef23f0454ed79f7b1faa365b50b2033
7
- data.tar.gz: b48e998e3f075cacb71902f9461759a0abb8c76a9395386fc37bbf72c98832bf755f5ea776d193f40796480acbdd4fed337b18089d29b3aa7998b5b4390e97eb
6
+ metadata.gz: 22cc97ad822bf5a6bbbe76994021b2dbcc3e24f72ae00cd1170f6aac5a893f3f693d9e54d206289ea07b7df455fd85917daa0cd6003cade5802b33ed8a5d5e3c
7
+ data.tar.gz: 7f986405d002ae0a788e0e05d8f441d813bd355cf60da8585d0861584921f93aac965d1e4f5638904990758a3453ddc6475e706bd1086ddb5c540c792d04bba4
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -1,3 +1,7 @@
1
+ # Version : 1.1.1
2
+
3
+ fix: gitlab-ci
4
+
1
5
  # Version : 1.1.0
2
6
 
3
7
  add: gteq, lteq
@@ -0,0 +1,6 @@
1
+ # Version : 1.1.1
2
+
3
+ fix: gitlab-ci
4
+
5
+ ## commits
6
+
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getto-repository-sequel (1.1.0)
4
+ getto-repository-sequel (1.1.1)
5
5
  getto-initialize_with (~> 1.0)
6
6
  getto-repository (~> 1.0)
7
7
  sequel (~> 5.13.0)
@@ -10,7 +10,7 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  docile (1.3.1)
13
- getto-initialize_with (1.0.4)
13
+ getto-initialize_with (1.0.5)
14
14
  getto-repository (1.0.2)
15
15
  json (2.1.0)
16
16
  minitest (5.11.3)
@@ -1,7 +1,7 @@
1
1
  #!/bin/bash
2
2
 
3
3
  git remote add super https://gett-systems:$GITLAB_ACCESS_TOKEN@gitlab.com/getto-systems-labo/rubygems-repository-sequel.git
4
- git remote add github https://getto-systems:$GITHUB_ACCESS_TOKEN@github.com/getto-systems/rubygems-getto-repository-sequel.git
4
+ git remote add backup https://getto-systems:$GITHUB_ACCESS_TOKEN@github.com/getto-systems/rubygems-getto-repository-sequel.git
5
5
  git tag $(cat .release-version)
6
6
  git push super HEAD:master --tags
7
- git push github HEAD:master --tags
7
+ git push backup HEAD:master --tags
@@ -1,7 +1,7 @@
1
1
  module Getto
2
2
  module Repository
3
3
  class Sequel
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getto-repository-sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun@getto.systems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-13 00:00:00.000000000 Z
11
+ date: 2018-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: getto-initialize_with
@@ -128,6 +128,7 @@ files:
128
128
  - CHANGELOG/1.0.1.md
129
129
  - CHANGELOG/1.0.2.md
130
130
  - CHANGELOG/1.1.0.md
131
+ - CHANGELOG/1.1.1.md
131
132
  - Gemfile
132
133
  - Gemfile.lock
133
134
  - LICENSE