ruby_leiningen 0.16.0.pre.1 → 0.21.0

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: 66540fa7d77fcbaa5c1297be8ff33f270f876556ee599fd4d0fe890a319fc5cb
4
- data.tar.gz: 9d867df1bdabee379cf01ef782a71e517c00d5dbb789c2eb6f60715582286f3e
3
+ metadata.gz: a559f9049551c0bf4069e8244dec1522064bbc3dc70b8d95f0afa19ae4f78435
4
+ data.tar.gz: ab516ee77ff6985151aaa1526c1552f9e3466e980e8607065640e2cc7f86e076
5
5
  SHA512:
6
- metadata.gz: f1cc603511d3625a7c461b41b49ebb63bf9f0989effbe8e490164b218143f02cf211d32981f138453cc0d4785e0131840bc726cecd0b680af356a63998bb36d7
7
- data.tar.gz: d4a430254bd9b681cdfbc5f8239fb4de567654d1399d37c30a62ecefb749677d42ec59f6c5f57b25847b525893e7400cdf0f4f721814739825d5637ff29ae7bd
6
+ metadata.gz: cd42fb379cad5173547fbde5ab73ed32a2284d38d83cd72ce8f2b60120b67faed15f2b923f0befd31e9a664b992a9f16d65b66a0ad4230db2edfff738492d3b1
7
+ data.tar.gz: a48c334afdcf4d8a905c5708cce1163e2f791438542b65f7777563207a0f67339f166224036d99059978330c4f72174ae8f122dbcec52a81ea40cd17fe8efa55
@@ -1,42 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_leiningen (0.16.0.pre.1)
4
+ ruby_leiningen (0.21.0)
5
5
  activesupport (~> 6.0, >= 6.0.2)
6
- lino (~> 1.1)
6
+ lino (>= 1.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.0.3.1)
11
+ activesupport (6.1.0)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (>= 0.7, < 2)
14
- minitest (~> 5.1)
15
- tzinfo (~> 1.1)
16
- zeitwerk (~> 2.2, >= 2.2.2)
13
+ i18n (>= 1.6, < 2)
14
+ minitest (>= 5.1)
15
+ tzinfo (~> 2.0)
16
+ zeitwerk (~> 2.3)
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.6)
21
- diff-lcs (1.3)
22
- excon (0.73.0)
23
- faraday (1.0.1)
20
+ concurrent-ruby (1.1.7)
21
+ diff-lcs (1.4.4)
22
+ excon (0.78.1)
23
+ faraday (1.1.0)
24
24
  multipart-post (>= 1.2, < 3)
25
- gem-release (2.1.1)
25
+ ruby2_keywords
26
+ gem-release (2.2.0)
26
27
  hamster (3.0.0)
27
28
  concurrent-ruby (~> 1.0)
28
- i18n (1.8.2)
29
+ i18n (1.8.5)
29
30
  concurrent-ruby (~> 1.0)
30
- lino (1.3.0)
31
+ lino (1.5.0)
31
32
  hamster (~> 3.0)
32
33
  open4 (~> 1.3)
33
- minitest (5.14.1)
34
+ minitest (5.14.2)
34
35
  multipart-post (2.1.1)
35
- octokit (4.18.0)
36
+ octokit (4.19.0)
36
37
  faraday (>= 0.9)
37
38
  sawyer (~> 0.8.0, >= 0.5.3)
38
39
  open4 (1.3.4)
39
- public_suffix (4.0.5)
40
+ public_suffix (4.0.6)
40
41
  rake (13.0.1)
41
42
  rake_circle_ci (0.7.0)
42
43
  colored2 (~> 3.1)
@@ -55,30 +56,32 @@ GEM
55
56
  colored2 (~> 3.1)
56
57
  rake_factory (~> 0.23)
57
58
  sshkey (~> 2.0)
58
- rspec (3.9.0)
59
- rspec-core (~> 3.9.0)
60
- rspec-expectations (~> 3.9.0)
61
- rspec-mocks (~> 3.9.0)
62
- rspec-core (3.9.2)
63
- rspec-support (~> 3.9.3)
64
- rspec-expectations (3.9.2)
59
+ rspec (3.10.0)
60
+ rspec-core (~> 3.10.0)
61
+ rspec-expectations (~> 3.10.0)
62
+ rspec-mocks (~> 3.10.0)
63
+ rspec-core (3.10.0)
64
+ rspec-support (~> 3.10.0)
65
+ rspec-expectations (3.10.0)
65
66
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.9.0)
67
- rspec-mocks (3.9.1)
67
+ rspec-support (~> 3.10.0)
68
+ rspec-mocks (3.10.0)
68
69
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.9.0)
70
- rspec-support (3.9.3)
70
+ rspec-support (~> 3.10.0)
71
+ rspec-support (3.10.0)
72
+ ruby2_keywords (0.0.2)
71
73
  sawyer (0.8.2)
