alfi 0.6.0 → 0.6.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
- SHA1:
3
- metadata.gz: d2eb231742834fdda986dc23a67c9173da35728e
4
- data.tar.gz: 0dc58e3905356b2dcd9bd2a03e8a042348601281
2
+ SHA256:
3
+ metadata.gz: 10b47f6e2cf084b5c2aa17ba095d59e9fb5bcf45f556eb385fc9a0d5d9443144
4
+ data.tar.gz: 21d8e1f334b2c20b6769b04bdc27db4ef5706ea61b726ecddc3a9f7002b1b610
5
5
  SHA512:
6
- metadata.gz: 9c41e346af0e006356a378353385c7911438b136e027e2daee380a16f5b9a754cc1e18abecb2d93022729a11dacbac306e663465767c0c766abdba5b6f125e06
7
- data.tar.gz: 79f8e81d8cc164668563ca9bb0de3a763c3191a36b4ff23b9f1efdb4ba052a2fef19eda857333cb91afaedc6c1a9db293cc2a65e21d19f0590280515e96a2313
6
+ metadata.gz: 5655a4bda0c5e9d38ed58ac2fdaa39a40e221e88d351ca1dae614083491b63c6bdcb74ca6d89a8434167fcc9fba8bc408ab3e59c2981a1b2207bdf0d5c562149
7
+ data.tar.gz: c195478a3d678b84f4fb1caf6d246a8f13637f9a09c9a64d56ab1e41aba5597293e86eb6270ad81abd66265f9e84352520ce377ab17ee6939489282ffefec3ca
@@ -0,0 +1,17 @@
1
+ # Number of days of inactivity before an issue becomes stale
2
+ daysUntilStale: 30
3
+ # Number of days of inactivity before a stale issue is closed
4
+ daysUntilClose: 7
5
+ # Issues with these labels will never be considered stale
6
+ exemptLabels:
7
+ - pinned
8
+ - security
9
+ # Label to use when marking an issue as stale
10
+ staleLabel: wontfix
11
+ # Comment to post when marking an issue as stale. Set to `false` to disable
12
+ markComment: >
13
+ This issue has been automatically marked as stale because it has not had
14
+ recent activity. It will be closed if no further activity occurs. Thank you
15
+ for your contributions.
16
+ # Comment to post when closing a stale issue. Set to `false` to disable
17
+ closeComment: false
@@ -25,6 +25,6 @@ class Alfi::Providers::Base
25
25
  end
26
26
 
27
27
  def add_repo_to_list(package)
28
- $result_list << " implementation '#{package}'".green
28
+ $result_list << " implementation(\"#{package}\")".green
29
29
  end
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module Alfi
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alfi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cesar ferreira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-01 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -130,6 +130,7 @@ executables:
130
130
  extensions: []
131
131
  extra_rdoc_files: []
132
132
  files:
133
+ - ".github/stale.yml"
133
134
  - ".gitignore"
134
135
  - ".rspec"
135
136
  - ".travis.yml"
@@ -171,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
172
  version: '0'
172
173
  requirements: []
173
174
  rubyforge_project:
174
- rubygems_version: 2.6.14
175
+ rubygems_version: 2.7.6
175
176
  signing_key:
176
177
  specification_version: 4
177
178
  summary: Android Library Finder