ceml 0.2.0

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 ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ceml
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
+ platform: ruby
11
+ authors:
12
+ - Joe Edelman
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-10-07 00:00:00 -07:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: treetop
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ version: "0"
30
+ type: :runtime
31
+ version_requirements: *id001
32
+ description: a language for coordinating real world events
33
+ email: joe@citizenlogistics.com
34
+ executables: []
35
+
36
+ extensions: []
37
+
38
+ extra_rdoc_files:
39
+ - LICENSE
40
+ - README.markdown
41
+ files:
42
+ - .document
43
+ - .gitignore
44
+ - LICENSE
45
+ - Makefile
46
+ - README.markdown
47
+ - Rakefile
48
+ - VERSION
49
+ - editors/CEML.tmbundle/Syntaxes/ceml.tmLanguage
50
+ - editors/CEML.tmbundle/info.plist
51
+ - examples/breakfast-exchange.ceml
52
+ - examples/citizen-investigation.ceml
53
+ - examples/high-fives.ceml
54
+ - lib/ceml.rb
55
+ - lib/ceml/casting.rb
56
+ - lib/ceml/engine.rb
57
+ - lib/ceml/instructions.rb
58
+ - lib/ceml/script.rb
59
+ - lib/ceml/tt/casting.rb
60
+ - lib/ceml/tt/casting.treetop
61
+ - lib/ceml/tt/instructions.rb
62
+ - lib/ceml/tt/instructions.treetop
63
+ - lib/ceml/tt/lexer.rb
64
+ - lib/ceml/tt/lexer.treetop
65
+ - lib/ceml/tt/scripts.rb
66
+ - lib/ceml/tt/scripts.treetop
67
+ - test/helper.rb
68
+ - test/test_casting.rb
69
+ - test/test_engine.rb
70
+ - test/test_instructions.rb
71
+ - test/test_scripts.rb
72
+ has_rdoc: true
73
+ homepage: http://github.com/citizenlogistics/ceml
74
+ licenses: []
75
+
76
+ post_install_message:
77
+ rdoc_options:
78
+ - --charset=UTF-8
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ segments:
86
+ - 0
87
+ version: "0"
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ segments:
93
+ - 0
94
+ version: "0"
95
+ requirements: []
96
+
97
+ rubyforge_project:
98
+ rubygems_version: 1.3.6
99
+ signing_key:
100
+ specification_version: 3
101
+ summary: a language for coordinating real world events
102
+ test_files:
103
+ - test/helper.rb
104
+ - test/test_casting.rb
105
+ - test/test_engine.rb
106
+ - test/test_instructions.rb
107
+ - test/test_scripts.rb