templar 0.7.0 → 0.7.1

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.
Files changed (2) hide show
  1. data/lib/templar/version.rb +1 -1
  2. metadata +5 -5
@@ -3,7 +3,7 @@ if !defined?(Templar::VERSION)
3
3
  module Version #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templar
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shawn Catanzarite
@@ -59,7 +59,7 @@ dependencies:
59
59
  type: :development
60
60
  prerelease: false
61
61
  requirement: *id003
62
- description: "[config] templar allows you to template any file and automatically update it."
62
+ description: "[config] templar allows you to manage development environment configuration files as templates."
63
63
  email:
64
64
  - scatanzarite@gmail.com
65
65
  executables:
@@ -145,7 +145,7 @@ rubyforge_project:
145
145
  rubygems_version: 1.8.21
146
146
  signing_key:
147
147
  specification_version: 3
148
- summary: "[config] templar allows you to template any file and automatically update it."
148
+ summary: "[config] templar allows you to manage development environment configuration files as templates."
149
149
  test_files:
150
150
  - test/dummy/app/assets/javascripts/application.js
151
151
  - test/dummy/app/assets/stylesheets/application.css