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 +4 -4
- data/README.md +1 -1
- data/lib/moj_template/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50ee6476a78ddcceec3575825570a114cc4468da
|
|
4
|
+
data.tar.gz: 6df6f61b77611475b47220ffe8939a223c1e27e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
125
|
+
bundle exec rake release
|
|
126
126
|
|
|
127
127
|
This will trigger a build and on success publish the following packages:
|
|
128
128
|
|
data/lib/moj_template/version.rb
CHANGED