Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hutchens committed Apr 24, 2012
1 parent f4d3b87 commit 20632df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Soroban.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "soroban"
s.version = "0.2.0"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jason Hutchens"]
Expand All @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
"Rakefile",
"Soroban.gemspec",
"VERSION",
"files/Physics.xlsx",
"lib/soroban.rb",
"lib/soroban/cell.rb",
"lib/soroban/error.rb",
Expand All @@ -54,6 +55,7 @@ Gem::Specification.new do |s|
"lib/soroban/sheet.rb",
"lib/soroban/value_walker.rb",
"spec/documentation_spec.rb",
"spec/import_spec.rb",
"spec/soroban_spec.rb",
"spec/spec_helper.rb"
]
Expand Down

0 comments on commit 20632df

Please sign in to comment.