hirobumi-chocolate_disco-jruby 0.1.4 → 0.1.5

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/bin/chocolate_disco CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env jruby
2
2
 
3
+
3
4
  require 'rubygems'
4
5
  require 'open-uri'
5
6
 
@@ -3,7 +3,7 @@ module ChocolateDisco
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 4
6
+ TINY = 5
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hirobumi-chocolate_disco-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hirobumi Hama
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-17 00:00:00 -07:00
12
+ date: 2009-05-12 00:00:00 -07:00
13
13
  default_executable: chocolate_disco
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -79,7 +79,7 @@ requirements: []
79
79
  rubyforge_project:
80
80
  rubygems_version: 1.2.0
81
81
  signing_key:
82
- specification_version: 2
82
+ specification_version: 3
83
83
  summary: Provides methods to extract texts from various file formats like Microsoft Office (<= 2002, as well as >= 2007,) PDF and HTML.
84
84
  test_files: []
85
85