nokogiri-plist 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,5 +16,4 @@ require 'nokogiri-plist/plist'
16
16
 
17
17
  require 'core_ext/string'
18
18
 
19
- # Nokogiri::XML::Node.extend NokogiriPList::Node
20
19
  Nokogiri::XML::Node.send :include, NokogiriPList::Node
@@ -1,3 +1,3 @@
1
1
  module NokogiriPList
2
- VERSION = "0.4.0" unless defined? NokogiriPList::VERSION
3
- end
2
+ VERSION = "0.4.1" unless defined? NokogiriPList::VERSION
3
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nokogiri-plist
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Casey Howard
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-23 00:00:00 -07:00
13
+ date: 2011-08-24 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency