ss2json 0.3.1 → 0.3.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.
Files changed (3) hide show
  1. data/lib/ss2json/version.rb +1 -1
  2. data/ss2json.gemspec +1 -1
  3. metadata +11 -8
@@ -1,3 +1,3 @@
1
1
  class Ss2Json
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_runtime_dependency "nested_hash"
22
- s.add_runtime_dependency "roo"
22
+ s.add_runtime_dependency "roo", "1.10.1"
23
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ss2json
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Guillermo A\xCC\x81lvarez"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-29 00:00:00 Z
18
+ date: 2013-06-07 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: nested_hash
@@ -37,12 +37,14 @@ dependencies:
37
37
  requirement: &id002 !ruby/object:Gem::Requirement
38
38
  none: false
39
39
  requirements:
40
- - - ">="
40
+ - - "="
41
41
  - !ruby/object:Gem::Version
42
- hash: 3
42
+ hash: 61
43
43
  segments:
44
- - 0
45
- version: "0"
44
+ - 1
45
+ - 10
46
+ - 1
47
+ version: 1.10.1
46
48
  type: :runtime
47
49
  version_requirements: *id002
48
50
  description: Convert SpreadSheet documents to json following some conventions.
@@ -110,3 +112,4 @@ specification_version: 3
110
112
  summary: SpreadSheet to Json convert
111
113
  test_files: []
112
114
 
115
+ has_rdoc: