We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5067d commit f4d33a5Copy full SHA for f4d33a5
3 files changed
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 03/03/17 v1.2.1
2
+
3
++ Interop loading modules should make private instance methods public (#35)
4
5
# 03/03/17 v1.2.0
6
7
+ Support for clearing cached defn (#20)
bin/modules
@@ -15,7 +15,7 @@ def main
15
end
16
17
opts.on('-v', '--version') do
18
- puts '1.2.0'
+ puts '1.2.1'
19
exit
20
21
modules.gemspec
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = 'modules'
- spec.version = '1.2.0'
+ spec.version = '1.2.1'
spec.date = '2017-03-03'
8
spec.summary = 'Port of js module loader to ruby'
9
spec.description = 'A Ruby module loader inspired by the semantics of js modules'
0 commit comments