rubymotionlisp 0.1.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 ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubymotionlisp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Dave Astels
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An embeddable Lisp as an extension language for RubyMotion
14
+ email: dastels@icloud.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - README.md
20
+ - lib/rubylisp.rb
21
+ - lib/rubylisp/alist.rb
22
+ - lib/rubylisp/assignment.rb
23
+ - lib/rubylisp/atom.rb
24
+ - lib/rubylisp/binding.rb
25
+ - lib/rubylisp/boolean.rb
26
+ - lib/rubylisp/builtins.rb
27
+ - lib/rubylisp/character.rb
28
+ - lib/rubylisp/cons_cell.rb
29
+ - lib/rubylisp/environment_frame.rb
30
+ - lib/rubylisp/equivalence.rb
31
+ - lib/rubylisp/exception.rb
32
+ - lib/rubylisp/ext.rb
33
+ - lib/rubylisp/ffi_class.rb
34
+ - lib/rubylisp/ffi_new.rb
35
+ - lib/rubylisp/ffi_send.rb
36
+ - lib/rubylisp/ffi_static.rb
37
+ - lib/rubylisp/frame.rb
38
+ - lib/rubylisp/function.rb
39
+ - lib/rubylisp/io.rb
40
+ - lib/rubylisp/list_support.rb
41
+ - lib/rubylisp/logical.rb
42
+ - lib/rubylisp/macro.rb
43
+ - lib/rubylisp/math.rb
44
+ - lib/rubylisp/number.rb
45
+ - lib/rubylisp/object.rb
46
+ - lib/rubylisp/parser.rb
47
+ - lib/rubylisp/primitive.rb
48
+ - lib/rubylisp/relational.rb
49
+ - lib/rubylisp/special_forms.rb
50
+ - lib/rubylisp/string.rb
51
+ - lib/rubylisp/symbol.rb
52
+ - lib/rubylisp/system.rb
53
+ - lib/rubylisp/testing.rb
54
+ - lib/rubylisp/tokenizer.rb
55
+ - lib/rubylisp/type_checks.rb
56
+ - lib/rubylisp/vector.rb
57
+ - lib/rubymotionlisp.rb
58
+ homepage: https://bitbucket.org/dastels/rubylisp
59
+ licenses:
60
+ - MIT
61
+ metadata: {}
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - '>='
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubyforge_project:
78
+ rubygems_version: 2.2.2
79
+ signing_key:
80
+ specification_version: 4
81
+ summary: Lisp in Ruby
82
+ test_files: []