jalpha 0.3 → 0.3.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 +4 -4
- data/README.md +8 -0
- data/jalpha.gemspec +2 -2
- data/lib/jalpha/version.rb +1 -1
- data/template/bin/cideploy.sh +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da5331e3c2f4f063ddad67c86877b3409a3260d8
|
|
4
|
+
data.tar.gz: 4ccfc6817b38c742edacce7bb8fbd1540e602223
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ae459b0ed6e75c62d3f44f208223c54a8246335c307fedabb4d5256f99b8bcd277b983cbfd5ac381b7de2b39508a7da3f6e651879e3ca864c11a8e304266b51
|
|
7
|
+
data.tar.gz: 0abc4cd936bb714eccca02fd1093e8e7251eae2eb2271ba5fc44792cd64408509e4fbfc569701b5d49a32394494bfb3160b91a664f2dce1b0e456848f484b8ac
|
data/README.md
CHANGED
|
@@ -31,6 +31,14 @@ Setup your environment:
|
|
|
31
31
|
|
|
32
32
|
bin/setup
|
|
33
33
|
|
|
34
|
+
## Releasing
|
|
35
|
+
|
|
36
|
+
Commit your changes and change the version in [version.rb](https://github.com/AusDTO/jalpha/blob/master/lib/jalpha/version.rb)
|
|
37
|
+
|
|
38
|
+
Push the new release to rubygems:
|
|
39
|
+
|
|
40
|
+
bundle exec rake release
|
|
41
|
+
|
|
34
42
|
## Bugs
|
|
35
43
|
|
|
36
44
|
If you have found a bug please report it in [GitHub issues](https://github.com/AusDTO/jalpha/issues).
|
data/jalpha.gemspec
CHANGED
|
@@ -5,10 +5,10 @@ Gem::Specification.new do |spec|
|
|
|
5
5
|
spec.name = "jalpha"
|
|
6
6
|
spec.version = Jalpha::VERSION
|
|
7
7
|
spec.platform = Gem::Platform::RUBY
|
|
8
|
-
spec.author = "
|
|
8
|
+
spec.author = "Digital Transformation Agency"
|
|
9
9
|
spec.summary = "Opinionated Jekyll project generator."
|
|
10
10
|
spec.description = "Jalpha scaffolds new Jekyll projects complete with everything needed for continual deployment to a cloud foundry platform."
|
|
11
|
-
spec.email = "
|
|
11
|
+
spec.email = "weboperations@digital.gov.au"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
|
|
14
14
|
spec.files = `git ls-files`.split("\n")
|
data/lib/jalpha/version.rb
CHANGED
data/template/bin/cideploy.sh
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jalpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Digital Transformation Agency
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '10.0'
|
|
55
55
|
description: Jalpha scaffolds new Jekyll projects complete with everything needed
|
|
56
56
|
for continual deployment to a cloud foundry platform.
|
|
57
|
-
email:
|
|
57
|
+
email: weboperations@digital.gov.au
|
|
58
58
|
executables:
|
|
59
59
|
- jalpha
|
|
60
60
|
extensions: []
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.4
|
|
118
|
+
rubygems_version: 2.6.4
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: Opinionated Jekyll project generator.
|