mes-core 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/mes-core.rb +0 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2b8aabdac5d631a16cc41921fa21d65217c7238c
|
4
|
+
data.tar.gz: 933b9c2255fd061d5d86ab5d4474fddc34ba1c3c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6c940c71d674445646fa8dd83fec18f5c0241661f85690287ffc28feac3cafad804e13b700c2290f55eb9840d4a33581dfe54dc92d1014ddbd9ab00d01657b8e
|
7
|
+
data.tar.gz: c0300aaa190745d85aee66218552477ece64be5515163a85d3615d430acf37a95fbfe0f9b5775bb21ff35fbe25c3e51c2f63c4952517f0c9f77a1ef148d8718c
|
data/lib/mes-core.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mes-core
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Eric Guo
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-09-27 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: The bare bones necessary for Cloud-MES.
|
14
|
+
email: eric@cloud-mes.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/mes-core.rb
|
20
|
+
homepage: http://www.cloud-mes.com
|
21
|
+
licenses:
|
22
|
+
- BSD-3
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 2.1.0
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 1.8.23
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.4.8
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: The bare bones necessary for Cloud-MES.
|
44
|
+
test_files: []
|