72
74
  addressable (>= 2.3.5)
73
75
  faraday (> 0.8, < 2.0)
74
76
  sshkey (2.0.0)
75
- thread_safe (0.3.6)
76
- tzinfo (1.2.7)
77
- thread_safe (~> 0.1)
78
- zeitwerk (2.3.0)
77
+ tzinfo (2.0.4)
78
+ concurrent-ruby (~> 1.0)
79
+ zeitwerk (2.4.2)
79
80
 
80
81
  PLATFORMS
81
82
  ruby
83
+ x86_64-darwin-19
84
+ x86_64-linux
82
85
 
83
86
  DEPENDENCIES
84
87
  bundler (~> 2.0)
@@ -91,4 +94,4 @@ DEPENDENCIES
91
94
  ruby_leiningen!
92
95
 
93
96
  BUNDLED WITH
94
- 2.1.4
97
+ 2.2.2
data/Rakefile CHANGED
@@ -72,8 +72,5 @@ task :release do
72
72
  end
73
73
 
74
74
  def bump_version_for(version_type)
75
- sh "gem bump --version #{version_type} " +
76
- "&& bundle install " +
77
- "&& export LAST_MESSAGE=\"$(git log -1 --pretty=%B)\" " +
78
- "&& git commit -a --amend -m \"${LAST_MESSAGE} [ci skip]\""
75
+ sh "gem bump --version #{version_type}"
79
76
  end
@@ -0,0 +1,13 @@
1
+ require_relative '../../commands'
2
+
3
+ RubyLeiningen::Commands.define_custom_command("cljstyle") do |config, opts|
4
+ mode = opts[:mode] || :check
5
+ paths = opts[:paths] || []
6
+
7
+ config.on_command_builder do |command|
8
+ command = command.with_subcommand(mode.to_s)
9
+ paths.inject(command) do |c, path|
10
+ c.with_argument(path)
11
+ end
12
+ end
13
+ end
@@ -1,3 +1,3 @@
1
1
  module RubyLeiningen
2
- VERSION = '0.16.0.pre.1'
2
+ VERSION = '0.21.0'
3
3
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = '>= 2.6'
26
26
 
27
- spec.add_dependency 'lino', '~> 1.1'
27
+ spec.add_dependency 'lino', '>= 1.5'
28
28
  spec.add_dependency 'activesupport', '~> 6.0', '>= 6.0.2'
29
29
 
30
30
  spec.add_development_dependency 'bundler', '~> 2.0'
@@ -10,6 +10,11 @@ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
10
10
  cd "$PROJECT_DIR"
11
11
 
12
12
  ./go version:bump[pre]
13
+
14
+ bundle install
15
+ LAST_MESSAGE="$(git log -1 --pretty=%B)"
16
+ git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"
17
+
13
18
  ./go release
14
19
 
15
20
  git status
@@ -12,6 +12,11 @@ cd "$PROJECT_DIR"
12
12
  git pull
13
13
 
14
14
  ./go version:bump[minor]
15
+
16
+ bundle install
17
+ LAST_MESSAGE="$(git log -1 --pretty=%B)"
18
+ git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"
19
+
15
20
  ./go release
16
21
 
17
22
  git status
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_leiningen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0.pre.1
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toby Clemson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-09 00:00:00.000000000 Z
11
+ date: 2020-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.1'
19
+ version: '1.5'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.1'
26
+ version: '1.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -188,6 +188,7 @@ files:
188
188
  - lib/ruby_leiningen/commands/mixins/profile.rb
189
189
  - lib/ruby_leiningen/commands/plugins/bikeshed.rb
190
190
  - lib/ruby_leiningen/commands/plugins/cljfmt.rb
191
+ - lib/ruby_leiningen/commands/plugins/cljstyle.rb
191
192
  - lib/ruby_leiningen/commands/plugins/eastwood.rb
192
193
  - lib/ruby_leiningen/commands/plugins/eftest.rb
193
194
  - lib/ruby_leiningen/commands/plugins/kibit.rb
@@ -220,9 +221,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
221
  version: '2.6'
221
222
  required_rubygems_version: !ruby/object:Gem::Requirement
222
223
  requirements:
223
- - - ">"
224
+ - - ">="
224
225
  - !ruby/object:Gem::Version
225
- version: 1.3.1
226
+ version: '0'
226
227
  requirements: []
227
228
  rubygems_version: 3.0.1
228
229
  signing_key: