excel-rb-appscript 0.0.6 → 0.0.7
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/excel-rb-appscript.gemspec +2 -2
- data/lib/Excel/app.rb +4 -0
- data/lib/Excel/workbook.rb +4 -0
- metadata +3 -3
data/excel-rb-appscript.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.authors = ["Peter Wu"]
|
|
5
5
|
gem.email = ["peter.wu@xbridge.com"]
|
|
6
|
-
gem.description = %q{rb-appscript excel
|
|
6
|
+
gem.description = %q{simplified rb-appscript for excel}
|
|
7
7
|
gem.summary = %q{with basic excel dictionary}
|
|
8
8
|
gem.homepage = ""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
# gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
12
12
|
gem.name = "excel-rb-appscript"
|
|
13
13
|
gem.require_paths = ["lib"]
|
|
14
|
-
gem.version = "0.0.
|
|
14
|
+
gem.version = "0.0.7"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
gem.add_runtime_dependency "rb-appscript"
|
data/lib/Excel/app.rb
CHANGED
data/lib/Excel/workbook.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: excel-rb-appscript
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rb-appscript
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: rb-appscript excel
|
|
30
|
+
description: simplified rb-appscript for excel
|
|
31
31
|
email:
|
|
32
32
|
- peter.wu@xbridge.com
|
|
33
33
|
executables: []
|