officex2str 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module Officex2str
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/officex2str.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.version = Officex2str::VERSION
17
17
 
18
18
  gem.add_development_dependency "rake", ["= 0.9.2"]
19
- gem.add_development_dependency "nokogiri", [">= 1.4.7"]
20
- gem.add_development_dependency "zipruby", ["= 0.3.6"]
19
+ gem.add_runtime_dependency "nokogiri", [">= 1.4.7"]
20
+ gem.add_runtime_dependency "zipruby", ["= 0.3.6"]
21
21
 
22
22
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - interu
@@ -45,7 +45,7 @@ dependencies:
45
45
  - 4
46
46
  - 7
47
47
  version: 1.4.7
48
- type: :development
48
+ type: :runtime
49
49
  version_requirements: *id002
50
50
  - !ruby/object:Gem::Dependency
51
51
  name: zipruby
@@ -60,7 +60,7 @@ dependencies:
60
60
  - 3
61
61
  - 6
62
62
  version: 0.3.6
63
- type: :development
63
+ type: :runtime
64
64
  version_requirements: *id003
65
65
  description: convert office 2010 files to str
66
66
  email: