ruby_leiningen 0.11.0 → 0.15.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: 9a7dd64c9799d3184b1a4d5ade6d114315c1e0f6efc7a56527480425d82a80e1
4
- data.tar.gz: 8e39b015ef66538101b84210ee02ffac1acd1e90543e2664ac42b0cdcbd4aabc
3
+ metadata.gz: 772882430aa9cf79a5b4bd21fc35a5dd9a1ae1edb7960586204901884d7d7ab7
4
+ data.tar.gz: a57376a9020ba0fcbbca12a6461467133c892ccef9dc8197cd1e0d0e36057baf
5
5
  SHA512:
6
- metadata.gz: cdeef9e6fc8f1d9d8b1b2af46f35992bc581bb852571ef43f7132e7d0b82ce11d042e597ce8c22845ade3f17fae66f6c3c0075338c649e253aee07b255c0325e
7
- data.tar.gz: 5ce5961cbfcde78bc93e2cc6ffab3e8aaae24adffb51928070768acb30acd8afed14a3b0c051f919013fac487b840866e949c9a1a0a936937206427f86e80c48
6
+ metadata.gz: 141397915cab453b41e5eb9cb8d9f423bd20d4a41381bc4ff6eb7c90140fe9dc607e8c37e6a11e28a15d2c13478a2c41f8ae8a0551aa2744f5d480b0f3ec793f
7
+ data.tar.gz: 9ac9894b84fe5c6538c02092676938cb35dcc40113fb5be2bc7687cc2c0ed7b91025f95ab5f366313d29ba6c1e3cc77aa46e6cb2256328331a935412759a3bc6
@@ -1,44 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_leiningen (0.11.0)
4
+ ruby_leiningen (0.15.0)
5
5
  activesupport (~> 6.0, >= 6.0.2)
6
6
  lino (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.0.2.1)
11
+ activesupport (6.0.3.1)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
- zeitwerk (~> 2.2)
16
+ zeitwerk (~> 2.2, >= 2.2.2)
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  colored2 (3.1.2)
20
20
  concurrent-ruby (1.1.6)
21
21
  diff-lcs (1.3)
22
- excon (0.72.0)
23
- faraday (1.0.0)
22
+ excon (0.73.0)
23
+ faraday (1.0.1)
24
24
  multipart-post (>= 1.2, < 3)
25
25
  gem-release (2.1.1)
26
26
  hamster (3.0.0)
27
27
  concurrent-ruby (~> 1.0)
28
28
  i18n (1.8.2)
29
29
  concurrent-ruby (~> 1.0)
30
- lino (1.1.0)
30
+ lino (1.3.0)
31
31
  hamster (~> 3.0)
32
32
  open4 (~> 1.3)
33
- minitest (5.14.0)
33
+ minitest (5.14.1)
34
34
  multipart-post (2.1.1)
35
- octokit (4.17.0)
35
+ octokit (4.18.0)
36
36
  faraday (>= 0.9)
37
37
  sawyer (~> 0.8.0, >= 0.5.3)
38
38
  open4 (1.3.4)
39
- public_suffix (4.0.3)
39
+ public_suffix (4.0.5)
40
40
  rake (13.0.1)
41
- rake_circle_ci (0.5.0)
41
+ rake_circle_ci (0.7.0)
42
42
  colored2 (~> 3.1)
43
43
  excon (~> 0.72)
44
44
  rake_factory (~> 0.23)
@@ -59,21 +59,21 @@ GEM
59
59
  rspec-core (~> 3.9.0)
60
60
  rspec-expectations (~> 3.9.0)
61
61
  rspec-mocks (~> 3.9.0)
62
- rspec-core (3.9.1)
63
- rspec-support (~> 3.9.1)
64
- rspec-expectations (3.9.1)
62
+ rspec-core (3.9.2)
63
+ rspec-support (~> 3.9.3)
64
+ rspec-expectations (3.9.2)
65
65
  diff-lcs (>= 1.2.0, < 2.0)
66
66
  rspec-support (~> 3.9.0)
67
67
  rspec-mocks (3.9.1)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.9.0)
70
- rspec-support (3.9.2)
70
+ rspec-support (3.9.3)
71
71
  sawyer (0.8.2)
72
72
  addressable (>= 2.3.5)
73
73
  faraday (> 0.8, < 2.0)
74
74
  sshkey (2.0.0)
75
75
  thread_safe (0.3.6)
76
- tzinfo (1.2.6)
76
+ tzinfo (1.2.7)
77
77
  thread_safe (~> 0.1)
78
78
  zeitwerk (2.3.0)
79
79
 
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019 LogicBlocks Maintainers
3
+ Copyright (c) 2019 InfraBlocks Maintainers
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -2,7 +2,8 @@ require_relative '../../commands'
2
2
 
3
3
  RubyLeiningen::Commands.define_custom_command("eftest") do |config, opts|
4
4
  only = opts[:only] ? [":only #{opts[:only]}"] : []
5
- specific = (opts[:test_selectors] || []).map { |m| ":#{m}" }
5
+ specific = (opts[:test_selectors] || [])
6
+ .map { |m| m.is_a?(Symbol) ? ":#{m}" : "#{m}" }
6
7
  all = [":all"]
7
8
 
8
9
  test_selectors =
@@ -1,3 +1,3 @@
1
1
  module RubyLeiningen
2
- VERSION = '0.11.0'
2
+ VERSION = '0.15.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_leiningen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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-03-22 00:00:00.000000000 Z
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino