rubymotionlisp 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79d1cf36fe85338600c33a3085d4d211d9e6dd5d
4
- data.tar.gz: 951f1a587966f6e528e00b7159ae7512045e70f2
3
+ metadata.gz: d85596233d6ab54b78b99d7f4342ffd4715b0232
4
+ data.tar.gz: 2d932f67ed7198a177d3e861f7e28e8bf44ed17b
5
5
  SHA512:
6
- metadata.gz: 3d13696668fe0df15257d56f11c3984eebd96b32ebd98c1af083601be8859f298a230f80316008f4924fc2a094155773e7ae667f50aa8f255947bd29914783ce
7
- data.tar.gz: 7ff8677aae52bf3bdcc100dce2cdd5768da64ffd92f060c95ad475a7653676d377b04f57d3ab780448f0188cec751529527c8a7cf6135ba2718deb2f64a72944
6
+ metadata.gz: b7a037bf9a0259db400540ffed44e03435c9f5b99000b1109b2cd80904c35a2a15c5b1e56db1986246daf758cba332cf6aefe149f48bbdd32485c5cb9c9e9381
7
+ data.tar.gz: 3b44862aef4a032f91ef8049eda3b3c8d513643cc3c6c500ffbbd1ab90b6d93a825da01245d7428fd70e595b179b38832ddbd2c636762cc84d933db572d27982
@@ -25,7 +25,6 @@ module Lisp
25
25
  Lisp::ClassObject.register
26
26
  Lisp::System.register
27
27
  Lisp::Vector.register
28
- Lisp::Debug.register
29
28
  end
30
29
  end
31
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubymotionlisp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Astels
@@ -22,7 +22,6 @@ files:
22
22
  - lib/rubylisp/atom.rb
23
23
  - lib/rubylisp/binding.rb
24
24
  - lib/rubylisp/boolean.rb
25
- - lib/rubylisp/builtins.rb
26
25
  - lib/rubylisp/character.rb
27
26
  - lib/rubylisp/cons_cell.rb
28
27
  - lib/rubylisp/environment_frame.rb
@@ -40,6 +39,7 @@ files:
40
39
  - lib/rubylisp/logical.rb
41
40
  - lib/rubylisp/macro.rb
42
41
  - lib/rubylisp/math.rb
42
+ - lib/rubylisp/motion_builtins.rb
43
43
  - lib/rubylisp/number.rb
44
44
  - lib/rubylisp/object.rb
45
45
  - lib/rubylisp/parser.rb