r_calc 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.
Files changed (3) hide show
  1. data/lib/r_calc/version.rb +1 -1
  2. data/r_calc.gemspec +2 -2
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module RCalc
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/r_calc.gemspec CHANGED
@@ -5,8 +5,8 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ["Milan Jaric"]
6
6
  gem.email = ["milan.jaric@gmail.com"]
7
7
  gem.description = %q{Gem defines basic grammar for formula builder and ability to execute formulas to get it results or sum them.}
8
- gem.summary = %q{Sandboxed formula builder and evaluator}
9
- gem.homepage = "https://github.com/mjaric/formulator"
8
+ gem.summary = %q{Sandboxed formula builder and evaluator (it is not evail ;) )}
9
+ gem.homepage = "https://github.com/mjaric/r_calc"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: r_calc
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Milan Jaric
@@ -176,7 +176,7 @@ files:
176
176
  - r_calc.gemspec
177
177
  - spec/r_calc_spec.rb
178
178
  - spec/spec_helper.rb
179
- homepage: https://github.com/mjaric/formulator
179
+ homepage: https://github.com/mjaric/r_calc
180
180
  licenses: []
181
181
  post_install_message:
182
182
  rdoc_options: []
@@ -207,7 +207,7 @@ rubyforge_project:
207
207
  rubygems_version: 1.8.25
208
208
  signing_key:
209
209
  specification_version: 3
210
- summary: Sandboxed formula builder and evaluator
210
+ summary: Sandboxed formula builder and evaluator (it is not evail ;) )
211
211
  test_files:
212
212
  - spec/r_calc_spec.rb
213
213
  - spec/spec_helper.rb