microurb_view_tool 0.1.0 → 0.1.1

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: 34316de74059c8a6563925755a6ec7814f01b53d
4
- data.tar.gz: a0f756275bbaad4512c96fd531b9dfbf4bec9269
3
+ metadata.gz: 4bffa8b756c658fe817cb54c9baf800de9ce2b18
4
+ data.tar.gz: 0efe2a0977922e05bd039d4823bddcb1cdb48854
5
5
  SHA512:
6
- metadata.gz: 9ca202c251bd709b20a311f985a707dfaaed7151f6b49a130b053ff559d28384efa409753d1f0daeddc9438cc818f75a86444f283d56ccbabaddc82b2e6e7c96
7
- data.tar.gz: 4b84065ecf7b33a9d41745119f42092e33d23c2bfbd5467ff497f941dabb1593bd79e91e3f1af1ff09db7a3c9d0a38dfd9a19f524529a35eea101925be1b4bca
6
+ metadata.gz: 6233bd97cddcb6fdd9507903da8815f8be5ccbf112c24716d06bb58e628de6e742cfa5676f98e5d79927e0cdd6c23185d26b3f71cca080d03c6542d83573afde
7
+ data.tar.gz: fbc7d46c258f43177659f2728e39550af074f4e8944672200b02e03814dd489008e9017cf4e7941cf03e712d6073b249bf66df2ddb13544ad24b45973e0d7843
data/README.md CHANGED
@@ -21,8 +21,16 @@ Or install it yourself as:
21
21
  ## Usage
22
22
 
23
23
  ```ruby
24
- MicrourbViewTool::Renderer.copyright 'Daniel Cortes', 'All rights reserved'
25
- ```
24
+ class ApplicationController < ActionController::Base
25
+ protect_from_forgery with: :exception
26
+
27
+ before_action :set_copyright
28
+
29
+ def set_copyright
30
+ @copyright = MicrourbViewTool::Renderer.copyright '[Your Name]', 'All rights reserved'
31
+ end
32
+ end
33
+ ```
26
34
 
27
35
  ## Development
28
36
 
@@ -1,3 +1,3 @@
1
1
  module MicrourbViewTool
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Various view specific methods for applications.}
13
13
  spec.description = %q{Provides generated HTML data for Rails applications.}
14
- spec.homepage = "http://www.dancortes.com/"
14
+ spec.homepage = "https://dancortes-portfolio.herokuapp.com/"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microurb_view_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Cortes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-08 00:00:00.000000000 Z
11
+ date: 2019-01-30 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/microurb_view_tool/renderer.rb
57
57
  - lib/microurb_view_tool/version.rb
58
58
  - microurb_view_tool.gemspec
59
- homepage: http://www.dancortes.com/
59
+ homepage: https://dancortes-portfolio.herokuapp.com/
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}