canfig 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 19205ebc7b976f9e5d9f15a0a891699687f48c28
4
- data.tar.gz: a1832b75a3870d72dbc3c303c2a1c154bd51db34
2
+ SHA256:
3
+ metadata.gz: 325e086a529a793fd0ea5c35847862fd6b636e73ac769a598a938f8ea2acbf41
4
+ data.tar.gz: 980081b20061f2fa099901253e530f49d98e2afa4ee6cf98de85894c8cbe34ee
5
5
  SHA512:
6
- metadata.gz: ffce29c8ae20dfc4714b4a447f542cb4310f8fa12297b3eb35afc8669b5853d82df314fc7b2244ccf4c3a0877df5f389edd245345954b10f2f6c468e29552dc4
7
- data.tar.gz: 4c60c5327c9207c5811d08bd73700f5ac3cdc8ff0f817123b3935ff557b7d7c1ee42ce59955c4e6b9f9850657930fdb985568e23ecf54b60f91a109372f374d6
6
+ metadata.gz: fa2134a5165c1a1d9cba3644eb6302d917e899b0c9043954dc830d9f69ef2f1d039f8949db5f661aecba96b867951049054054d58fdc237b791fe268698a5b0d
7
+ data.tar.gz: b3d9cb5f625734681ae24f48eafbe12460f57cd2b4977081899a37ef82cc2f45ce33059de2b8f8b80d1b840b292197c72448cec118df4dad1b10f133b980ac2d
@@ -5,7 +5,7 @@ module Canfig
5
5
  end
6
6
 
7
7
  def configure(&block)
8
- @configuration.configure &block
8
+ configuration.configure &block
9
9
  end
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Canfig
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rebec
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-31 00:00:00.000000000 Z
11
+ date: 2019-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -92,14 +92,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.4.8
95
+ rubygems_version: 2.7.7
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Dead simple canned configuration for gems or whatever
99
99
  test_files:
100
+ - spec/spec_helper.rb
101
+ - spec/fixtures/config.yml
100
102
  - spec/canfig/config_spec.rb
101
103
  - spec/canfig/open_config_spec.rb
102
104
  - spec/canfig/yaml_spec.rb
103
105
  - spec/canfig_spec.rb
104
- - spec/fixtures/config.yml
105
- - spec/spec_helper.rb