nendo 0.3.2 → 0.3.3

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.
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nendo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 3
8
+ - 3
9
+ version: 0.3.3
5
10
  platform: ruby
6
11
  authors:
7
12
  - Kiyoka Nishiyama
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-05-27 00:00:00 +09:00
17
+ date: 2010-07-24 00:00:00 +09:00
13
18
  default_executable: nendo
14
19
  dependencies: []
15
20
 
@@ -26,6 +31,8 @@ files:
26
31
  - emacs/nendo-mode.el
27
32
  - example/cgi/dekamoji.cgi
28
33
  - example/cgi/sample.cgi
34
+ - example/deep-loop1.nnd
35
+ - example/deep-loop2.nnd
29
36
  - example/exit.nnd
30
37
  - example/fact.nnd
31
38
  - example/fizzbuzz1.nnd
@@ -33,15 +40,20 @@ files:
33
40
  - example/nqueen.nnd
34
41
  - example/scratch.nnd
35
42
  - example/tak.nnd
43
+ - example/twitterTL.nnd
36
44
  - lib/debug/syslog.nnd
37
45
  - lib/debug/syslog.nndc
38
46
  - lib/init.nnd
39
47
  - lib/init.nndc
40
48
  - lib/nendo.rb
49
+ - lib/srfi-1.nnd
50
+ - lib/srfi-1.nndc
41
51
  - lib/text/html-lite.nnd
42
52
  - lib/text/html-lite.nndc
43
53
  - lib/text/tree.nnd
44
54
  - lib/text/tree.nndc
55
+ - test/nendo_spec.rb
56
+ - test/srfi-1-test.nnd
45
57
  - README
46
58
  has_rdoc: true
47
59
  homepage: http://github.com/kiyoka/nendo
@@ -53,23 +65,27 @@ rdoc_options:
53
65
  require_paths:
54
66
  - lib
55
67
  required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
56
69
  requirements:
57
70
  - - ">="
58
71
  - !ruby/object:Gem::Version
72
+ segments:
73
+ - 0
59
74
  version: "0"
60
- version:
61
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
+ none: false
62
77
  requirements:
63
78
  - - ">="
64
79
  - !ruby/object:Gem::Version
80
+ segments:
81
+ - 0
65
82
  version: "0"
66
- version:
67
83
  requirements: []
68
84
 
69
85
  rubyforge_project:
70
- rubygems_version: 1.3.4
86
+ rubygems_version: 1.3.7
71
87
  signing_key:
72
88
  specification_version: 3
73
89
  summary: Nendo is a dialect of Lisp.
74
- test_files: []
75
-
90
+ test_files:
91
+ - test/nendo_spec.rb