manifest 0.0.5 → 0.0.6

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.
@@ -13,7 +13,7 @@ module Manifest #:nodoc:
13
13
  module VERSION #:nodoc:
14
14
  MAJOR = 0
15
15
  MINOR = 0
16
- TINY = 5
16
+ TINY = 6
17
17
 
18
18
  STRING = [MAJOR, MINOR, TINY].join('.')
19
19
  end
data/lib/manifest.rb CHANGED
@@ -50,7 +50,6 @@ module Manifest
50
50
  end
51
51
  array
52
52
  }.each { |attribute|
53
- p attribute
54
53
  optionalAttributes = {}
55
54
  values = attribute.split(/;/)
56
55
  value = values.shift
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manifest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Toulme