We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d8a21 commit d44e4eaCopy full SHA for d44e4ea
2 files changed
HISTORY.md
@@ -1,3 +1,10 @@
1
+# 01/26/17 v0.2.0
2
+
3
++ Observe cli debug flag (#29)
4
++ Prefer local modules when resolving ambiguous names (#21)
5
++ Ruby v2.2 compatibility (#30)
6
++ Mechanism for multiple exports (#6)
7
8
# 01/25/17 v0.1.1
9
10
+ Correct files list in modules.gemspec and respond to -v flag.
modules.gemspec
@@ -1,11 +1,12 @@
Gem::Specification.new do |spec|
spec.name = 'modules'
- spec.version = '0.1.1'
- spec.date = '2017-01-15'
+ spec.version = '0.2.0'
+ spec.date = '2017-01-26'
spec.summary = 'Port of js module loader to ruby'
spec.description = 'A Ruby module loader inspired by the semantics of js modules'
spec.executables << 'modules'
spec.files = [
+ 'lib/debug.rb',
'lib/global.rb',
11
'lib/interop.rb',
12
'lib/loader.rb',
0 commit comments