portfolio_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: b4dbff7b9b604d8b4bc3416f8eb8bc11c5b08b87
4
- data.tar.gz: 3e3b49e852ffc672e714d6f0b377592cc7007d35
3
+ metadata.gz: bf5a0ac7f7975f396a6f2330770644b6b7a6e3ab
4
+ data.tar.gz: 9f65eafea7bad329b961a61c6495368f2e24e7e4
5
5
  SHA512:
6
- metadata.gz: 94a593b60f9a2836abcccf8816982d19ef899160a14936c767c362700beea6a91d4eff5a39d202d85703cbd14c3bc17f2f1d4a4884195e17a29c3c7430392256
7
- data.tar.gz: 0dd97270697960d192d9c0888c5750a42e3c037c982f7a139ba51f4e9b21a18cd52ed8d9c1286387cb06c27ee73580a3fd018ae35d5441eb7484fb3ac1904d54
6
+ metadata.gz: '0638294ed03ac7ad2f0d3812de0be360a908e21181b837f77bc8fa894c78149e93c1cf2e364d3b174b018d3215211b717a7f745c6092795d53e1d099294fa504'
7
+ data.tar.gz: f0d0c574f318d81fada420aa4034e065063700ee2d9ec08f8c0916e0cf2e294b04e1177ad799463c84c4d2bcd6a39107c6ece2ce76229680021bbea32e89d942
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ portfolio_view_tool (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.5.0)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 1.16)
16
+ portfolio_view_tool!
17
+ rake (~> 10.0)
18
+
19
+ BUNDLED WITH
20
+ 1.16.0
@@ -1,3 +1,3 @@
1
1
  module PortfolioViewTool
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 I use.}
13
13
  spec.description = %q{Provides generated HTML data for Rails applications.}
14
- spec.homepage = "https://github.com/Shaqal7"
14
+ spec.homepage = "https://github.com/Shaqal7/portfolio_view_tool"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: portfolio_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
  - Shaqal7
@@ -48,6 +48,7 @@ files:
48
48
  - ".gitignore"
49
49
  - CODE_OF_CONDUCT.md
50
50
  - Gemfile
51
+ - Gemfile.lock
51
52
  - LICENSE.txt
52
53
  - README.md
53
54
  - Rakefile
@@ -57,7 +58,7 @@ files:
57
58
  - lib/portfolio_view_tool/renderer.rb
58
59
  - lib/portfolio_view_tool/version.rb
59
60
  - portfolio_view_tool.gemspec
60
- homepage: https://github.com/Shaqal7
61
+ homepage: https://github.com/Shaqal7/portfolio_view_tool
61
62
  licenses:
62
63
  - MIT
63
64
  metadata: {}