Skip to content

Commit f4d33a5

Browse files
committed
v1.2.1
1 parent 6e5067d commit f4d33a5

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 03/03/17 v1.2.1
2+
3+
+ Interop loading modules should make private instance methods public (#35)
4+
15
# 03/03/17 v1.2.0
26

37
+ Support for clearing cached defn (#20)

bin/modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main
1515
end
1616

1717
opts.on('-v', '--version') do
18-
puts '1.2.0'
18+
puts '1.2.1'
1919
exit
2020
end
2121
end

modules.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = 'modules'
6-
spec.version = '1.2.0'
6+
spec.version = '1.2.1'
77
spec.date = '2017-03-03'
88
spec.summary = 'Port of js module loader to ruby'
99
spec.description = 'A Ruby module loader inspired by the semantics of js modules'

0 commit comments

Comments
 (0)