typescript-node 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NjhlNDBmNTgwZWI2ZDczNjQzOTA5MmQ3NGRmOThmNzU3YWVmZDYzNw==
5
+ data.tar.gz: !binary |-
6
+ MWQ0NDg0NjM4YjI0MDhlZTRlMTE2NTcyMjIwYmRlZjhlMDQwN2ZmNQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MzAwMjNlZWRkZGIyNjhkZjg1MGEzYzcwYmJjMTQwYjE0YmY5N2RlNGNlN2Zj
10
+ MzE3NjZkNTdlNzhlNzVlMWY5ZmI0YTg3OGY0NTg4Mjg1OWFhNzhkMDg4NWMx
11
+ YWQ5OGRlYmJlMjlhMDFlNGZlZTJlYmFjYTA0YWY3M2RlODNlNmM=
12
+ data.tar.gz: !binary |-
13
+ ZTgxNjhmOGUwZDFiNDc5ZjBjZDM2ODY0YTVhODgzMGMwMDEwY2RkMzZjMjY1
14
+ YWIzM2FlMmY2ZmJkZjA2ZjMyNTdhYzI5OTE4NjJjNTg2MjI0Y2JjNWI2Mjcw
15
+ MGU1NDY5ZTkyZWJhOTYxZmUyNzI0NzhjZmQxMjRiNTQ3N2EwYzM=
@@ -1,5 +1,5 @@
1
1
  module TypeScript
2
2
  module Node
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ module TypeScript
10
10
 
11
11
  its(:exit_status) { should == 0 }
12
12
  it { should be_success }
13
- its(:js) { should == "console.log(\"Hello TypeScript\");\r\n" }
13
+ its(:js) { should == "console.log(\"Hello TypeScript\");\n" }
14
14
  its(:stdout) { should == "" }
15
15
  its(:stderr) { should == "" }
16
16
  end
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = TypeScript::Node::VERSION
17
17
 
18
- gem.add_dependency 'typescript-src', '~> 0.8'
18
+ gem.add_dependency 'typescript-src', '~> 1.0'
19
19
  end
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typescript-node
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - KAWACHI Takashi
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-12 00:00:00.000000000 Z
11
+ date: 2014-04-05 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: typescript-src
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: '0.8'
19
+ version: '1.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: '0.8'
26
+ version: '1.0'
30
27
  description: TypeScript ruby interface using Node.js
31
28
  email:
32
29
  - tkawachi@gmail.com
@@ -48,33 +45,26 @@ files:
48
45
  - typescript-node.gemspec
49
46
  homepage: https://github.com/tkawachi/typescript-node-ruby
50
47
  licenses: []
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
55
  - - ! '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
- segments:
62
- - 0
63
- hash: -579450110597809860
64
58
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
59
  requirements:
67
60
  - - ! '>='
68
61
  - !ruby/object:Gem::Version
69
62
  version: '0'
70
- segments:
71
- - 0
72
- hash: -579450110597809860
73
63
  requirements: []
74
64
  rubyforge_project:
75
- rubygems_version: 1.8.24
65
+ rubygems_version: 2.2.0
76
66
  signing_key:
77
- specification_version: 3
67
+ specification_version: 4
78
68
  summary: TypeScript ruby interface using Node.js
79
69
  test_files:
80
70
  - spec/data/hello.ts