enumerable-lazy 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/{README.mkd → README.md} +14 -1
- data/enumerable-lazy.gemspec +3 -2
- metadata +12 -15
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 93510284f28ec18bd9bb6d6bcbebb8de8bb54c8b
|
|
4
|
+
data.tar.gz: 0a6a1055fe4958420cae1edb67e73e5b4274c72f
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: cb140bf42485383d76c4d5f52c4e3abbac4892d8f3d5bbc13b256da70eb9da28a43f1ae51be6bc2b5a81607bf2c52f783e370e32b030daa421dcbc8222284164
|
|
7
|
+
data.tar.gz: d1cc559a5f80bbe80f7a8f8a17e898cddb065c0377425468d8aa18cb71ee99e79d6a2229361e3870e98e343689c8d82652bd3d37a894b03ec9be3e45ab944b5f
|
data/{README.mkd → README.md}
RENAMED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
Deprecated
|
|
2
|
+
==========
|
|
3
|
+
|
|
4
|
+
Enumerable#lazy is included in Ruby >= 2.0, so you don't need to install this gem anymore.
|
|
5
|
+
|
|
6
|
+
see also:
|
|
7
|
+
|
|
8
|
+
* [http://bugs.ruby-lang.org/issues/4890](Feature #4890 Enumerable#lazy)
|
|
9
|
+
* [Ruby 2.0 Enumerable::Lazy | Railsware Blog](http://blog.railsware.com/2012/03/13/ruby-2-0-enumerablelazy/)
|
|
10
|
+
|
|
1
11
|
enumerable-lazy
|
|
2
12
|
===============
|
|
3
13
|
|
|
@@ -206,4 +216,7 @@ Contact
|
|
|
206
216
|
|
|
207
217
|
http://github.com/yhara/enumerable-lazy
|
|
208
218
|
|
|
209
|
-
|
|
219
|
+
License
|
|
220
|
+
=======
|
|
221
|
+
|
|
222
|
+
MIT
|
data/enumerable-lazy.gemspec
CHANGED
|
@@ -3,13 +3,14 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "enumerable-lazy"
|
|
6
|
-
s.version = "0.0.
|
|
6
|
+
s.version = "0.0.2"
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Yutaka HARA"]
|
|
9
9
|
s.email = ["yutaka.hara.gmail.com"]
|
|
10
10
|
s.homepage = "https://github.com/yhara/enumerable-lazy"
|
|
11
|
-
s.summary = %q{
|
|
11
|
+
s.summary = %q{**deprecated**}
|
|
12
12
|
s.description = s.summary
|
|
13
|
+
s.license = "MIT"
|
|
13
14
|
|
|
14
15
|
s.files = `git ls-files`.split("\n")
|
|
15
16
|
#s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,53 +1,50 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enumerable-lazy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Yutaka HARA
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
-
default_executable:
|
|
11
|
+
date: 2016-10-04 00:00:00.000000000 Z
|
|
14
12
|
dependencies: []
|
|
15
|
-
description:
|
|
13
|
+
description: "**deprecated**"
|
|
16
14
|
email:
|
|
17
15
|
- yutaka.hara.gmail.com
|
|
18
16
|
executables: []
|
|
19
17
|
extensions: []
|
|
20
18
|
extra_rdoc_files: []
|
|
21
19
|
files:
|
|
22
|
-
- README.
|
|
20
|
+
- README.md
|
|
23
21
|
- Rakefile
|
|
24
22
|
- enumerable-lazy.gemspec
|
|
25
23
|
- examples/13_friday.rb
|
|
26
24
|
- examples/fizzbuzz.rb
|
|
27
25
|
- lib/enumerable/lazy.rb
|
|
28
|
-
has_rdoc: true
|
|
29
26
|
homepage: https://github.com/yhara/enumerable-lazy
|
|
30
|
-
licenses:
|
|
27
|
+
licenses:
|
|
28
|
+
- MIT
|
|
29
|
+
metadata: {}
|
|
31
30
|
post_install_message:
|
|
32
31
|
rdoc_options: []
|
|
33
32
|
require_paths:
|
|
34
33
|
- lib
|
|
35
34
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
|
-
none: false
|
|
37
35
|
requirements:
|
|
38
|
-
- -
|
|
36
|
+
- - ">="
|
|
39
37
|
- !ruby/object:Gem::Version
|
|
40
38
|
version: '0'
|
|
41
39
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
40
|
requirements:
|
|
44
|
-
- -
|
|
41
|
+
- - ">="
|
|
45
42
|
- !ruby/object:Gem::Version
|
|
46
43
|
version: '0'
|
|
47
44
|
requirements: []
|
|
48
45
|
rubyforge_project:
|
|
49
|
-
rubygems_version:
|
|
46
|
+
rubygems_version: 2.5.1
|
|
50
47
|
signing_key:
|
|
51
|
-
specification_version:
|
|
52
|
-
summary:
|
|
48
|
+
specification_version: 4
|
|
49
|
+
summary: "**deprecated**"
|
|
53
50
|
test_files: []
|