infraruby-core-runtime 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -0,0 +1,11 @@
1
+ Gem::Specification.new do |s|
2
+ s.platform = "ruby"
3
+ s.name = "infraruby-core-runtime"
4
+ s.version = "3.7.1"
5
+ s.author = "InfraRuby Vision"
6
+ s.email = "rubygems@infraruby.com"
7
+ s.homepage = "http://infraruby.com/"
8
+ s.summary = "InfraRuby statically typed Ruby runtime"
9
+ s.description = "InfraRuby statically typed Ruby runtime"
10
+ s.files = Dir["**/*"]
11
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: infraruby-core-runtime
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.7.1
5
+ platform: ruby
6
+ authors:
7
+ - InfraRuby Vision
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: InfraRuby statically typed Ruby runtime
14
+ email: rubygems@infraruby.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.TXT
20
+ - README.md
21
+ - doc/common-licenses/Apache-2.0
22
+ - doc/common-licenses/BSD
23
+ - doc/common-licenses/MIT
24
+ - etc/infraruby-core-runtime.cut
25
+ - etc/infraruby-core-runtime.jar
26
+ - infraruby-core-runtime.gemspec
27
+ homepage: http://infraruby.com/
28
+ licenses: []
29
+ metadata: {}
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 2.2.2
47
+ signing_key:
48
+ specification_version: 4
49
+ summary: InfraRuby statically typed Ruby runtime
50
+ test_files: []