tetrahedron 0.0.1.1 → 0.0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61ea8483d73a5e182ca961b32341414a5afea8fe
4
- data.tar.gz: 0f7f8669c26bb58b1d1c8438a1b811b4c13cebb9
3
+ metadata.gz: aa860fd34fb0887509f173aecd506d4359ffb44e
4
+ data.tar.gz: 383b9b71b7c333bf4bb418553a328b725eea184c
5
5
  SHA512:
6
- metadata.gz: c6f8c5fd8e025bfbcfc3d7265503fb3ff53163056c1b5e26c8da05203ab361e6f6a5abcb06582bb5b56ccd098bf0e78241aa6cf62631a5071710da8e8ad81faf
7
- data.tar.gz: 71975cc74a04f5acf058e9479ac19c9023e594db8e3a4ff72a66b9762cae2f183e013409b298a061839d10e1b0789a54e85f398c4f7882f2e68026719e1ef1ed
6
+ metadata.gz: 0ae8b76eba0b7a7f3e52ae527cb0f24f1a2937717008721fcc7c0f41edf6336accdc83b7df9f33f9dc377c53200611f291389e3da8e2402bd5bce774c7db471c
7
+ data.tar.gz: a237e54940011518275992b6e7e694d338c8fb1ea495aec905803ed90bd00b596a35bfa71e8b2ac2796aa92c3ade88bae5d356c650fb3d8c93b34e739d180f47
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tetrahedron (0.0.1.1)
4
+ tetrahedron (0.0.1.2)
5
5
  activesupport
6
6
  erubis
7
7
  mail
@@ -16,7 +16,7 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- activesupport (4.2.5)
19
+ activesupport (4.2.5.1)
20
20
  i18n (~> 0.7)
21
21
  json (~> 1.7, >= 1.7.7)
22
22
  minitest (~> 5.1)
@@ -32,7 +32,7 @@ GEM
32
32
  mime-types (>= 1.16, < 3)
33
33
  method_source (0.8.2)
34
34
  mime-types (2.99)
35
- minitest (5.8.3)
35
+ minitest (5.8.4)
36
36
  multi_json (1.11.2)
37
37
  pry (0.10.3)
38
38
  coderay (~> 1.1.0)
@@ -48,9 +48,9 @@ GEM
48
48
  rack (>= 1.0)
49
49
  rake (10.4.2)
50
50
  redis (3.2.2)
51
- sequel (4.28.0)
52
- sinatra (1.4.6)
53
- rack (~> 1.4)
51
+ sequel (4.31.0)
52
+ sinatra (1.4.7)
53
+ rack (~> 1.5)
54
54
  rack-protection (~> 1.4)
55
55
  tilt (>= 1.3, < 3)
56
56
  sinatra-contrib (1.4.6)
@@ -63,7 +63,7 @@ GEM
63
63
  slop (3.6.0)
64
64
  thor (0.19.1)
65
65
  thread_safe (0.3.5)
66
- tilt (2.0.1)
66
+ tilt (2.0.2)
67
67
  tzinfo (1.2.2)
68
68
  thread_safe (~> 0.1)
69
69
 
@@ -12,7 +12,7 @@ module Tetrahedron
12
12
 
13
13
  def initialize
14
14
  @configuration = Configuration.new
15
- yield @configuration if block_given?
15
+ @configuration.instance_eval(&configurator) if block_given?
16
16
  end
17
17
 
18
18
  def connection
@@ -41,7 +41,7 @@ module Tetrahedron
41
41
  end
42
42
 
43
43
  module VERSION #:nodoc:
44
- MAJOR, MINOR, PATCH, PRE = [0, 0, 1, 1]
44
+ MAJOR, MINOR, PATCH, PRE = [0, 0, 1, 2]
45
45
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
46
46
  end
47
47
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tetrahedron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-04 00:00:00.000000000 Z
11
+ date: 2016-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake