fedux_org-stdlib 0.11.12 → 0.11.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +44 -44
- data/lib/fedux_org_stdlib/icon.rb +2 -2
- data/lib/fedux_org_stdlib/version.rb +1 -1
- data/spec/support/reporting.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 912d4139efe92469b37c4268bae8276735573f0b
|
4
|
+
data.tar.gz: 5047ed9a7c68634eb2b50192320d7ceaa5598430
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23ceed710ed140228188aab4b72cd5fe6a5383e643af2b43da6d406fd51da9c7ff4710d8478a2317217158ffdc5981d2261b616d35d8df08d2a3feb4437dc53c
|
7
|
+
data.tar.gz: b407bfeeb3f67184ebcffb3b9aeed0ab7d943f35f6b60fd686e8e65b4067721d7f4f61cf173047e1a98a7a9378f9e007ef18099e840fd9c2c88939cd5e58edb3
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/cucumber/aruba
|
3
|
-
revision:
|
3
|
+
revision: bea48b993ce164d730d91be637de94e8d71b0919
|
4
4
|
specs:
|
5
|
-
aruba (0.6.
|
5
|
+
aruba (0.6.2)
|
6
6
|
childprocess (>= 0.3.6)
|
7
7
|
cucumber (>= 1.1.1)
|
8
8
|
rspec-expectations (>= 2.7.0)
|
@@ -10,7 +10,7 @@ GIT
|
|
10
10
|
PATH
|
11
11
|
remote: .
|
12
12
|
specs:
|
13
|
-
fedux_org-stdlib (0.11.
|
13
|
+
fedux_org-stdlib (0.11.13)
|
14
14
|
activesupport
|
15
15
|
|
16
16
|
PATH
|
@@ -22,17 +22,17 @@ GEM
|
|
22
22
|
remote: https://rubygems.org/
|
23
23
|
specs:
|
24
24
|
CFPropertyList (2.2.8)
|
25
|
-
activesupport (4.
|
26
|
-
i18n (~> 0.
|
25
|
+
activesupport (4.2.0)
|
26
|
+
i18n (~> 0.7)
|
27
27
|
json (~> 1.7, >= 1.7.7)
|
28
28
|
minitest (~> 5.1)
|
29
|
-
thread_safe (~> 0.
|
29
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
30
30
|
tzinfo (~> 1.1)
|
31
|
-
addressable (2.3.
|
31
|
+
addressable (2.3.7)
|
32
32
|
ast (2.0.0)
|
33
33
|
astrolabe (1.3.0)
|
34
34
|
parser (>= 2.2.0.pre.3, < 3.0)
|
35
|
-
awesome_print (1.
|
35
|
+
awesome_print (1.6.1)
|
36
36
|
blockenspiel (0.4.5)
|
37
37
|
builder (3.2.2)
|
38
38
|
byebug (3.5.1)
|
@@ -47,13 +47,13 @@ GEM
|
|
47
47
|
activesupport
|
48
48
|
smart_colored
|
49
49
|
xml-simple
|
50
|
-
coveralls (0.7.
|
51
|
-
multi_json (~> 1.
|
52
|
-
rest-client
|
53
|
-
simplecov (
|
54
|
-
term-ansicolor
|
55
|
-
thor
|
56
|
-
cucumber (1.3.
|
50
|
+
coveralls (0.7.9)
|
51
|
+
multi_json (~> 1.10)
|
52
|
+
rest-client (~> 1.7)
|
53
|
+
simplecov (~> 0.9.1)
|
54
|
+
term-ansicolor (~> 1.3)
|
55
|
+
thor (~> 0.19.1)
|
56
|
+
cucumber (1.3.18)
|
57
57
|
builder (>= 2.1.2)
|
58
58
|
diff-lcs (>= 1.1.3)
|
59
59
|
gherkin (~> 2.12)
|
@@ -63,8 +63,8 @@ GEM
|
|
63
63
|
diff-lcs (1.2.5)
|
64
64
|
docile (1.1.5)
|
65
65
|
erubis (2.7.0)
|
66
|
-
excon (0.
|
67
|
-
facter (2.
|
66
|
+
excon (0.44.1)
|
67
|
+
facter (2.4.0)
|
68
68
|
CFPropertyList (~> 2.2.6)
|
69
69
|
ffi (1.9.6)
|
70
70
|
filegen (0.4.3)
|
@@ -76,29 +76,28 @@ GEM
|
|
76
76
|
multi_json (~> 1.3)
|
77
77
|
github-markup (1.3.1)
|
78
78
|
posix-spawn (~> 0.3.8)
|
79
|
-
hirb (0.7.
|
80
|
-
i18n (0.
|
81
|
-
json (1.8.
|
79
|
+
hirb (0.7.3)
|
80
|
+
i18n (0.7.0)
|
81
|
+
json (1.8.2)
|
82
82
|
launchy (2.4.3)
|
83
83
|
addressable (~> 2.3)
|
84
84
|
mail (2.6.3)
|
85
85
|
mime-types (>= 1.16, < 3)
|
86
86
|
method_source (0.8.2)
|
87
87
|
mime-types (2.4.3)
|
88
|
-
minitest (5.
|
88
|
+
minitest (5.5.1)
|
89
89
|
multi_json (1.10.1)
|
90
90
|
multi_test (0.1.1)
|
91
|
-
netrc (0.10.
|
92
|
-
parser (2.2.0.
|
91
|
+
netrc (0.10.2)
|
92
|
+
parser (2.2.0.2)
|
93
93
|
ast (>= 1.1, < 3.0)
|
94
|
-
slop (~> 3.4, >= 3.4.5)
|
95
94
|
posix-spawn (0.3.9)
|
96
|
-
powerpack (0.0
|
95
|
+
powerpack (0.1.0)
|
97
96
|
pry (0.10.1)
|
98
97
|
coderay (~> 1.1.0)
|
99
98
|
method_source (~> 0.8.1)
|
100
99
|
slop (~> 3.4)
|
101
|
-
pry-byebug (
|
100
|
+
pry-byebug (3.0.1)
|
102
101
|
byebug (~> 3.4)
|
103
102
|
pry (~> 0.10)
|
104
103
|
pry-doc (0.6.0)
|
@@ -110,30 +109,31 @@ GEM
|
|
110
109
|
rest-client (1.7.2)
|
111
110
|
mime-types (>= 1.16, < 3.0)
|
112
111
|
netrc (~> 0.7)
|
113
|
-
rspec (3.
|
114
|
-
rspec-core (~> 3.
|
115
|
-
rspec-expectations (~> 3.
|
116
|
-
rspec-mocks (~> 3.
|
117
|
-
rspec-core (3.
|
118
|
-
rspec-support (~> 3.
|
119
|
-
rspec-expectations (3.
|
112
|
+
rspec (3.2.0)
|
113
|
+
rspec-core (~> 3.2.0)
|
114
|
+
rspec-expectations (~> 3.2.0)
|
115
|
+
rspec-mocks (~> 3.2.0)
|
116
|
+
rspec-core (3.2.0)
|
117
|
+
rspec-support (~> 3.2.0)
|
118
|
+
rspec-expectations (3.2.0)
|
120
119
|
diff-lcs (>= 1.2.0, < 2.0)
|
121
|
-
rspec-support (~> 3.
|
120
|
+
rspec-support (~> 3.2.0)
|
122
121
|
rspec-legacy_formatters (1.0.0)
|
123
122
|
rspec-core (>= 3.0.0.beta2)
|
124
123
|
rspec-support (>= 3.0.0.beta2)
|
125
|
-
rspec-mocks (3.
|
126
|
-
|
127
|
-
|
128
|
-
|
124
|
+
rspec-mocks (3.2.0)
|
125
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
+
rspec-support (~> 3.2.0)
|
127
|
+
rspec-support (3.2.1)
|
128
|
+
rubocop (0.29.0)
|
129
129
|
astrolabe (~> 1.3)
|
130
|
-
parser (>= 2.2.0.
|
131
|
-
powerpack (~> 0.
|
130
|
+
parser (>= 2.2.0.1, < 3.0)
|
131
|
+
powerpack (~> 0.1)
|
132
132
|
rainbow (>= 1.99.1, < 3.0)
|
133
133
|
ruby-progressbar (~> 1.4)
|
134
|
-
ruby-progressbar (1.7.
|
135
|
-
rubyzip (1.1.
|
136
|
-
rugged (0.21.
|
134
|
+
ruby-progressbar (1.7.1)
|
135
|
+
rubyzip (1.1.7)
|
136
|
+
rugged (0.21.4)
|
137
137
|
simplecov (0.9.1)
|
138
138
|
docile (~> 1.1.0)
|
139
139
|
multi_json (~> 1.0)
|
@@ -148,7 +148,7 @@ GEM
|
|
148
148
|
tins (~> 1.0)
|
149
149
|
thor (0.19.1)
|
150
150
|
thread_safe (0.3.4)
|
151
|
-
tins (1.3.
|
151
|
+
tins (1.3.4)
|
152
152
|
tmrb (1.2.7)
|
153
153
|
thor
|
154
154
|
travis-lint (2.0.0)
|
@@ -6,9 +6,9 @@ module FeduxOrgStdlib
|
|
6
6
|
class Icon
|
7
7
|
extend Forwardable
|
8
8
|
|
9
|
-
def_delegator :@icon, :
|
9
|
+
def_delegator :@icon, :to_data_uri, :to_data_uri
|
10
10
|
|
11
|
-
@patterns = %
|
11
|
+
@patterns = %i(overlapping_rings xes mosaic_squares concentric_circles diamonds tessellation triangles squares)
|
12
12
|
|
13
13
|
# see http://pln.jonas.me/xterm-colors for examples
|
14
14
|
@colors = %w(#080808 #121212 #1c1c1c #262626 #303030 #3a3a3a #444444 #4e4e4e
|
data/spec/support/reporting.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
require '
|
2
|
+
require 'fedux_org_stdlib/core_ext/kernel/reporting'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fedux_org-stdlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Meyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
263
|
version: '0'
|
264
264
|
requirements: []
|
265
265
|
rubyforge_project:
|
266
|
-
rubygems_version: 2.4.
|
266
|
+
rubygems_version: 2.4.5
|
267
267
|
signing_key:
|
268
268
|
specification_version: 4
|
269
269
|
summary: Collection of useful libraries. It maybe depend on external libraries.
|