im 0.1.6 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,22 +0,0 @@
1
- RubyVersionCheck = Module.new
2
-
3
- unless RubyVersionCheck.name == "RubyVersionCheck"
4
- raise RuntimeError, <<~MSG
5
-
6
-
7
- \e[33m!!! RUNNING INCOMPATIBLE VERSION OF RUBY !!!\e[0m
8
-
9
- In order to implement module imports, Im depends on features not currently
10
- available in Ruby. To use it, you must build a custom version of Ruby,
11
- currently available at:
12
-
13
- https://github.com/shioyama/ruby/tree/import_modules
14
-
15
- Install this Ruby following the instructions here:
16
-
17
- https://docs.ruby-lang.org/en/master/contributing/building_ruby_md.html
18
-
19
- Once installed, ensure you are using this patched version and then gem install Im,
20
- and this message should no longer appear.
21
- MSG
22
- end