michelle 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module Michelle
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/michelle.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  require "michelle/version"
2
2
 
3
3
  module Michelle
4
- def self.hello
5
- "Hello World! Hello World!!!"
6
- end
4
+
7
5
  end
data/test/client_call.rb CHANGED
@@ -3,14 +3,8 @@
3
3
  require 'michelle/client'
4
4
 
5
5
  def testing
6
- #$:.unshift '.'
7
- #require "test_code.rb"
8
-
9
- #print Michelle.evaluate "$:.unshift "
10
- #print Michelle.call_eval "puts $:"
11
-
12
- #print Michelle.call_eval "require 'rdiscount'"
13
- #print Michelle.call_eval "puts RDiscount.new('**Hello RubyInstaller**').to_html"
6
+ print Michelle.call_eval "require 'rdiscount'"
7
+ print Michelle.call_eval "puts RDiscount.new('**Hello RubyInstaller**').to_html"
14
8
 
15
9
  print Michelle.call_eval "load 'test_load.rb'"
16
10
  print Michelle.call_eval "testload"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: michelle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: