polly 0.0.4 → 0.0.5

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/polly/version.rb +1 -1
  2. data/polly.gemspec +3 -3
  3. metadata +4 -4
data/lib/polly/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Polly
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/polly.gemspec CHANGED
@@ -7,9 +7,9 @@ require 'polly/version'
7
7
  Gem::Specification.new do |gem|
8
8
  gem.authors = ["Alex Skryl"]
9
9
  gem.email = ["rut216@gmail.com"]
10
- gem.description = %q{ A Polynomial Solver DSL }
11
- gem.summary = %q{ A Rails compatible polynomial solver with persistence }
12
- gem.homepage = ""
10
+ gem.description = %q{ A DSL for manipulating and evaluating symbolic expressions }
11
+ gem.summary = %q{ A symbolic expression DSL }
12
+ gem.homepage = "https://github.com/skryl/polly"
13
13
 
14
14
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
15
15
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-08-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! ' A Polynomial Solver DSL '
14
+ description: ! ' A DSL for manipulating and evaluating symbolic expressions '
15
15
  email:
16
16
  - rut216@gmail.com
17
17
  executables: []
@@ -46,7 +46,7 @@ files:
46
46
  - spec/math.rb
47
47
  - spec/sexpr.rb
48
48
  - spec/spec_helper.rb
49
- homepage: ''
49
+ homepage: https://github.com/skryl/polly
50
50
  licenses: []
51
51
  post_install_message:
52
52
  rdoc_options: []
@@ -69,7 +69,7 @@ rubyforge_project:
69
69
  rubygems_version: 1.8.23
70
70
  signing_key:
71
71
  specification_version: 3
72
- summary: A Rails compatible polynomial solver with persistence
72
+ summary: A symbolic expression DSL
73
73
  test_files:
74
74
  - spec/calculation.rb
75
75
  - spec/context.rb