moj_template 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bda68f225a5c60e8c51e1baa2bf72a94f72eb489
4
- data.tar.gz: bdd21ce774b01c1aa4db79bdf4702ced7a5ca1a5
3
+ metadata.gz: 1746125afd8f90651b172ac4beeb25e3112c9cb3
4
+ data.tar.gz: d725075fdfada1127358e0cc5bd1ef8965d75bb6
5
5
  SHA512:
6
- metadata.gz: 5966785c04d4732802dd017fe9a7c50ac0a9078d065931a89e3843c46f1a2a5a70f1df4d2317efdea0f50ff9ece7b626157b9727e60505332ff43e771687c5ba
7
- data.tar.gz: 562aafdace38d4723cec8fd380335e1a19fe9be0bdd2649aee52ce538e141d203b8e58a7cefd86e4ea0b17dd8f0c50a9de7279c623462601245fd53c6e7b107b
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) you must checkout master and run the following command to publish the current versions:
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
- bundle exec rake release
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]><!--><script>document.body.className = document.body.className.replace('js-enabled','');</script><!--<![endif]-->
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>
@@ -1,3 +1,3 @@
1
1
  module MojTemplate
2
- VERSION = "0.14.2"
2
+ VERSION = "0.14.3"
3
3
  end
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.2
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-15 00:00:00.000000000 Z
11
+ date: 2014-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails