soroban 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/Soroban.gemspec +2 -2
- data/VERSION +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "soroban"
|
18
|
-
gem.homepage = "
|
18
|
+
gem.homepage = "https://github.com/agworld/soroban"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = "Soroban is a calculating engine that understands Excel formulas."
|
21
21
|
gem.description = "Soroban makes it easy to extract and execute formulas from Excel spreadsheets. It rewrites Excel formulas as Ruby expressions, and allows you to bind named variables to spreadsheet cells to easily manipulate inputs and capture outputs."
|
data/Soroban.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "soroban"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jason Hutchens"]
|
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
|
|
51
51
|
"spec/soroban_spec.rb",
|
52
52
|
"spec/spec_helper.rb"
|
53
53
|
]
|
54
|
-
s.homepage = "
|
54
|
+
s.homepage = "https://github.com/agworld/soroban"
|
55
55
|
s.licenses = ["MIT"]
|
56
56
|
s.require_paths = ["lib"]
|
57
57
|
s.rubygems_version = "1.8.10"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soroban
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jason Hutchens
|
@@ -198,7 +198,7 @@ files:
|
|
198
198
|
- lib/soroban/walker.rb
|
199
199
|
- spec/soroban_spec.rb
|
200
200
|
- spec/spec_helper.rb
|
201
|
-
homepage:
|
201
|
+
homepage: https://github.com/agworld/soroban
|
202
202
|
licenses:
|
203
203
|
- MIT
|
204
204
|
post_install_message:
|