pivotal-screw-unit 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 5
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-screw-unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs
@@ -89,7 +89,6 @@ files:
89
89
  - lib/screw_unit.rb
90
90
  - lib/screw_unit/representations.rb
91
91
  - lib/screw_unit/representations/spec.html.rb
92
- - lib/screw_unit/resources/core_file.rb
93
92
  - spec/functional_suite.rb
94
93
  - spec/spec_suite.rb
95
94
  - spec/unit_suite.rb
@@ -1,7 +0,0 @@
1
- module ScrewUnit
2
- module Resources
3
- class CoreFile < File
4
- map "/core"
5
- end
6
- end
7
- end