polly 0.0.5 → 0.0.6
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.
- data/lib/polly/version.rb +1 -1
- data/polly.gemspec +2 -2
- metadata +4 -4
data/lib/polly/version.rb
CHANGED
data/polly.gemspec
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
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
|
|
72
|
+
summary: A DSL for working with functional symbolic expressions
|
|
73
73
|
test_files:
|
|
74
74
|
- spec/calculation.rb
|
|
75
75
|
- spec/context.rb
|