block_party 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: 224edd0501fa263537a5db8c0a996013f62f92c9
4
- data.tar.gz: a4d5456de2f76a3b19890e287b522bc2f7be02fa
3
+ metadata.gz: 76435002b140c42d56cc33e34e95c96083765ad0
4
+ data.tar.gz: fe909f91aec51c575c3059e1a0f9ad3527ab9afe
5
5
  SHA512:
6
- metadata.gz: e6b8ee4fcedfb75bab6ba956dd7e61f39ed8352f14421c57206fdaaf22659c89b5237d7465dbcc7c0a19b05677d778c6b18ac1bbe355cf1e23baa16fab7b404f
7
- data.tar.gz: 520434aa29fc51109f4dba179535cc634785cf0038c62c1bd6748d9a99875503ea1f02ebc1b2bbeb16eb02c4fa0e7314b77dad72214e4bb322cc20861043db74
6
+ metadata.gz: 52d0c5d5f10e4026a283c73436bd1d08ce9c02e4766f8012c546f994e6d32b1c7ad6b582bf690a1a278bf4f763b6ff8ca60241f91ca4ff0e5a2134b12f24f5f3
7
+ data.tar.gz: c92dab92f2325841c821c1b407c3f5474a33b48f6575111af5319fd302131c6d5e317b3677e433ea29b55b5cdee379b05af72696c7a6023addb4457ba651e3e5
@@ -6,8 +6,6 @@ module BlockParty
6
6
  configure_with Class.new(BlockParty::Configuration)
7
7
  once_configured do
8
8
  if self.configuration.global
9
- Object.const_set 'Configurable', BlockParty::Configurable
10
- Object.const_set 'Configuration', BlockParty::Configuration
11
9
  end
12
10
  BlockParty::Configurable.configure do |config|
13
11
  defaults = [
@@ -1,3 +1,3 @@
1
1
  module BlockParty
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: block_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Keele
@@ -118,7 +118,7 @@ rubyforge_project:
118
118
  rubygems_version: 2.0.3
119
119
  signing_key:
120
120
  specification_version: 4
121
- summary: block_party-0.1.1
121
+ summary: block_party-0.1.2
122
122
  test_files:
123
123
  - test/block_party/configurable_test.rb
124
124
  - test/block_party/configuration_test.rb