viewfinder 0.0.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d1b532f363eecca1670f148923455349582e5d1ee543ae51b8f8b3aec56dab3e
4
+ data.tar.gz: d31d66a53be6f8ca31395ddaacaff3de822fd1c157cf5714da53853a1af7c11c
5
+ SHA512:
6
+ metadata.gz: 151fb1c03d2957d07d467f21961ec8c5b0f5633c3ddd59e3ac9696a35563709b704d2c8c9fee8c7559a309fdefdd6d3ec92e6cc5c325bdb7f95da7655158b64e
7
+ data.tar.gz: 3ab787bb83ae941996a5da8a630e5ec843994a09e36b7b04851735d3f5d4e9757c0c5c40172cbeec9d09662d561faa145f376793811c145cdaaa71e9876bad35
@@ -0,0 +1,3 @@
1
+ # viewfinder
2
+
3
+ Template diagnostics for Rails
@@ -0,0 +1,2 @@
1
+ class Viewfinder
2
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Viewfinder
4
+ module VERSION
5
+ MAJOR = 0
6
+ MINOR = 0
7
+ PATCH = 1
8
+
9
+ STRING = [MAJOR, MINOR, PATCH].join(".")
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: viewfinder
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - GitHub Open Source
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-04-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - opensource+viewfinder@github.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/viewfinder.rb
22
+ - lib/viewfinder/version.rb
23
+ homepage: https://github.com/github/viewfinder
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ allowed_push_host: https://rubygems.org
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.3.0
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.1.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Template diagnostics for Rails
47
+ test_files: []