sitepress-cli 2.0.0.beta3 → 2.0.0.beta4

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
  SHA256:
3
- metadata.gz: 972c4c266631419fef552bcdef48c3c9f40d4f513f735be2b0199027a21bc95c
4
- data.tar.gz: 2cd102dd839bfc154cfc64a51171eed8b1fc6268e5ea4ba939f835757ef43680
3
+ metadata.gz: cb006137b5f33f8d301b33b9cdd23e7829b3ed64cbd5a47fe90d7f388522f44e
4
+ data.tar.gz: 7082dcb8d70cc7be61d2f1e5e631859d608eedc5e2604b2990e7b1806b642db7
5
5
  SHA512:
6
- metadata.gz: d6cb15e1b7e6c61eb0732106bbdacbd5f25b6a4a07c0b70120796b9583d65d7432458dc654afda5467f2214dda1ce999f058a700d3d793cd197390a9f663cc14
7
- data.tar.gz: 177a3dc4388e84fb45da2bbd5f53f2c48d592941698d27e0ceef7a60705c4bd899f27318c7e2c48f5fc24fd3e63ebaabf7bd5e4c4653dd4fc3e029167e2e625e
6
+ metadata.gz: 9469c5aac52e30934eb1efbe5e711b7392edacc18f15df4c05a15c8c39e92372fd0ecd5a6b9688433bf903d204b44a391bfa62a21ef619abfbbcfcefc7d56975
7
+ data.tar.gz: 160c4ad63e50e267fa1b308e211f11b52a0807df73507581d194dfc6eed74ad7773b2a58f066b9535fac73f37321737cff510dd2b9a658c0ea627f7bac0f55c7
@@ -11,5 +11,8 @@ title: Welcome to Sitepress
11
11
  <h3>Compile</h3>
12
12
  <p>When you're ready to build the website, run <code>sitepress compile</code> and the website files and assets will all be built and compiled into the <code><%= site.root_path.join("build").expand_path %></code> path.</p>
13
13
 
14
+ <h3>Deploy</h3>
15
+ <p>I included an example Rakefile at <code><%= site.root_path.join("Rakefile").expand_path %></code> that deploys the build to an AWS S3 bucket. You can customize it to fit your needs or use a completely different deployment pipeline. Whatever floats your boat.</p>
16
+
14
17
  <h3>Documentation</h3>
15
18
  <p>Check out the <a href="https://sitepress.cc">Sitepress website</a> for help on getting started and documentation. Since Sitepress is also built on top of Rails, most of the <a href="https://guides.rubyonrails.org/action_view_helpers.html">Rails view helpers</a> work too.</p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitepress-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta3
4
+ version: 2.0.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Gessler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0.beta3
19
+ version: 2.0.0.beta4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.0.beta3
26
+ version: 2.0.0.beta4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: thor
29
29
  requirement: !ruby/object:Gem::Requirement