moj_template 0.14.2 → 0.14.3
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 +2 -4
- data/app/views/layouts/moj_template.html.erb +1 -1
- data/lib/moj_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1746125afd8f90651b172ac4beeb25e3112c9cb3
|
|
4
|
+
data.tar.gz: d725075fdfada1127358e0cc5bd1ef8965d75bb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c06810cdcac6d3a4b2534394e23a84ea6432bd3e4851f4ae4ec0b858c82d388f52d4fe7f02390a5381f1a24c8c7bdd6777dc0679526ef244f0a449e92a27c4de
|
|
7
|
+
data.tar.gz: 7860c0049b441db1cd7b6b777f1754be59b5a268d2c0b55f7c22316bc8dd2df2c424564ebb963cec69d9fc980dbf3483c9ba58d7508578eb7e7748e8e1cb2d72
|
data/README.md
CHANGED
|
@@ -121,11 +121,9 @@ To generate the tarball, run the `bundle exec rake build:tar` rake task. This wi
|
|
|
121
121
|
|
|
122
122
|
## Publishing
|
|
123
123
|
|
|
124
|
-
After an accepted contribution (pull request merged into master)
|
|
124
|
+
After an accepted contribution (pull request merged into master), checkout master, increase the version in `lib/moj_template/version.rb` using [Semantic Versioning](http://semver.org/), update `CHANGELOG.md` with the changes made on that version and push back to the remote. **DO NOT tag the repository manually**.
|
|
125
125
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
This will trigger a build and on success publish the following packages:
|
|
126
|
+
This will trigger a jenkins build and on success it will publish the following packages and tag the remote repository with the new version number:
|
|
129
127
|
|
|
130
128
|
* [A gem on RubyGems.org](https://rubygems.org/gems/moj_template)
|
|
131
129
|
* [A Django python package](https://pypi.python.org/pypi/django-moj-template)
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<!--end header-->
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
<!--[if lte IE 6]
|
|
102
|
+
<!--[if lte IE 6]><script>document.body.className = document.body.className.replace('js-enabled','');</script><![endif]-->
|
|
103
103
|
<div class="indicator cf">
|
|
104
104
|
<p>
|
|
105
105
|
<strong><%= config_item(:phase).to_s.capitalize %>:</strong>
|
data/lib/moj_template/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moj_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dom Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|