polly 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/polly/version.rb +1 -1
  2. data/polly.gemspec +2 -2
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Polly
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -7,8 +7,8 @@ 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 DSL for manipulating and evaluating symbolic expressions }
11
- gem.summary = %q{ A symbolic expression DSL }
10
+ gem.description = %q{ A DSL for manipulating and evaluating functional symbolic expressions }
11
+ gem.summary = %q{ A DSL for working with functional symbolic expressions }
12
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) }
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-29 00:00:00.000000000 Z
12
+ date: 2012-09-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! ' A DSL for manipulating and evaluating symbolic expressions '
14
+ description: ! ' A DSL for manipulating and evaluating functional symbolic expressions '
15
15
  email:
16
16
  - rut216@gmail.com
17
17
  executables: []
@@ -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 symbolic expression DSL
72
+ summary: A DSL for working with functional symbolic expressions
73
73
  test_files:
74
74
  - spec/calculation.rb
75
75
  - spec/context.rb