cfoundry 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -130,6 +130,11 @@ module CFoundry::V2
130
130
  '\1_\2').downcase
131
131
  end
132
132
 
133
+ def invalidate!
134
+ @manifest = nil
135
+ @diff = {}
136
+ end
137
+
133
138
  # this does a bit of extra processing to allow for
134
139
  # `delete!' followed by `create!'
135
140
  def create!
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.9"
3
+ VERSION = "0.3.10"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 9
10
- version: 0.3.9
9
+ - 10
10
+ version: 0.3.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci