moj_template 0.5.4 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7630002a722009cf701a120b6032b369abafc5cc
4
- data.tar.gz: b60f28dff00dd09227f7170c4ce9c2652560db02
3
+ metadata.gz: 50ee6476a78ddcceec3575825570a114cc4468da
4
+ data.tar.gz: 6df6f61b77611475b47220ffe8939a223c1e27e8
5
5
  SHA512:
6
- metadata.gz: 58350c5b877e77037c7664955ff01266e3bd8fc7158de24d8c57a393b66bff608f4613eb2d3589db0a6e48531af183b4f5dd338d55526132b175148e0e35bfd6
7
- data.tar.gz: 41f90b86444d5c58e440033f5518eb314af93f5364619adf08184643923737f5b8828431d53a850843f2018f1fc0ac0243a290e1cc99d3c2bd89911b5e5cc256
6
+ metadata.gz: 0535996d41c327ae544aa52857d39d40d00e52adbb9d5c7e451322295d1e14bebcafae45cb58175ebb2eef9ad84e336fb23488ff4baf6ae1acd98e1a7e1719bb
7
+ data.tar.gz: 0ed009c1c470d352126800580b1162024d0b9391bdbd94033cde37be91dae4a37b56fdd41e078eb17af14e488cceb4c391f48ab68668aeb84e0046197824ea63
data/README.md CHANGED
@@ -122,7 +122,7 @@ To generate the tarball, run the `bundle exec rake build:tar` rake task. This wi
122
122
 
123
123
  After an accepted contribution (pull request merged into master) you must checkout master and run the following command to publish the current versions:
124
124
 
125
- bundle exec rake publish
125
+ bundle exec rake release
126
126
 
127
127
  This will trigger a build and on success publish the following packages:
128
128
 
@@ -1,3 +1,3 @@
1
1
  module MojTemplate
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dom Smith