ruby2js 1.14.0 → 1.14.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,6 +40,8 @@ module Ruby2JS
40
40
 
41
41
  if not File.exist? filename and File.exist? filename+".rb"
42
42
  filename += '.rb'
43
+ elsif not File.exist? filename and File.exist? filename+".js.rb"
44
+ filename += '.js.rb'
43
45
  end
44
46
 
45
47
  @options[:file2] = filename
@@ -2,7 +2,7 @@ module Ruby2JS
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 14
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/ruby2js.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ruby2js"
5
- s.version = "1.14.0"
5
+ s.version = "1.14.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sam Ruby"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby2js
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.14.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: