moj_template 0.5.7 → 0.5.8

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: 2af8040fabb1c36b8fe6f29dfd87e848fe629e65
4
- data.tar.gz: 3015df6dd9a1fa71cccd43da56dfc6053ade4506
3
+ metadata.gz: 4adb5399cdd2f407b2e06df7ea72c5f232efa854
4
+ data.tar.gz: 426df0c9ece8f33489b6de53906a8d84994acafe
5
5
  SHA512:
6
- metadata.gz: 1446f8b0ccd94f24ea359ea3e4912d8acc83d6678a5f9fc62519b8c3adbab5022c6016e81cf46be9fcdacb90cd8ac61fc8c4d3e60efda30820fa2fcb3443b884
7
- data.tar.gz: 9306fd99e63a421337190e6135a65b4a006cdf83d9c24e4aca44f3e47cfb3919ab4ce259f840e2afd45bafb24256d251cbd0ee8b40d135a11094f2db32993188
6
+ metadata.gz: b6ca28b6f454954afe41a759f5303f42bfc95fba8254983e18cd3e5ab96d837a40d3e808a3e540087708e2516c504f18003a319fbf164a9a0e5af1f7d4240c1b
7
+ data.tar.gz: 2ec86aec898d520d6eb4f8ff82dea655c1c529eee958d0bc8082249644aade302e6c1e94c3944ab877eead9778c82e6f62c033f47dd72848a0211e54b93dc5c2
data/README.md CHANGED
@@ -14,16 +14,16 @@ The Ruby language (1.9.3+), the build tool [Rake](http://rake.rubyforge.org/) &
14
14
 
15
15
  At present this generates 5 output formats:
16
16
 
17
- 1. a gem containing a Rails engine
18
- 2. a tarball containing Play Framework templates
19
- 3. a folder containing Mustache templates
20
- 4. a tarball containing Mustache Inheritance templates
21
- 5. a tarball
22
- 6. a django python package
17
+ 1. [a gem containing a Rails engine](#gem-version)
18
+ 2. [a tarball containing Play Framework templates](#play-version)
19
+ 3. [a folder containing Mustache templates](#mustache-version)
20
+ 4. [a tarball containing Mustache Inheritance templates](#mustache-inheritance-version)
21
+ 5. [a tarball](#tarball-version)
22
+ 6. [a django python package](#django-version)
23
23
 
24
24
  ### Gem version
25
25
 
26
- To use it, add this line to your application's Gemfile (change the tag to the version you would like to use):
26
+ The gem is available on [rubygems.org](https://rubygems.org/gems/moj_template). To use it, add this line to your application's Gemfile (change the tag to the version you would like to use):
27
27
 
28
28
  gem 'moj_template', '~> 0.1.0'
29
29
 
@@ -56,7 +56,7 @@ In order for these files to work, you will need to set a number of variables in
56
56
 
57
57
  ### Django version
58
58
 
59
- To use the django package, add the following package to `requirements.txt`:
59
+ The Django package is available on [pypi.python.org](https://pypi.python.org/pypi/django-moj-template). To use the django package, add the following package to `requirements.txt`:
60
60
 
61
61
  django-moj-template==0.1.0
62
62
 
@@ -1,3 +1,3 @@
1
1
  module MojTemplate
2
- VERSION = "0.5.7"
2
+ VERSION = "0.5.8"
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.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dom Smith