hoodie 0.2.6 → 0.2.8

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: f4665668fe53dfd89b3e22ad931ce9b6789a60d5
4
- data.tar.gz: 33b48d2b4172c091832f7a7c1ed26704daed2bc2
3
+ metadata.gz: 47ce9c7f9ffd7b516d56c9dfdda0a36bd5f155cf
4
+ data.tar.gz: e8fed84e8c8e80f37bd3618fd18d56da4f691889
5
5
  SHA512:
6
- metadata.gz: 02981e87e3788242e43b5cd7febd6a4ebd0174032a3616408ac4e62c2fd9dfe86ba34049f3353027d144d1928e48a58955e3f79a3a751914a9fcd686c540e4e8
7
- data.tar.gz: 00c57d4d55f5e8195fc103f13cb3ecd494f6c01b9485898f4c56c8c8ae1af73fed30f29e61163b8d0ea0b114a03137baecf91fa5a8768b8f0a0e4dc2e8b96f8d
6
+ metadata.gz: 2e94b9a62a41610ab40f29673e2ba1c1bfc6773a742f6ede38b98a4c112f1d3bc5f45302f81f8406d50d35b46ae909bad44f1b965a3121034f7ab404ee85c8fe
7
+ data.tar.gz: 794adabaa59b6ab062fc5a2494eb1307345e5a961244b002ee3df8cbe97fe23ed323bee43bfebfc2045438e364fc96663e245dfc362e425cbe219f39c16f56f3
data/lib/hoodie/rash.rb CHANGED
@@ -21,10 +21,6 @@
21
21
  require 'anemone' unless defined?(Anemone)
22
22
  require 'hoodie/memoizable' unless defined?(Memoizable)
23
23
 
24
- def rash
25
- rash ||= Rash.new(node)
26
- end
27
-
28
24
  class Rash
29
25
  include Memoizable
30
26
 
@@ -92,11 +88,6 @@ class Rash
92
88
  end
93
89
  end
94
90
 
95
- # Include the helpers module into the main recipe DSL
96
- Chef::Recipe.send(:include, Rash)
97
- Chef::Resource.send(:include, Rash)
98
- Chef::Provider.send(:include, Rash)
99
-
100
91
  # to_hash smoke cache
101
92
  #
102
93
  module Anemone
@@ -18,5 +18,5 @@
18
18
  #
19
19
 
20
20
  module Hoodie
21
- VERSION = '0.2.6'
21
+ VERSION = '0.2.8'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoodie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Harding