maglev-database-explorer 0.0.3 → 0.0.4
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.
|
@@ -22,6 +22,10 @@ class String
|
|
|
22
22
|
return obj
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
+
primitive '__evaluate', 'evaluate'
|
|
26
|
+
|
|
27
|
+
"String compile: 'evaluateInContext: anObject ^ self evaluateInContext: anObject symbolList: GsSession currentSession symbolList'".__evaluate
|
|
28
|
+
|
|
25
29
|
primitive '__evaluate_smalltalk_in_context', 'evaluateInContext:'
|
|
26
30
|
end
|
|
27
31
|
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
28074
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maglev-database-explorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2013-05
|
|
16
|
+
date: 2013-06-05 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rails
|
|
@@ -810,7 +810,9 @@ files:
|
|
|
810
810
|
- test/dummy/public/404.html
|
|
811
811
|
- test/dummy/public/favicon.ico
|
|
812
812
|
- test/dummy/public/500.html
|
|
813
|
+
- test/dummy/tmp/pids/server.pid
|
|
813
814
|
- test/dummy/README.rdoc
|
|
815
|
+
- test/dummy/log/development.log
|
|
814
816
|
- test/dummy/config.ru
|
|
815
817
|
- test/dummy/db/test.sqlite3
|
|
816
818
|
- test/dummy/config/locales/en.yml
|
|
@@ -876,7 +878,9 @@ test_files:
|
|
|
876
878
|
- test/dummy/public/404.html
|
|
877
879
|
- test/dummy/public/favicon.ico
|
|
878
880
|
- test/dummy/public/500.html
|
|
881
|
+
- test/dummy/tmp/pids/server.pid
|
|
879
882
|
- test/dummy/README.rdoc
|
|
883
|
+
- test/dummy/log/development.log
|
|
880
884
|
- test/dummy/config.ru
|
|
881
885
|
- test/dummy/db/test.sqlite3
|
|
882
886
|
- test/dummy/config/locales/en.yml
|