ambit 0.10 → 0.10.1
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/History.txt +4 -0
- data/README.rdoc +1 -1
- data/README.txt +1 -1
- data/lib/ambit.rb +1 -1
- metadata +23 -7
data/History.txt
CHANGED
data/README.rdoc
CHANGED
data/README.txt
CHANGED
data/lib/ambit.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ambit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.10.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Jim Wise
|
|
@@ -14,12 +15,27 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date:
|
|
18
|
+
date: 2012-01-10 00:00:00 Z
|
|
18
19
|
dependencies:
|
|
19
20
|
- !ruby/object:Gem::Dependency
|
|
20
|
-
name:
|
|
21
|
+
name: rdoc
|
|
21
22
|
prerelease: false
|
|
22
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ~>
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 19
|
|
29
|
+
segments:
|
|
30
|
+
- 3
|
|
31
|
+
- 10
|
|
32
|
+
version: "3.10"
|
|
33
|
+
type: :development
|
|
34
|
+
version_requirements: *id001
|
|
35
|
+
- !ruby/object:Gem::Dependency
|
|
36
|
+
name: hoe
|
|
37
|
+
prerelease: false
|
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
23
39
|
none: false
|
|
24
40
|
requirements:
|
|
25
41
|
- - ~>
|
|
@@ -30,7 +46,7 @@ dependencies:
|
|
|
30
46
|
- 12
|
|
31
47
|
version: "2.12"
|
|
32
48
|
type: :development
|
|
33
|
-
version_requirements: *
|
|
49
|
+
version_requirements: *id002
|
|
34
50
|
description: |-
|
|
35
51
|
This is an all-ruby implementation of choose/fail nondeterministic
|
|
36
52
|
programming with branch cut, as described in Chapter 22 of Paul Graham's
|
|
@@ -64,7 +80,7 @@ files:
|
|
|
64
80
|
- lib/ambit.rb
|
|
65
81
|
- test/test_ambit.rb
|
|
66
82
|
- .gemtest
|
|
67
|
-
homepage: https://github.com/jimwise/
|
|
83
|
+
homepage: https://github.com/jimwise/ambit
|
|
68
84
|
licenses: []
|
|
69
85
|
|
|
70
86
|
post_install_message:
|
|
@@ -94,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
110
|
requirements: []
|
|
95
111
|
|
|
96
112
|
rubyforge_project: ambit
|
|
97
|
-
rubygems_version: 1.8.
|
|
113
|
+
rubygems_version: 1.8.13
|
|
98
114
|
signing_key:
|
|
99
115
|
specification_version: 3
|
|
100
116
|
summary: This is an all-ruby implementation of choose/fail nondeterministic programming with branch cut, as described in Chapter 22 of Paul Graham's <em>On Lisp</em>[1], or Section 4.3 of <em>SICP</em>[2]
|