production_system 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/production_system.rb +16 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4503bf5f7316be6d1ec64b1edf95058954d85660
4
+ data.tar.gz: 79365da25f510025d455dac854c8898d95c637e9
5
+ SHA512:
6
+ metadata.gz: 8b0bb0c6388e6510b2a35e31cc8ed335d43e7b2dd25679558715bbc9850b8a4dd251904acc127da878d170b20d76b0d880160fd04caced7b1d13c5d523f07c07
7
+ data.tar.gz: 5e865877a04fcc41898e23416650ba3a5ed79d497767bbdbc2e1ddf3ad463a6be3ae4ac0e1d8c5410ac3fa762c542a4cb84092117e93ac581d40ba0112ccacb6
@@ -0,0 +1,16 @@
1
+ # require "production_system/version"
2
+
3
+ class ProductionSystem
4
+ def cycle
5
+ # infinity cycle
6
+ end
7
+ def loadRules
8
+ # print facts from file
9
+ end
10
+ def loadFacts
11
+ # load facts from file
12
+ end
13
+ def printSuka
14
+ print "printSukaBlyat"
15
+ end
16
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: production_system
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Alexander Svetly
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - alexander.svetlyi@gmail.com
16
+ - usbania@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/production_system.rb
22
+ homepage: https://github.com/ugg0t/ruby-production-system
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.8
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Production system (or model). Load facts and rules from files and than prove
46
+ other facts.
47
+ test_files: []