revo-nokogiri 1.4.0.3-java → 1.4.0.20100202165440-java

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.
data/Rakefile CHANGED
@@ -152,7 +152,7 @@ namespace :gem do
152
152
  namespace :dev do
153
153
  task :spec => [ GENERATED_PARSER, GENERATED_TOKENIZER ] do
154
154
  File.open("#{HOE.name}.gemspec", 'w') do |f|
155
- HOE.spec.version = "#{HOE.version}"
155
+ HOE.spec.version = "#{HOE.version}.#{Time.now.strftime("%Y%m%d%H%M%S")}"
156
156
  f.write(HOE.spec.to_ruby)
157
157
  end
158
158
  end
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.4.0.3'
3
+ VERSION = '1.4.0'
4
4
 
5
5
  # More complete version information about libxml
6
6
  VERSION_INFO = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revo-nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.3
4
+ version: 1.4.0.20100202165440
5
5
  platform: java
6
6
  authors:
7
7
  - Aaron Patterson