h 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.coveralls.yml +1 -0
- data/.yardoc/checksums +1 -0
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/VERSION.semver +1 -1
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +65 -0
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.8.0/application.css +799 -0
- data/coverage/assets/0.8.0/application.js +1559 -0
- data/coverage/assets/0.8.0/colorbox/border.png +0 -0
- data/coverage/assets/0.8.0/colorbox/controls.png +0 -0
- data/coverage/assets/0.8.0/colorbox/loading.gif +0 -0
- data/coverage/assets/0.8.0/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.8.0/favicon_green.png +0 -0
- data/coverage/assets/0.8.0/favicon_red.png +0 -0
- data/coverage/assets/0.8.0/favicon_yellow.png +0 -0
- data/coverage/assets/0.8.0/loading.gif +0 -0
- data/coverage/assets/0.8.0/magnify.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.8.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +436 -0
- data/test/support.rb +3 -0
- data/test/support/coverage.rb +9 -0
- metadata +38 -1
data/test/support.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: h
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cyril Wack
|
@@ -89,18 +89,53 @@ executables:
|
|
89
89
|
extensions: []
|
90
90
|
extra_rdoc_files: []
|
91
91
|
files:
|
92
|
+
- ".coveralls.yml"
|
92
93
|
- ".gitignore"
|
93
94
|
- ".ruby-version"
|
94
95
|
- ".travis.yml"
|
96
|
+
- ".yardoc/checksums"
|
97
|
+
- ".yardoc/object_types"
|
98
|
+
- ".yardoc/objects/root.dat"
|
99
|
+
- ".yardoc/proxy_types"
|
95
100
|
- Gemfile
|
96
101
|
- LICENSE.md
|
97
102
|
- README.md
|
98
103
|
- Rakefile
|
99
104
|
- VERSION.semver
|
100
105
|
- bin/h
|
106
|
+
- coverage/.last_run.json
|
107
|
+
- coverage/.resultset.json
|
108
|
+
- coverage/.resultset.json.lock
|
109
|
+
- coverage/assets/0.8.0/application.css
|
110
|
+
- coverage/assets/0.8.0/application.js
|
111
|
+
- coverage/assets/0.8.0/colorbox/border.png
|
112
|
+
- coverage/assets/0.8.0/colorbox/controls.png
|
113
|
+
- coverage/assets/0.8.0/colorbox/loading.gif
|
114
|
+
- coverage/assets/0.8.0/colorbox/loading_background.png
|
115
|
+
- coverage/assets/0.8.0/favicon_green.png
|
116
|
+
- coverage/assets/0.8.0/favicon_red.png
|
117
|
+
- coverage/assets/0.8.0/favicon_yellow.png
|
118
|
+
- coverage/assets/0.8.0/loading.gif
|
119
|
+
- coverage/assets/0.8.0/magnify.png
|
120
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
121
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
122
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
123
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
124
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
125
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
126
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
127
|
+
- coverage/assets/0.8.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
128
|
+
- coverage/assets/0.8.0/smoothness/images/ui-icons_222222_256x240.png
|
129
|
+
- coverage/assets/0.8.0/smoothness/images/ui-icons_2e83ff_256x240.png
|
130
|
+
- coverage/assets/0.8.0/smoothness/images/ui-icons_454545_256x240.png
|
131
|
+
- coverage/assets/0.8.0/smoothness/images/ui-icons_888888_256x240.png
|
132
|
+
- coverage/assets/0.8.0/smoothness/images/ui-icons_cd0a0a_256x240.png
|
133
|
+
- coverage/index.html
|
101
134
|
- h.gemspec
|
102
135
|
- lib/h.rb
|
103
136
|
- test/_test_helper.rb
|
137
|
+
- test/support.rb
|
138
|
+
- test/support/coverage.rb
|
104
139
|
- test/test_h.rb
|
105
140
|
homepage: https://github.com/cyril/h.rb
|
106
141
|
licenses:
|
@@ -128,5 +163,7 @@ specification_version: 4
|
|
128
163
|
summary: Salted hashes tool
|
129
164
|
test_files:
|
130
165
|
- test/_test_helper.rb
|
166
|
+
- test/support.rb
|
167
|
+
- test/support/coverage.rb
|
131
168
|
- test/test_h.rb
|
132
169
|
has_rdoc:
|