lazier 4.2.8 → 4.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +8 -13
- data/lib/lazier/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: aaac0e29080fd74c6cd28a02212ad5de89fa36fc5a3842fd26d814b25b0c0290
|
4
|
+
data.tar.gz: 8b2b3792a466a60f3067fa262400dd9628ef8ca2505bf8f6ff47a783ab0a523c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 368a350c17e5f96fa86e09e9775234e0b5bfd01e7b80aca5dcdf1b88cb799f11a431ffd96f0b0343c081f70960c808d4ec3cf29fa9452ef65ba8efcae3970664
|
7
|
+
data.tar.gz: 6592e97db20eb86a3be1794a7752fbcd84b4aa1de7814e8078b363dfc2a229f532688bbf8dada0cdd85c59d171967377532d8cec28fb3a19ac19dbb81feef97b
|
data/README.md
CHANGED
@@ -1,14 +1,9 @@
|
|
1
1
|
# lazier
|
2
2
|
|
3
|
-
|
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
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
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
|
|
data/lib/lazier/version.rb
CHANGED
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.
|
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:
|
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
|
-
|
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:
|