buff-config 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module Buff
44
44
 
45
45
  FileUtils.mkdir_p(File.dirname(destination))
46
46
  File.open(destination, 'w+') do |f|
47
- f.write(self.to_json(pretty: true))
47
+ f.write(::JSON.pretty_generate(self.to_hash))
48
48
  end
49
49
  end
50
50
 
@@ -1,5 +1,5 @@
1
1
  module Buff
2
2
  module Config
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buff-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-18 00:00:00.000000000 Z
12
+ date: 2013-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: varia_model
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  segments:
267
267
  - 0
268
- hash: -3293027808066168300
268
+ hash: 269088379032573538
269
269
  requirements: []
270
270
  rubyforge_project:
271
271
  rubygems_version: 1.8.23