squarezero_html_tool 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f88fe36d36190687c29b0c2b0dc6bacb5e78e929
4
- data.tar.gz: 84c14504246d9bb724966a3b315bc7225c20a49d
3
+ metadata.gz: 76ebf5d18fdc95df6f2f1e3e340e3fd33ed13be7
4
+ data.tar.gz: 03f461aceba1ee05409a6b8724b56d4f97c2f677
5
5
  SHA512:
6
- metadata.gz: 22f2f2e69f8d18af7fe2880ffc36b9544ddcc68930a9b64558ddba9565987d2ad8e05857c0992d6a474aea3f965c5792e3537c33560cf18cb9bf2fb1fcc47e8e
7
- data.tar.gz: 81ed39d577fbb2e8def882e00473508887b0c4c9cab3fc0f9ed54cab555d0ede7e26d6baae3e084d6a747cce6af0e8976f37cccd49ebf9f313c1f767ea20d075
6
+ metadata.gz: 82d1d2da03e04d2bf98fcca7b4170b6b31f6271ce61990fe4b31e923bdd179c28efa30d7a7aa2422dc15a2f4eec91aa571bcd68ff8a47262c77e8ea88183b6f5
7
+ data.tar.gz: a76ee12efa9a471bba7fb6a71575fdd6f0ae4f4922eadb475539bf136041928861aa49f875276d89e422be1ac8c5b2b8d03c471048328190d3266b638a05d7d1
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # SquarezeroHtmlTool
2
- [![Gem Version](https://badge.fury.io/rb/squarezero_html_tool.svg)](https://badge.fury.io/rb/squarezero_html_tool)
2
+ [![Gem Version](https://badge.fury.io/rb/squarezero_html_tool.svg)](https://badge.fury.io/rb/squarezero_html_tool) ![square-zero](https://img.shields.io/badge/square-zero-blue.svg)
3
3
 
4
4
  > HTML Tool for your Rails site.
5
5
 
@@ -1,3 +1,3 @@
1
1
  module SquarezeroHtmlTool
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{HTML Tool for your Rails site.}
13
13
  spec.description = %q{I use this to add my copyright to all pages. Use it however you see fit.}
14
- spec.homepage = "http://www.pistachiopony.com/"
14
+ spec.homepage = "https://github.com/PistachioPony/squarezero_html_tool"
15
15
  spec.license = "MIT"
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: squarezero_html_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maria Mercedes Martinez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-14 00:00:00.000000000 Z
11
+ date: 2017-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -56,7 +56,7 @@ files:
56
56
  - lib/squarezero_html_tool/renderer.rb
57
57
  - lib/squarezero_html_tool/version.rb
58
58
  - squarezero_html_tool.gemspec
59
- homepage: http://www.pistachiopony.com/
59
+ homepage: https://github.com/PistachioPony/squarezero_html_tool
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}