westpointrealtors-theme 0.0.2.pre.alpha.pre.5

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODgyOTA5ODNmY2Q3NTYyYjA2YjczM2YzOThhMDlmNmRlMzM4ZTFlOQ==
5
+ data.tar.gz: !binary |-
6
+ NjZiZWFhMjRhZTdkY2QzOTY5MGM4NTNlZjk1OWNhNjJkMjEzNmUzMQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NGRkY2JiMDZhZGQ3MzRjYjBlZTBjNWE2NDdlM2EyZmQ5MGVhNDBlZDg0MDI3
10
+ Zjg2OTI2YjcxYWUxYjA5YjY3MTAzOWQyNGRiMDdlMGE3MzJhNjVmZjhmZDVi
11
+ ZTYxN2ZkOGZlOTk2MjE1Y2ZkYjlkZWU1Njk2NjY1YWE2Y2VkYWI=
12
+ data.tar.gz: !binary |-
13
+ ZmNlYmZmOThmMjRjMTk2ODBiODFjMWQyYTUzMjNlOGQzZjFiNWZlYmEwN2M4
14
+ ZmU5ZDJmM2U5MjY5ZDZjOWU4MjFlOTYxNmRjNDcwYjNkNDU3YThhMzFmMmQy
15
+ YTNjODNiODU1MjJlZmEzNzNjODYxMzg4ODMwYjk0YmY5ZDQzNjA=
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2016 Mario Lopez
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # westpointrealtors-theme
2
+
3
+ Gem should auto-build and push to Rubygems upon commit.
4
+
5
+ Manual instructions
6
+ To Build Image and Gem
7
+ ```
8
+ docker build -t westpointrealtors-theme . && docker run --rm -v "$PWD:/srv" westpointrealtors-theme build westpointrealtors-theme.gemspec
9
+ ```
10
+
11
+ To Push Gem and Clean Up
12
+ ```
13
+ docker run --rm -v "$PWD:/srv" westpointrealtors-theme push westpointrealtors-theme-*.gem && rm westpointrealtors-theme-*.gem
14
+ ```
15
+
16
+ Omit Build if no changes occurred to build files (Gemfile, westpointrealtors-theme.gemspec)
@@ -0,0 +1 @@
1
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: westpointrealtors-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2.pre.alpha.pre.5
5
+ platform: ruby
6
+ authors:
7
+ - Mario Lopez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll-seo-tag
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '3.3'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '3.3'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '1.12'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '1.12'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ description:
70
+ email:
71
+ - mario@techmunchies.net
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - LICENSE
77
+ - README.md
78
+ - _layouts/default.html
79
+ - _layouts/page.html
80
+ - _layouts/post.html
81
+ homepage: https://github.com/mariolopjr/westpointrealtors-theme
82
+ licenses:
83
+ - MIT
84
+ metadata: {}
85
+ post_install_message:
86
+ rdoc_options: []
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ! '>'
97
+ - !ruby/object:Gem::Version
98
+ version: 1.3.1
99
+ requirements: []
100
+ rubyforge_project:
101
+ rubygems_version: 2.4.5
102
+ signing_key:
103
+ specification_version: 4
104
+ summary: This is the official them of westpointrealtors.com
105
+ test_files: []