tomato 0.0.1.prealpha1 → 0.0.1.prealpha2

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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomato
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1653285651
4
+ hash: -702048087
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - prealpha1
11
- version: 0.0.1.prealpha1
10
+ - prealpha2
11
+ version: 0.0.1.prealpha2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Colin MacKenzie IV
@@ -16,13 +16,29 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-06-25 00:00:00 -04:00
19
+ date: 2010-06-26 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
- name: rspec
23
+ name: sc-core-ext
24
24
  prerelease: false
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 31
31
+ segments:
32
+ - 1
33
+ - 2
34
+ - 0
35
+ version: 1.2.0
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ - !ruby/object:Gem::Dependency
39
+ name: rspec
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
26
42
  none: false
27
43
  requirements:
28
44
  - - ">="
@@ -34,7 +50,7 @@ dependencies:
34
50
  - 0
35
51
  version: 1.3.0
36
52
  type: :development
37
- version_requirements: *id001
53
+ version_requirements: *id002
38
54
  description: Leverages Google's V8 JavaScript library to interface Ruby code with JavaScript code.
39
55
  email: sinisterchipmunk@gmail.com
40
56
  executables: []
@@ -52,6 +68,7 @@ files:
52
68
  - ext/tomato/IMPORTANT
53
69
  - ext/tomato/Makefile
54
70
  - ext/tomato/binding_methods.cpp
71
+ - ext/tomato/binding_methods.h
55
72
  - ext/tomato/binding_methods.o
56
73
  - ext/tomato/conversions_to_js.cpp
57
74
  - ext/tomato/conversions_to_js.o
@@ -3357,6 +3374,8 @@ files:
3357
3374
  - ext/tomato/external/v8/tools/windows-tick-processor.bat
3358
3375
  - ext/tomato/external/v8/tools/windows-tick-processor.py
3359
3376
  - ext/tomato/mkmf.log
3377
+ - ext/tomato/object_chain.cpp
3378
+ - ext/tomato/object_chain.o
3360
3379
  - ext/tomato/tomato.bundle
3361
3380
  - ext/tomato/tomato.cpp
3362
3381
  - ext/tomato/tomato.h
@@ -3366,10 +3385,13 @@ files:
3366
3385
  - lib/tomato.rb
3367
3386
  - pkg/tomato-0.0.1.gem
3368
3387
  - pkg/tomato-0.0.1.prealpha1.gem
3388
+ - spec/lib/bound_class_spec.rb
3369
3389
  - spec/lib/bound_methods_spec.rb
3390
+ - spec/lib/bound_object_spec.rb
3370
3391
  - spec/lib/conversions_spec.rb
3371
3392
  - spec/lib/tomato_spec.rb
3372
3393
  - spec/spec_helper.rb
3394
+ - t.rb
3373
3395
  - tomato.gemspec
3374
3396
  has_rdoc: true
3375
3397
  homepage: http://www.thoughtsincomputation.com
@@ -3408,7 +3430,9 @@ signing_key:
3408
3430
  specification_version: 3
3409
3431
  summary: Leverages Google's V8 JavaScript library to interface Ruby code with JavaScript code.
3410
3432
  test_files:
3433
+ - spec/lib/bound_class_spec.rb
3411
3434
  - spec/lib/bound_methods_spec.rb
3435
+ - spec/lib/bound_object_spec.rb
3412
3436
  - spec/lib/conversions_spec.rb
3413
3437
  - spec/lib/tomato_spec.rb
3414
3438
  - spec/spec_helper.rb