lazier 4.2.8 → 4.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +8 -13
  3. data/lib/lazier/version.rb +1 -1
  4. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 36aae0070a6873bd70e32e3c34d73e9fd93d3845
4
- data.tar.gz: b97cdc29ed1c9a2fed89a8eddb8760fd87af2494
2
+ SHA256:
3
+ metadata.gz: aaac0e29080fd74c6cd28a02212ad5de89fa36fc5a3842fd26d814b25b0c0290
4
+ data.tar.gz: 8b2b3792a466a60f3067fa262400dd9628ef8ca2505bf8f6ff47a783ab0a523c
5
5
  SHA512:
6
- metadata.gz: eee0f79443ee49d6dfa8411ccaedc88e5610849322eb7b13d755c94ef2d5f755b3220e8b33bb3e9de67d02ac5994d913d281ef3b562901682c97f649e4f0c5d4
7
- data.tar.gz: 2ce5e49365393facd551d857b762f95c6b45e99fe88d53b7764c5e45e254859c594580806991298f8e7384dafe6cba6b7a9b363c887935f5b815ded3268eb1cb
6
+ metadata.gz: 368a350c17e5f96fa86e09e9775234e0b5bfd01e7b80aca5dcdf1b88cb799f11a431ffd96f0b0343c081f70960c808d4ec3cf29fa9452ef65ba8efcae3970664
7
+ data.tar.gz: 6592e97db20eb86a3be1794a7752fbcd84b4aa1de7814e8078b363dfc2a229f532688bbf8dada0cdd85c59d171967377532d8cec28fb3a19ac19dbb81feef97b
data/README.md CHANGED
@@ -1,14 +1,9 @@
1
1
  # lazier
2
2
 
3
- [![Gem Version](https://img.shields.io/gem/v/lazier.svg)](https://rubygems.org/gems/lazier)
4
- [![Dependency Status](https://img.shields.io/gemnasium/ShogunPanda/lazier.svg)](https://gemnasium.com/ShogunPanda/lazier)
5
- [![Build Status](https://img.shields.io/travis/ShogunPanda/lazier.svg)](http://travis-ci.org/ShogunPanda/lazier)
6
- [![Coverage Status](https://img.shields.io/coveralls/github/ShogunPanda/lazier.svg)](https://coveralls.io/github/ShogunPanda/lazier)
3
+ ## END OF DEVELOPMENT NOTICE - This gem has been discontinued
7
4
 
8
5
  Several Ruby object enhancements.
9
6
 
10
- https://sw.cowtech.it/lazier
11
-
12
7
  ## Usage
13
8
 
14
9
  ```ruby
@@ -29,13 +24,13 @@ The API documentation can be found [here](https://sw.cowtech.it/lazier/docs).
29
24
 
30
25
  ## Contributing to lazier
31
26
 
32
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
33
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
34
- * Fork the project.
35
- * Start a feature/bugfix branch.
36
- * Commit and push until you are happy with your contribution.
37
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
38
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
27
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
28
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
29
+ - Fork the project.
30
+ - Start a feature/bugfix branch.
31
+ - Commit and push until you are happy with your contribution.
32
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
33
+ - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
39
34
 
40
35
  ## Copyright
41
36
 
@@ -15,7 +15,7 @@ module Lazier
15
15
  MINOR = 2
16
16
 
17
17
  # The patch version.
18
- PATCH = 8
18
+ PATCH = 9
19
19
 
20
20
  # The current version of lazier.
21
21
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazier
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.8
4
+ version: 4.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-22 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -154,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubyforge_project: lazier
158
- rubygems_version: 2.6.8
157
+ rubygems_version: 3.0.3
159
158
  signing_key:
160
159
  specification_version: 4
161
160
  summary: Several Ruby object enhancements.
@@ -174,4 +173,3 @@ test_files:
174
173
  - spec/lazier/timezone_spec.rb
175
174
  - spec/lazier_spec.rb
176
175
  - spec/spec_helper.rb
177
- has_rdoc: