We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c60f09 commit 27abdc0Copy full SHA for 27abdc0
2 files changed
HISTORY.md
@@ -1,3 +1,8 @@
1
+# 01/26/17 v1.0.0
2
+
3
++ `modules.config` replaces global `set_basepath` (#9)
4
++ Better error messages on load fail (#22)
5
6
# 01/26/17 v0.2.0
7
8
+ Observe cli debug flag (#29)
modules.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'modules'
- spec.version = '0.2.0'
+ spec.version = '1.0.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'
0 commit comments