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.
- data/lib/templar/version.rb +1 -1
- metadata +5 -5
data/lib/templar/version.rb
CHANGED
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:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 0.7.
|
|
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
|
|
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
|
|
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
|