redmine_with_git 0.6.8 → 0.6.9

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: 8376ffb89217b800453d89c45b8431a5e734aac47885834477e5b5d3833fafa1
4
- data.tar.gz: 56a715f0258f0f8ad07acf0233b1c08733197257afe6383ba709ae63d320c8f2
3
+ metadata.gz: b43eef6bc04197831758a646547a33e6b05cede8338e4b21b50df8989db4d7ae
4
+ data.tar.gz: 321682d144c93839a38055228e53b914e437cd918673a9a1d27dde5bdc2f5f4f
5
5
  SHA512:
6
- metadata.gz: f97c9dc74a61afed67b1a45012020dcbbee98640e1447c65619a51e721d2904ef4bd1261968a8b015788c21873c3a4a3625d6a26486dcb4c0174388542b90306
7
- data.tar.gz: 70fa2dada5d61ca44b70ed9c3f66fe0e2b843697c26a1597f792032b72ed1d3ebbd6804327c0691dc61a6bedab9d12f76939617aaa7b12c5bf99c6579fbeaff1
6
+ metadata.gz: 356f4795423a7a23cb9c2d6d2c4440a3a30517fafe6b22952175b8c9e135f31360992a52f94c5cdf1841191c18a19b670530c85ceea952937af2c62774484dd5
7
+ data.tar.gz: fa7026bf5fd45db0658d613492d0a43edaad2e70886a5560040588ce54b7353506d6cd7f48aecd7cc5325c5bcd05a53863409b2750e9b8311a6f44d34cb0bec9
@@ -6,8 +6,8 @@ Redmine::Plugin.post_register :redmine_with_git do
6
6
  # Source: https://github.com/jbox-web/redmine_bootstrap_kit.git
7
7
  # Note: redmine_bootstrap_kit is a redmine_git_hosting's dependency.
8
8
  requires_redmine_plugin(:redmine_bootstrap_kit, version_or_higher: '0.2.5')
9
- # Source: https://github.com/jbox-web/redmine_git_hosting.git
10
- requires_redmine_plugin(:redmine_git_hosting, version_or_higher: '1.2.3')
9
+ # Source: https://github.com/esquilo-azul/redmine_git_hosting
10
+ requires_redmine_plugin(:redmine_git_hosting, version_or_higher: '1.2.3.1')
11
11
 
12
12
  # Source: https://github.com/esquilo-azul/redmine_installer
13
13
  if ::Redmine::Plugin.registered_plugins.keys.include?(:redmine_installer)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RedmineWithGit
4
- VERSION = '0.6.8'
4
+ VERSION = '0.6.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_with_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-02 00:00:00.000000000 Z
11
+ date: 2021-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avm-tools