im 0.1.6 → 0.2.0

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,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