totally_lazy 0.1.0 → 0.1.9
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 +13 -5
- data/.idea/.rakeTasks +1 -1
- data/.travis.yml +15 -2
- data/Rakefile +4 -4
- data/VERSION +1 -1
- metadata +37 -36
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YzkyZGU0MmZkNTQ0ZmZiOGE1MWQ3NzY3OGIxZDMxMjNiYmM3ZjMzNg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZWJjNGQxODFiMTlmNWQzNzc1YjBiNjY1NDAzNDE4NGFkNzRmOWI4Nw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MTZlM2E4NzNhYmQwNWYzMjhkYmViZGVkNzRlZTc2YTYyYWIzYTVkMmI1NzZj
|
|
10
|
+
MWM5YjFhMTI4NzlkYjk4MDNmN2VhNWY3OGI0MDI3MDhhYTI5M2Y3ZjdmZjAw
|
|
11
|
+
NTJkZGI0MTBlNDBmYWMzNGZmNDdjZDI5OGNmZmUyNmE3MGIzNzU=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YTVjMzBlMWQwMzNkN2JkMzBkNDc0NDM5YmEwYTZiZjEwZGNkY2YwNjA1YzE2
|
|
14
|
+
NzhhN2NmMjgyZDc2YmIxMjkzZmJmOGU4YjA0YWQzMjJmNjhhYjc2ZTRhY2Fl
|
|
15
|
+
YTRhNGMwZDBiMjUzOTg2YzNmZjczODkyNjE1NDc5YmVjODFjZGY=
|
data/.idea/.rakeTasks
CHANGED
|
@@ -4,4 +4,4 @@ You are allowed to:
|
|
|
4
4
|
1. Remove rake task
|
|
5
5
|
2. Add existing rake tasks
|
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
data/.travis.yml
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
|
|
4
|
-
sudo: false
|
|
3
|
+
- 2.1.1
|
|
4
|
+
sudo: false
|
|
5
|
+
env:
|
|
6
|
+
global:
|
|
7
|
+
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
|
|
8
|
+
before_deploy: "rake gemspec"
|
|
9
|
+
deploy:
|
|
10
|
+
provider: rubygems
|
|
11
|
+
api_key:
|
|
12
|
+
secure: fnOp3A3WonrHGv7W+mhjaoFjgpZF6XsqaI1z+MoHPoi/BX9a7Nl1nOXTnn18KoIBB9L7tYQHGWVEWwam6MFYoSqOSIBP6+LPZ4bam6T7EUHHNykN3LEFBrruUruWncFKcKWv+daopT+AX5hCohlv+ajaaxG+J2lpGziyaVXVwXxW944apgsl03BNr+PvaSLJqRhYXFUTwVYaSRO3NeHkVUn5ZD2cP9HXCYW3xvlTo/fNG4eTXEDKzBt8OhiMX6W6f/jMCpneefrf5qJH8SzegmbI7hhAVpKcUwMsu/P9ecnsgJCWo/lJ4vDdz9qBSgeTTJIBM1ClVivSo+dfDja0bChfzPtFyHSQYOwdVRQNQtX2u0QhhdPSDKP3RZbCCKjrhbjCcJVMAPwkiHLTAzVsRMIUt1AV6z5OZ1hPNYVxzSD97ee1f7M2UWvd4iCkHl/oHwwIdfsJ4Bn89XbjGaN4+vgyoYvUkGJy8+yQ5wTscB2yqnCwKkzxAi/ZhYWjLKskxYIBiMhqHeaMl9yUevqCTSpWlDfbk+chI28gzNS9XoCrefLSIs+W7U6Bs6l+WuZgJ8jTMeb+dFWFae7l2K87g++1hVXohdcqo1dspl4cN4JbL8GX89XlqlPgyI7Bfu/w2cLFyDQ1igfQDRrIx/IGQMVYhsMnb4Gof+402H1Gcc4=
|
|
13
|
+
gem: totally_lazy
|
|
14
|
+
on:
|
|
15
|
+
repo: raymanoz/totally_lazy
|
|
16
|
+
skip_cleanup: true
|
|
17
|
+
gemspec: totally_lazy.gemspec
|
data/Rakefile
CHANGED
|
@@ -24,7 +24,7 @@ task :guard do
|
|
|
24
24
|
system('bundle exec guard')
|
|
25
25
|
end
|
|
26
26
|
|
|
27
|
-
version = File.
|
|
27
|
+
version = "#{File.read('VERSION').to_s}.#{ENV['BUILD_NUMBER'].to_s}"
|
|
28
28
|
|
|
29
29
|
require 'jeweler'
|
|
30
30
|
Jeweler::Tasks.new do |gem|
|
|
@@ -33,13 +33,13 @@ Jeweler::Tasks.new do |gem|
|
|
|
33
33
|
gem.homepage = 'http://github.com/raymanoz/totally_lazy'
|
|
34
34
|
gem.license = 'Apache 2.0'
|
|
35
35
|
gem.summary = 'A lazy FP library for Ruby'
|
|
36
|
-
gem.description = 'Port of java functional library
|
|
36
|
+
gem.description = 'Port of java functional library totallylazy to ruby'
|
|
37
37
|
gem.email = 'rbarlow@raymanoz.com'
|
|
38
|
-
gem.authors = ['Raymond Barlow']
|
|
38
|
+
gem.authors = ['Raymond Barlow', 'Kingsley Hendrickse']
|
|
39
|
+
gem.required_ruby_version = '2.0.0'
|
|
39
40
|
end
|
|
40
41
|
Jeweler::RubygemsDotOrgTasks.new
|
|
41
42
|
|
|
42
|
-
|
|
43
43
|
desc 'rebuild gem'
|
|
44
44
|
task :re do
|
|
45
45
|
system("gem uninstall totally_lazy && rake build && gem install -l pkg/totally_lazy-#{version}.gem")
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1
|
|
1
|
+
0.1
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: totally_lazy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raymond Barlow
|
|
8
|
+
- Kingsley Hendrickse
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -14,139 +15,139 @@ dependencies:
|
|
|
14
15
|
name: rspec
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
16
17
|
requirements:
|
|
17
|
-
- -
|
|
18
|
+
- - ! '>='
|
|
18
19
|
- !ruby/object:Gem::Version
|
|
19
20
|
version: 3.0.0
|
|
20
|
-
- -
|
|
21
|
+
- - ~>
|
|
21
22
|
- !ruby/object:Gem::Version
|
|
22
23
|
version: '3.0'
|
|
23
24
|
type: :development
|
|
24
25
|
prerelease: false
|
|
25
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
27
|
requirements:
|
|
27
|
-
- -
|
|
28
|
+
- - ! '>='
|
|
28
29
|
- !ruby/object:Gem::Version
|
|
29
30
|
version: 3.0.0
|
|
30
|
-
- -
|
|
31
|
+
- - ~>
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
33
|
version: '3.0'
|
|
33
34
|
- !ruby/object:Gem::Dependency
|
|
34
35
|
name: bundler
|
|
35
36
|
requirement: !ruby/object:Gem::Requirement
|
|
36
37
|
requirements:
|
|
37
|
-
- -
|
|
38
|
+
- - ~>
|
|
38
39
|
- !ruby/object:Gem::Version
|
|
39
40
|
version: '1.0'
|
|
40
41
|
type: :development
|
|
41
42
|
prerelease: false
|
|
42
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
44
|
requirements:
|
|
44
|
-
- -
|
|
45
|
+
- - ~>
|
|
45
46
|
- !ruby/object:Gem::Version
|
|
46
47
|
version: '1.0'
|
|
47
48
|
- !ruby/object:Gem::Dependency
|
|
48
49
|
name: jeweler
|
|
49
50
|
requirement: !ruby/object:Gem::Requirement
|
|
50
51
|
requirements:
|
|
51
|
-
- -
|
|
52
|
+
- - ! '>='
|
|
52
53
|
- !ruby/object:Gem::Version
|
|
53
54
|
version: 2.0.1
|
|
54
|
-
- -
|
|
55
|
+
- - ~>
|
|
55
56
|
- !ruby/object:Gem::Version
|
|
56
57
|
version: '2.0'
|
|
57
58
|
type: :development
|
|
58
59
|
prerelease: false
|
|
59
60
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
61
|
requirements:
|
|
61
|
-
- -
|
|
62
|
+
- - ! '>='
|
|
62
63
|
- !ruby/object:Gem::Version
|
|
63
64
|
version: 2.0.1
|
|
64
|
-
- -
|
|
65
|
+
- - ~>
|
|
65
66
|
- !ruby/object:Gem::Version
|
|
66
67
|
version: '2.0'
|
|
67
68
|
- !ruby/object:Gem::Dependency
|
|
68
69
|
name: rspec_html_formatter
|
|
69
70
|
requirement: !ruby/object:Gem::Requirement
|
|
70
71
|
requirements:
|
|
71
|
-
- -
|
|
72
|
+
- - ~>
|
|
72
73
|
- !ruby/object:Gem::Version
|
|
73
74
|
version: 0.3.0
|
|
74
75
|
type: :development
|
|
75
76
|
prerelease: false
|
|
76
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
78
|
requirements:
|
|
78
|
-
- -
|
|
79
|
+
- - ~>
|
|
79
80
|
- !ruby/object:Gem::Version
|
|
80
81
|
version: 0.3.0
|
|
81
82
|
- !ruby/object:Gem::Dependency
|
|
82
83
|
name: rake
|
|
83
84
|
requirement: !ruby/object:Gem::Requirement
|
|
84
85
|
requirements:
|
|
85
|
-
- -
|
|
86
|
+
- - ! '>='
|
|
86
87
|
- !ruby/object:Gem::Version
|
|
87
88
|
version: 10.3.2
|
|
88
|
-
- -
|
|
89
|
+
- - ~>
|
|
89
90
|
- !ruby/object:Gem::Version
|
|
90
91
|
version: '10.3'
|
|
91
92
|
type: :development
|
|
92
93
|
prerelease: false
|
|
93
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
94
95
|
requirements:
|
|
95
|
-
- -
|
|
96
|
+
- - ! '>='
|
|
96
97
|
- !ruby/object:Gem::Version
|
|
97
98
|
version: 10.3.2
|
|
98
|
-
- -
|
|
99
|
+
- - ~>
|
|
99
100
|
- !ruby/object:Gem::Version
|
|
100
101
|
version: '10.3'
|
|
101
102
|
- !ruby/object:Gem::Dependency
|
|
102
103
|
name: guard-rspec
|
|
103
104
|
requirement: !ruby/object:Gem::Requirement
|
|
104
105
|
requirements:
|
|
105
|
-
- -
|
|
106
|
+
- - ! '>='
|
|
106
107
|
- !ruby/object:Gem::Version
|
|
107
108
|
version: 4.6.4
|
|
108
|
-
- -
|
|
109
|
+
- - ~>
|
|
109
110
|
- !ruby/object:Gem::Version
|
|
110
111
|
version: '4.6'
|
|
111
112
|
type: :development
|
|
112
113
|
prerelease: false
|
|
113
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
114
115
|
requirements:
|
|
115
|
-
- -
|
|
116
|
+
- - ! '>='
|
|
116
117
|
- !ruby/object:Gem::Version
|
|
117
118
|
version: 4.6.4
|
|
118
|
-
- -
|
|
119
|
+
- - ~>
|
|
119
120
|
- !ruby/object:Gem::Version
|
|
120
121
|
version: '4.6'
|
|
121
122
|
- !ruby/object:Gem::Dependency
|
|
122
123
|
name: concurrent-ruby-edge
|
|
123
124
|
requirement: !ruby/object:Gem::Requirement
|
|
124
125
|
requirements:
|
|
125
|
-
- -
|
|
126
|
+
- - ~>
|
|
126
127
|
- !ruby/object:Gem::Version
|
|
127
128
|
version: '0'
|
|
128
129
|
type: :development
|
|
129
130
|
prerelease: false
|
|
130
131
|
version_requirements: !ruby/object:Gem::Requirement
|
|
131
132
|
requirements:
|
|
132
|
-
- -
|
|
133
|
+
- - ~>
|
|
133
134
|
- !ruby/object:Gem::Version
|
|
134
135
|
version: '0'
|
|
135
|
-
description: Port of java functional library
|
|
136
|
+
description: Port of java functional library totallylazy to ruby
|
|
136
137
|
email: rbarlow@raymanoz.com
|
|
137
138
|
executables: []
|
|
138
139
|
extensions: []
|
|
139
140
|
extra_rdoc_files:
|
|
140
141
|
- LICENSE
|
|
141
142
|
files:
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
143
|
+
- .idea/.name
|
|
144
|
+
- .idea/.rakeTasks
|
|
145
|
+
- .idea/compiler.xml
|
|
146
|
+
- .idea/encodings.xml
|
|
147
|
+
- .idea/misc.xml
|
|
148
|
+
- .idea/modules.xml
|
|
149
|
+
- .idea/vcs.xml
|
|
150
|
+
- .travis.yml
|
|
150
151
|
- Gemfile
|
|
151
152
|
- Guardfile
|
|
152
153
|
- LICENSE
|
|
@@ -178,17 +179,17 @@ require_paths:
|
|
|
178
179
|
- lib
|
|
179
180
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
180
181
|
requirements:
|
|
181
|
-
- -
|
|
182
|
+
- - '='
|
|
182
183
|
- !ruby/object:Gem::Version
|
|
183
|
-
version:
|
|
184
|
+
version: 2.0.0
|
|
184
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
186
|
requirements:
|
|
186
|
-
- -
|
|
187
|
+
- - ! '>='
|
|
187
188
|
- !ruby/object:Gem::Version
|
|
188
189
|
version: '0'
|
|
189
190
|
requirements: []
|
|
190
191
|
rubyforge_project:
|
|
191
|
-
rubygems_version: 2.4.
|
|
192
|
+
rubygems_version: 2.4.5
|
|
192
193
|
signing_key:
|
|
193
194
|
specification_version: 4
|
|
194
195
|
summary: A lazy FP library for Ruby
|