fix-let 0.1.2 → 0.1.3

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: 75fcd3ec626bbbce548a6103c1e21850077d1fdb2327de7fd243436e7abc0454
4
- data.tar.gz: f142e3ebcb1bd1a786939c404b0f965f369e0c643877b702fa83124357aeb472
3
+ metadata.gz: 14db5c4a531a5b7b2bfc16c40636b414dcd555d72cc82a17d4b35f76bf32036c
4
+ data.tar.gz: cb09cd040a242cdc76c4f417dd1e526bb5730c0dd78cf064b8c37cc5f9db0ad5
5
5
  SHA512:
6
- metadata.gz: ff1c21f20a9855f1d79a67e3bc6ea469508b109a03a69e7e61671e67c768233fe469f6a9491c351dfc3cd64926beb32b51856b94ebbb2407092974761ec58124
7
- data.tar.gz: 3f0166421e1b3766ea33962de164837e07a0ac9524b217574cbef08159571331f1cc20ffb1fed423eed3d5fa1394583249a003e16b8e5ad5e20781f2186f14a9
6
+ metadata.gz: edde4cabb4e09cd11f0434a3a35afee829f1c0691c5c78cbf4e391c552a721f36a66528890e9c8b3a3302503ec0ace393df38ea70af2c3c9d58315d332bb9c87
7
+ data.tar.gz: 2ccd13fbf099b5533fb04dbec7d3ca7aa0777ef08a08b91295bd7142748761e342699949c7888fac75c20114d8126993ecd5341cd0590171cac415ce7ca31b83
@@ -7,10 +7,10 @@ script:
7
7
  - bundle exec rubocop
8
8
  - bundle exec rake test
9
9
  rvm:
10
- - 2.2
11
10
  - 2.3.3
12
11
  - 2.4.0
13
12
  - 2.5.0
13
+ - 2.6.2
14
14
  - ruby-head
15
15
  - jruby-head
16
16
  - rbx-3
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Cyril Kato
3
+ Copyright (c) 2015-2019 Cyril Kato
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
data/README.md CHANGED
@@ -22,16 +22,7 @@
22
22
 
23
23
  ## Installation
24
24
 
