template_configurator 1.0.0 → 1.0.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.
@@ -20,5 +20,5 @@
20
20
  # along with Template Configurator. If not, see <http://www.gnu.org/licenses/>.
21
21
  #
22
22
  module TemplateConfigurator
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
@@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "template_configurator"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = TemplateConfigurator::VERSION
17
- gem.add_runtime_dependency 'json', '>= 1.4.3'
17
+ gem.add_runtime_dependency 'json', '>= 1.4.2'
18
18
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Erik Osterman
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-08-04 00:00:00 -07:00
17
+ date: 2012-08-05 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 1
29
29
  - 4
30
- - 3
31
- version: 1.4.3
30
+ - 2
31
+ version: 1.4.2
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  description: Template Configurator is a utility to write configuration files from ERB templates. When the file's content changes, it can then call an init script to intelligently reload the configuration. Through out the entire process exclusive file locks are used on the output file and json file to help ensure they are unmanipulated during the transformation process.