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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6066993a9f9bc7cb3ced530da2edd7a17093a5fc
4
- data.tar.gz: f2c8c8b7522e5c7833e390fe220093b7373e80c4
3
+ metadata.gz: da5331e3c2f4f063ddad67c86877b3409a3260d8
4
+ data.tar.gz: 4ccfc6817b38c742edacce7bb8fbd1540e602223
5
5
  SHA512:
6
- metadata.gz: 31ea647759f52c4b8d1a3e8d93af8143d7d26295d07b7a8a7cafb168290941bfdcabd4310d5a07eff88337b8e743a693ac0dc2acd8bb6ee9dfbd90970d55588b
7
- data.tar.gz: 28179ac4086b571c25cf0965718582102e1f03f6873c912e052f0ebc9635ee7a2e9c3f548b26f330cf117258e8c0efd930814a7dc1039cc2e660c2242567c64e
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 = "Mick Pollard"
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 = "mick.pollard@digital.gov.au"
11
+ spec.email = "weboperations@digital.gov.au"
12
12
  spec.license = "MIT"
13
13
 
14
14
  spec.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Jalpha
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -1,4 +1,4 @@
1
- !/usr/bin/env bash
1
+ #!/usr/bin/env bash
2
2
 
3
3
  # Exit immediately if there is an error
4
4
  set -e
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: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - Mick Pollard
7
+ - Digital Transformation Agency
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-20 00:00:00.000000000 Z
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: mick.pollard@digital.gov.au
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.5.1
118
+ rubygems_version: 2.6.4
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: Opinionated Jekyll project generator.