25
- __Fix::Let__ is cryptographically signed.
26
-
27
- To be sure the gem you install hasn't been tampered with, add my public key (if you haven't already) as a trusted certificate:
28
-
29
- $ gem cert --add <(curl -Ls https://raw.github.com/fixrb/fix-let/master/certs/gem-fixrb-public_cert.pem)
30
- $ gem install fix-let -P HighSecurity
31
-
32
- The `HighSecurity` trust profile will verify all gems. All of __Fix::Let__'s dependencies are signed.
33
-
34
- Or add this line to your application's Gemfile:
25
+ Add this line to your application's Gemfile:
35
26
 
36
27
  ```ruby
37
28
  gem 'fix-let'
@@ -41,6 +32,10 @@ And then execute:
41
32
 
42
33
  $ bundle
43
34
 
35
+ Or install it yourself as:
36
+
37
+ $ gem install fix-let
38
+
44
39
  ## Usage
45
40
 
46
41
  Given this code:
@@ -113,4 +108,4 @@ See `LICENSE.md` file.
113
108
 
114
109
  This project is sponsored by:
115
110
 
116
- [![Sashite](http://sashite.com/img/sashite.png)](http://sashite.com/)
111
+ [![Sashite](https://sashite.com/img/sashite.png)](https://sashite.com/)
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -16,15 +16,11 @@ Gem::Specification.new do |spec|
16
16
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
17
17
  spec.require_paths = ['lib']
18
18
 
19
- spec.add_dependency 'fix', '~> 0.17.1'
19
+ spec.add_dependency 'fix', '< 0.18'
20
20
 
21
- spec.add_development_dependency 'bundler', '~> 1.16'
21
+ spec.add_development_dependency 'bundler', '~> 2.0'
22
22
  spec.add_development_dependency 'rake', '~> 12.3'
23
- spec.add_development_dependency 'rubocop', '~> 0.58'
23
+ spec.add_development_dependency 'rubocop', '~> 0.67'
24
24
  spec.add_development_dependency 'simplecov', '~> 0.16'
25
25
  spec.add_development_dependency 'yard', '~> 0.9'
26
-
27
- spec.cert_chain = ['certs/gem-fixrb-public_cert.pem']
28
- private_key = File.expand_path('~/.ssh/gem-fixrb-private_key.pem')
29
- spec.signing_key = private_key if File.exist?(private_key)
30
26
  end
metadata CHANGED
@@ -1,44 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fix-let
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - certs/gem-fixrb-public_cert.pem
12
- date: 2018-08-26 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2019-04-12 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: fix
16
15
  requirement: !ruby/object:Gem::Requirement
17
16
  requirements:
18
- - - "~>"
17
+ - - "<"
19
18
  - !ruby/object:Gem::Version
20
- version: 0.17.1
19
+ version: '0.18'
21
20
  type: :runtime
22
21
  prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
23
  requirements:
25
- - - "~>"
24
+ - - "<"
26
25
  - !ruby/object:Gem::Version
27
- version: 0.17.1
26
+ version: '0.18'
28
27
  - !ruby/object:Gem::Dependency
29
28
  name: bundler
30
29
  requirement: !ruby/object:Gem::Requirement
31
30
  requirements:
32
31
  - - "~>"
33
32
  - !ruby/object:Gem::Version
34
- version: '1.16'
33
+ version: '2.0'
35
34
  type: :development
36
35
  prerelease: false
37
36
  version_requirements: !ruby/object:Gem::Requirement
38
37
  requirements:
39
38
  - - "~>"
40
39
  - !ruby/object:Gem::Version
41
- version: '1.16'
40
+ version: '2.0'
42
41
  - !ruby/object:Gem::Dependency
43
42
  name: rake
44
43
  requirement: !ruby/object:Gem::Requirement
@@ -59,14 +58,14 @@ dependencies:
59
58
  requirements:
60
59
  - - "~>"
61
60
  - !ruby/object:Gem::Version
62
- version: '0.58'
61
+ version: '0.67'
63
62
  type: :development
64
63
  prerelease: false
65
64
  version_requirements: !ruby/object:Gem::Requirement
66
65
  requirements:
67
66
  - - "~>"
68
67
  - !ruby/object:Gem::Version
69
- version: '0.58'
68
+ version: '0.67'
70
69
  - !ruby/object:Gem::Dependency
71
70
  name: simplecov
72
71
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +114,6 @@ files:
115
114
  - VERSION.semver
116
115
  - bin/console
117
116
  - bin/setup
118
- - certs/gem-fixrb-public_cert.pem
119
117
  - checksum/fix-let-0.1.0.gem.sha512
120
118
  - checksum/fix-let-0.1.1.gem.sha512
121
119
  - fix-let.gemspec
@@ -1,21 +0,0 @@
1
- -----BEGIN CERTIFICATE-----
2
- MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRAwDgYDVQQDDAdjb250
3
- YWN0MRUwEwYKCZImiZPyLGQBGRYFY3lyaWwxFTATBgoJkiaJk/IsZAEZFgVlbWFp
4
- bDAeFw0xNTA3MzExMjExMDZaFw0xNjA3MzAxMjExMDZaMEAxEDAOBgNVBAMMB2Nv
5
- bnRhY3QxFTATBgoJkiaJk/IsZAEZFgVjeXJpbDEVMBMGCgmSJomT8ixkARkWBWVt
6
- YWlsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6hUEYoxnn1mtoaiK
7
- NiwjzVPqPgQCR9ZeYdWjLJ3UUG2h5Q6awJCnbaGr8LGGcKtveCDbOJRjtdKNuOTH
8
- O2FLTkf46nrMGiF+6/j//qh8o0EQHBRKIVMYkxZxZe4Fcqtdf1bWNMZuXeyoDjdt
9
- 4yiGfizbbTOu0gBf7Yrsv5DsL0a5CU/We7zxMfgGXCVb9PYkD+OWUMcTARYDKfYa
10
- nN9ECI7CFm/yXcsof/eIQA5EmJNmQnhx8B+8L6jDqQeSUAUrBZnC9CdloKOoqmEL
11
- weqM2g6LM932Ba74rEl4QlFRYDcs8kjr71UcvseHRCUkFr36j26OU8+gKelsTNdO
12
- 7OZNKQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
13
- LSJTN9h29D6bqOhp+vyvhyM0AF4wHgYDVR0RBBcwFYETY29udGFjdEBjeXJpbC5l
14
- bWFpbDAeBgNVHRIEFzAVgRNjb250YWN0QGN5cmlsLmVtYWlsMA0GCSqGSIb3DQEB
15
- BQUAA4IBAQArqCC1rUyGJlF0DF9ZhUOgggyROvO0/WroSI5zWgzdB8EU7RJpsDIV
16
- caGnpji7h0rQIGWQuJ6TL2fTFLfeGRFdIzRZwWC7TeXhcXngJHZxSjDBt2OpfM8A
17
- P5eElSQS9iJCetBGGMyt354PfgZkg3URaC+JA6mdEisdtEdo64ElnMsLg9shCqye
18
- JSR3BbejbyPVva0/MHKD+dR6RswlcM9KMiYOXQml7a/kH6huOHvVq9gj5xC2ih8W
19
- dzJvWzQ1+dJU6WQv75E9ddSkaQrK3nhdgQVu+/wgvGSrsMvOGNz+LXaSDxQqZuwX
20
- 0KNQFuIukfrdk8URwRnHoAnvx4U93iUw
21
- -----END CERTIFICATE-----