index_html 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/index_html.gemspec +1 -1
- data/lib/index_html/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d68b84941c8ca51f4c7b7715ea05f1d6ac8abdd
|
4
|
+
data.tar.gz: f05c48927f488b3169b24af1a67e83c04e5e235a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96f3de95fbbe36d95fd79a31815ca614f4b45658e8e9ad66f416da0c78ba96316bdbc7fc67803c4320112f7860acd601f5edf54f1a0e333557a5a517269d3025
|
7
|
+
data.tar.gz: 63d08c59b063e5f61833a58c25edfbbed2a67b3b7fc7172f4f4fe6d57ebfe3c2ac8a537a98639e3f13d4c4a6d44a7db1c6fa5becaef105b6b5de18d5a52ebd6f
|
data/index_html.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["agilecreativity@gmail.com"]
|
11
11
|
spec.description = %q{Generate the index.html from list of files}
|
12
12
|
spec.summary = %q{Generate simple index.html from list of files}
|
13
|
-
spec.homepage = "https://github.com/agilecreativity/
|
13
|
+
spec.homepage = "https://github.com/agilecreativity/index_html"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/index_html/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: index_html
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Burin Choomnuan
|
@@ -155,7 +155,7 @@ files:
|
|
155
155
|
- spec/fixtures/sub-dir/demo4.yyy.rb
|
156
156
|
- spec/index_html/index_html_spec.rb
|
157
157
|
- spec/spec_helper.rb
|
158
|
-
homepage: https://github.com/agilecreativity/
|
158
|
+
homepage: https://github.com/agilecreativity/index_html
|
159
159
|
licenses:
|
160
160
|
- MIT
|
161
161
|
metadata: {}
|