fabrication 2.9.4 → 2.9.5

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: 60ffbcf29301152a8dafc8037856a47f52680f78
4
- data.tar.gz: e02c67ec746e96b5c9649dc64d116a83736922e1
3
+ metadata.gz: 868ce3f9807d2876ce436953c12f66fbf2c5e9ac
4
+ data.tar.gz: 6e1fedfd6c5e4db35f9c79c812c6e64701e64b3a
5
5
  SHA512:
6
- metadata.gz: e4fd4365c2eeb9aa1bdf8e7af6ec6529b6980678364b50602b23983509307ddd22f920318a31446054df76276ba0b8067f50a9f4c40710f9fb4e3b3b1ee2cd45
7
- data.tar.gz: dd8f177414850efdbc18593b4a6c555c135d4513773fdf185f844987d9e57841cd28a5ff2830948767196750987e2dad3584ce4735050786c08ddf5d06f94585
6
+ metadata.gz: 3b2babdcff3592da33087c0b1cfab56adf08f7b5b1171cc48ea108a1068d8e5b3d29c823c6b798bf2b8ed128c1745e19573d505c0bce738b3ec8af36e520c413
7
+ data.tar.gz: 0aa3a4eebfa9e66d0efa29733bc6abfc6cf789a5f9eed1cd3b32a464cb53ef5cd33f8693fb04876f621ddaae1949a4297c3cb1799747ea2e2c53532f7e9a7eb0
data/LICENSE CHANGED
@@ -1,14 +1,21 @@
1
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
- Version 2, December 2004
1
+ The MIT License (MIT)
3
2
 
4
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
3
+ Copyright (c) 2014 Paul Elliott
5
4
 
6
- Everyone is permitted to copy and distribute verbatim or modified
7
- copies of this license document, and changing it is allowed as long
8
- as the name is changed.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
9
11
 
10
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
-
13
- 0. You just DO WHAT THE FUCK YOU WANT TO.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -11,7 +11,9 @@ class Fabrication::Schematic::Manager
11
11
  def schematics
12
12
  @schematics ||= {}
13
13
  end
14
- delegate :clear, :empty?, to: :schematics
14
+
15
+ def clear; schematics.clear end
16
+ def empty?; schematics.empty? end
15
17
 
16
18
  def freeze
17
19
  @initializing = false
@@ -1,3 +1,3 @@
1
1
  module Fabrication
2
- VERSION = '2.9.4'
2
+ VERSION = '2.9.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fabrication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.4
4
+ version: 2.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Elliott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-30 00:00:00.000000000 Z
11
+ date: 2014-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -247,7 +247,7 @@ files:
247
247
  - Rakefile
248
248
  homepage: http://fabricationgem.org
249
249
  licenses:
250
- - WTFPL
250
+ - MIT
251
251
  metadata: {}
252
252
  post_install_message:
253
253
  rdoc_options: []